Strategies
Last updated
Last updated
Yeeldx's vault strategies consist of modular smart contracts that specify which assets to farm and where to sell them. Rewards are collected at regular intervals, swapped for the original vault asset, and then reinvested to compound farming gains.
in the rebalancing Vaults also dubbed YeeldBoxAI, staked tokens are allocated across multiple DeFi pools based on the user's stated risk tolerance, which is selected before the strategies are applied to the tokens. The vaults then periodically auto-rebalance the strategy if the yields on the strategy pools fall below a certain threshold, and the tokens are then auto-staked into another pool from the pools associated with the strategy whose APY is above the set threshold.
Each vault and strategy link is hardcoded, and the code is immutable once it's released. This means that no one can modify the vaults and strategies.To release a new strategy for any asset, a new vault and strategy smart contract must be developed.
Currently, you can share and discuss your strategy in Yeeldx's Discord in the #strategies channel. Describe what it should buy/sell/farm and the current APY. A template will be provided to assist you in getting started.
APR represents the simple interest rate over the course of a year, while APY takes into account the effect of compounding.
No, the impact of compounded interest is exponential, not linear. A daily compounded interest rate of 1% would result in a yearly yield of 3678.34%.
Yeeldx automates the entire compounding process, making it as close to optimal as feasible. The compounding frequency is determined by various variables in the system, such as TVL, APR, and strategy fees.