Vault Share Mechanics
ERC-20 Shares
OPAL vault shares are standard, fully transferable ERC-20 tokens. Each share represents a proportional claim on the net asset value of the vault's balance sheet (total assets minus total liabilities).
Shares can be transferred to any EVM wallet, used as collateral on lending protocols that accept ERC-20 tokens, held in institutional custody solutions (Fireblocks, Gnosis Safe), and integrated into yield aggregators or structured products.
Performance Fees
Fees are collected by minting new shares to the fee collector address. The performance fee rate is capped by the MAX_PERFORMANCE_FEE_BPS constant. Fee accrual is visible in real time by monitoring the share supply.
Deposits and Withdrawals
Users deposit the vault's accepted input token (e.g., USDT for the Perpetual sUSDe PT vault). The vault mints shares proportional to the deposited value relative to the current share price.
On withdrawal, the user redeems shares and receives the proportional claim on the vault's withdrawable reserves.
The withdrawable amount may be less than the total NAV per share if a portion of reserves is deployed as collateral against outstanding debt. See the vault-specific Token Flow page for details.
Last updated

