Skip to main content

Documentation Index

Fetch the complete documentation index at: https://kamino.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Performance and AUM fees accrue continuously in the vault’s deposit token, but they are not auto-collected — you have to claim them. This guide covers the four operations: withdraw, give up, update performance rate, update AUM rate. For the model behind each fee, see Yield & fees.

Withdraw pending fees

Move accrued fees from the vault to the admin wallet. Both performance and AUM fees are claimed in a single call.
  1. Open your vault on manage.kamino.com.
  2. Open the Settings tab and find the Pending Fees section. The current accrued amount is displayed in the deposit token.
  3. Click Withdraw Fees.
  4. Sign with your admin wallet, or generate a Squads proposal if the vault is multisig-controlled.
The fees land in the admin wallet’s associated token account for the deposit token.

Give up pending fees

Return accrued fees to depositors. Useful when accrued fees have grown disproportionately to vault size, when you want to retroactively adjust your effective fee rate, or as a goodwill gesture after a difficult period.
The Settings tab includes a Give Up Fees action alongside Withdraw Fees. You specify the amount to return; it goes back to the vault and benefits remaining depositors via increased share price.

Update performance fee

Change the percentage of vault profits taken as the performance fee. Editable any time post-creation.
Settings → Fees → edit the Performance Fee value (in basis points, 1 bp = 0.01%). Submit.

Update AUM (management) fee

Change the annualized percentage charged on total vault assets. Editable any time post-creation.
Settings → Fees → edit the AUM Fee value (in basis points). Submit.

Operational notes

  • Both fees claim together. withdraw-pending-fees collects accrued performance and AUM fees in a single transaction. There’s no separate withdraw for each.
  • Fee changes apply forward. Updating a fee rate doesn’t retroactively change accrued fees — it changes the rate at which new fees accrue.
  • Multisig flow. Production vaults run under Squads. Every fee operation produces a proposal that members approve and execute. SquadsX automates the proposal step from manage.kamino.com; the CLI’s --mode multisig emits a Base58 payload to import into Squads manually.
  • Withdrawal penalties are not curator revenue. They’re a security mechanism returned to the vault — see Yield & fees → The withdrawal penalty. You can’t withdraw or change them through this guide.

What’s next

Yield & fees

The full fee model, including withdrawal penalties and farm rewards.

Roles & ownership

Multisig flow that governs every fee operation in production.