Skip to main content

FeeManager

The FeeManager contract handles fee configuration and revenue distribution between the protocol treasury and vault curators.

Fee Parameters

Revenue Split

All collected fees are split between two recipients:
  1. Protocol Treasury — minimum 20% of all fees
  2. Curator Wallet — up to 80% of all fees (set at vault creation)
For oracle-driven vaults (politician trackers), 100% goes to the protocol treasury.

Share Dilution

Management and performance fees are collected by minting new vault shares to fee recipients. This dilutes all shareholders proportionally:
These shares are split according to the revenue split ratio and sent to the protocol treasury and curator wallets.

High-Water Mark

Performance fees use a high-water mark (HWM) mechanism:
  • The HWM tracks the highest share price ever achieved
  • Performance fees are only charged on gains above the HWM
  • After a drawdown, no performance fees are charged until the previous high is exceeded
  • This prevents double-charging investors who experience losses