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