Adaptive Rebalancing
Solana’s DeFi landscape changes by the minute — incentive programs, staking yields, and liquidity depth fluctuate rapidly.
Instead of using fixed-epoch rebalancing, Yieldbay employs event-driven rebalancing. The system continuously monitors yield feeds and executes reallocation when deviation exceeds a set threshold:
where ri represents the difference between observed and expected yield for vault i.
When triggered, reallocations are batched and executed through atomic CPI transactions, minimizing both gas costs and transaction churn.
⚡ This approach ensures low-latency reaction to yield changes while maintaining capital efficiency.
Last updated

