PrimeStrategy Layer
3. PrimeStrategy Layer
The investment execution layer of the system, managing how assets are deployed across external DeFi protocols and internal strategy components. The Strategy Vault receives allocated liquidity, executes yield-generating strategies, and coordinates all interactions required for rebalancing, position management, and reward harvesting in a transparent and automated manner.
This layer is composed of 4 core components:
StrategyVault: Receives assets from the StakingVault, fulfills withdrawal requests by returning liquidity when required, and allocates capital into registered strategies according to protocol-defined parameters.
Strategy: Contract that executes yield strategies on external protocols, handling position management, rebalancing, harvesting, and liquidity unwinding within protocol-defined constraints.
Strategy Registry: stores and governs all registered strategies, allowing authorized roles to add, remove, activate, and deactivate them
Treasury: Stores harvested yield before distribution
Last updated
