Use this file to discover all available pages before exploring further.
This is a post-creation fallback guide, not a primary setup task. When you create a vault via the SDK (createVaultIxs) or the UI, the Vault Farm and Insurance Pool farm are created automatically as part of the creation flow — see Create a vault. You only need this guide if you created your vault via the CLI (which doesn’t currently support farm creation) or otherwise skipped farm setup during init. The Autocompound Farm is the exception — it’s always configured separately, currently UI-only.
Every vault supports three farms. This guide walks through creating and attaching each one post-creation. For the model — what each farm does and how rewards interact with vault accounting — read Yield & fees → Farm rewards.
Distributes any reward token to depositors (kToken holders). One per vault.
Available
Insurance Pool farm (FirstLossCapitalFarm)
Holds your locked capital that absorbs losses before depositors. See Set up the Insurance Pool for the full setup.
Available
Autocompound Farm
Distributes rewards in the vault’s deposit token, automatically compounding into vault positions.
UI only — SDK support coming
If you create a vault via the SDK using createVaultIxs, the Vault Farm and Insurance Pool farm are created automatically. If you used the UI or CLI, you’ll need to create them post-hoc.
Farm creation is irreversible. The farm public key becomes immutable after creation, and farm authority transfers to the protocol.
After registration, you fund the farm with the reward token. Depositors claim proportional to their kToken holdings over the reward period. The farm has a cooldown period that prevents instant deposit-claim-withdraw cycling — set this when configuring reward distribution.
After registration, configure the deposit token and lockup period (the lockup is a fixed 30 days for normal withdrawals — see Set up the Insurance Pool for the full setup including the 2-of-2 emergency withdrawal flow).
Configure the Autocompound Farm via the UI for now; SDK support is on the way.
The UI walks through farm creation step-by-step. Open your vault’s farms / rewards section on manage.kamino.com and follow the prompts. The Autocompound Farm is configured via the same surface.
Farm creation and management is not currently available via the Kamino CLI. Use the SDK or UI.