LogoLogo
CtrlK
  • Introduction
    • Intro
    • Composability
    • Liquidity
    • Diversification
    • Accessibility
  • Vault
    • Overview
    • Vault creation
    • Vault Allocation Strategy
    • Vault Stats API
    • Vault Smart Contract Interface
      • deposit
      • withdraw
      • rebalance
      • performDeposit
      • setComponents
      • Component
      • accrueProtocolFee
      • usdcToAlloyxDura
      • alloyxDuraToUsdc
  • How to
    • Pass KYC
    • Mint vault tokens
    • Check a vault composition
    • Check my balance
    • Redeem vault tokens
    • Contact AlloyX
  • Risks
    • Smart contract security
    • Credit protocol technical risk
    • Smart contract fund flow execution via EOA
    • Default of loans
    • DURA price risk
  • Links
    • AlloyX Website
    • AlloyX Application
Powered by GitBook
On this page
  1. Vault
  2. Vault Smart Contract Interface

rebalance

rebalance ()

A vault admin can call rebalance, which will iterate through the components defined in the investment strategy and call performDeposit on the contract.

PreviouswithdrawNextperformDeposit

Last updated 2 years ago