Vaults

Yield and Fees

How realized yield, performance fees, network fees, and execution costs are described.

Yield calculation

Yield comes from changes in the amount of redeemable underlying assets in a Vault. APY is an estimate based on current or historical data and does not represent future returns.

Negative strategy performance, liquidity limits, fees, or execution costs may reduce redeemable value. Frontend data may lag behind confirmed on-chain state.

Fee table

Fee or costCurrent documentation statusNotes
Management fee0%No separate management fee was found in the current program source.
Deposit fee0%No separate deposit fee was found in the current program source.
Withdrawal fee0%No separate flat withdrawal fee was found in the current program source.
Performance fee0.10% of realized yieldThe current program constant is 10 bps. The fee applies only to realized profit, not principal.
Solana network feePaid by the userNetwork fees are paid to the Solana network, not to Lucida.
Strategy execution costsVariableExecution costs depend on the configured strategy and transaction path.
performance fee = max(realized assets - attributable principal, 0) x performance fee rate

Fee conditions

  • No realized yield. If there is no realized yield, the performance fee should be zero.
  • Principal. The performance fee is not charged against principal.
  • Estimates. Actual received amounts may differ from frontend estimates because of integer rounding and on-chain execution.