Skip to main content

Post-Creation Checklist

After creating your vault, complete these steps before it’s production-ready:
1

Configure Allocations

Add lending reserves and set allocation weights. Without allocations, the vault has nowhere to deploy capital. See Allocations.
2

Create the Farms (if not done on vault creation)

Each vault has three farm types: the Vault Farm (reward distribution), First Loss Capital Farm (loss-absorbing buffer), and Autocompound Farm (auto-reinvesting rewards). The Vault Farm and FLC Farm are created automatically during vault initialization via the SDK. The Autocompound Farm can be configured via the UI. If any farm was not created during initialization, it can be created and attached post-creation. See Farms & Rewards.
3

Transfer Admin to Multisig

Transfer vault admin to a Squads multisig. This is required before the vault goes live.

Transferring Admin to Multisig

All production vaults must be managed via multisig. Transfer your vault admin to a Squads multisig wallet before the vault accepts deposits.

Admin Transfer Process

The transfer uses a two-step process to prevent accidental transfers:
1

Initiate Transfer

The current admin submits a transfer to the new admin address (your Squads multisig). The vault enters a pending state (PendingVaultAdmin is set).
2

Claim Transfer

The new admin (multisig) submits a claim transaction to complete the transfer. This must be executed through Squads.
The current admin can cancel a pending transfer at any time before the new admin claims it.
Transferring the Allocation Admin role is a single step — the new admin does not need to claim it. See Vault Settings for all admin types.

Transaction Execution via SquadsX

1

Configure Changes

Make your desired changes on platform.kamino.com — update allocations, modify fees, adjust parameters, etc.
2

Simulate Transaction (optional)

Simulate the transaction to verify it succeeds and review the resulting changes.
3

Send Transaction

When using the SquadsX wallet, the Send flow automatically creates a proposal for the multisig. After the proposal is created, gather approvals and execute.

Transaction Execution via Squads

Once admin is transferred to a multisig, all vault management operations follow this flow:
1

Configure Changes

Make your desired changes on platform.kamino.com — update allocations, modify fees, adjust parameters, etc.
2

Simulate Transaction

The platform simulates the transaction and displays execution logs and success/failure status.
3

Copy Encoded Transaction

Copy the base58-encoded transaction string from the simulation output.
4

Execute in Squads

Import the encoded transaction into Squads, gather multisig approvals, and execute.
The process of copy-pasting the encoded transaction and manually creating the proposal happens automatically when using the SquadsX wallet.
This is the standard flow for all vault management operations going forward. The remaining documentation assumes you are executing transactions through your Squads multisig.