Derby Finance Docs
  • Introduction
  • Products
    • Vaults
      • User interactions
        • Deposit
        • Withdraw
        • Relevant view functions
      • Deployed vaults
        • USDC_Low_Risk
      • Cross-chain implementation
      • Rebalancing
      • Gas efficiency
      • Currency swapping
      • Automatic yield harvesting
  • Game
    • User interactions
      • Mint new basket
      • Rebalance basket
      • Redeem rewards
      • Basket allocated tokens
      • Basket allocations in protocol
      • Basket redeemed rewards
      • Basket unredeemed rewards
    • DeFi yield optimization
    • The game
    • Formulas
    • Decentralized reputation
    • NFTs as user profiles
    • Delegation
  • Developers
    • Architecture
      • Single chain
      • Cross-chain
      • Other important flows
    • Contract overview
    • Deployed contract addresses
    • Security
  • DAO
    • Governance
    • The DRB token
    • Adding a new vault
    • Adding new protocols to an existing vault
    • Important parameters
    • Keeper
    • Guardian
  • Roadmap
    • Roadmap
Powered by GitBook
On this page
  • Rebalance between chains and layers.
  • Rebalance between underlying whitelisted DeFi apps.
  1. Products
  2. Vaults

Rebalancing

This is the most important function of the vault. It is triggered once per two weeks by a keeper or the DAO. The entity which triggers this function will be compensated for its gas expenses plus a small fee. The function consists of two main parts:

Rebalance between chains and layers.

This is the part where the funds will be re-distributed between the different chains and layer 2s. This part will be triggered first so that all vaults on all chains contain the correct amount of funds.

Rebalance between underlying whitelisted DeFi apps.

This is the part where the funds will be re-distributed between the different underlying whitelisted DeFi apps according to the allocations given by the game. This part will be triggered after the above part so that all underlying whitelisted DeFi apps contain the correct amount of funds.

PreviousCross-chain implementationNextGas efficiency

Last updated 2 years ago