Lend Flare
Search
⌃K

Multisig Right

Lend Flare Multi-sig Right

  • Update Supply Booster
    • setOwner() set new owner
    • setGovernance() Set up DAO which can add crypto pools
    • setInterestPercent() set interest percentage
    • setLendingMarket() bind lending market contract (only once)
    • setExtraReward() bind LFT contract (only once)
    • toggleShutdownPool() shut down and re-open pools
    • updateSupplyTreasuryFund() update supply treasure fund contract
  • Update ConvexBooster
    • setOwner(): set new owner
    • setGovernance() Set up DAO which can add Curve pools
    • addConvexPool() add Curve pools
    • setLendingMarket() bind Lending Market Contract(only once)
    • updateExtraRewards() update extra token reward from Curve pools
    • toggleShutdownPool() close or re-open pools
  • Update Lending Market
    • setOwner(): set new owner
    • setGovernance() Set up DAO which can bind convex pool and supply pool
    • setLiquidateThresholdBlockNumbers() set up number of block prior to liquidation
    • setBorrowBlock() set up number of blocks for borrowing
    • setLendingThreshold() set lending threshold
    • setLiquidateThreshold() set liquidation threshold
    • addMarketPool() bind pools in convex booster and supply booster
Lend Flare multisig does NOT have access to user funds in any way.