Fees

Fees in Ocean are implemented through:

  • *MintingManager: may apply a mint/redeem fee*

  • *YieldDistributor: applies performance fees on yield*

uint256 public protocolFeeBps; // e.g. 200 = 2%
address public feeCollector;

All fees are transparent and configurable by governance.

Last updated