Allocation & Distribution
Ocean's allocation and distribution system involves:
StrategyAllocator
Determines which strategy receives what % of total capital
function rebalance() external;
YieldDistributor
Calculates and sends yield back to OCUSD holders and stakers
function distributeTo(address recipient, uint256 amount) external;
Last updated