Withdraw pending fees
Move accrued fees from the vault to the admin wallet. Both performance and AUM fees are claimed in a single call.- UI
- SDK
- CLI
- Open your vault on
manage.kamino.com. - Open the Settings tab and find the Pending Fees section. The current accrued amount is displayed in the deposit token.
- Click Withdraw Fees.
- Sign with your admin wallet, or generate a Squads proposal if the vault is multisig-controlled.
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.- UI
- SDK
- CLI
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.- UI
- SDK
- CLI
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.- UI
- SDK
- CLI
Settings → Fees → edit the AUM Fee value (in basis points). Submit.
Operational notes
- Both fees claim together.
withdraw-pending-feescollects 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 multisigemits 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.