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.

Production vaults run under a Squads multisig — every state-changing operation flows through a proposal and approval. This guide walks through transferring Vault Admin to a multisig and the operating model afterwards. For the model and role definitions, see Roles & ownership.

Why transfer

  • Operational security. No single key can move vault funds.
  • Required for UI listing. Kamino’s UI lists only multisig-controlled vaults that also have Whitelisted Reserves enabled.
  • Required for the Insurance Pool match. Kamino’s match program requires multisig control.

Before you start

You’ll need:
  • The Squads multisig address that will hold Vault Admin.
  • The current Vault Admin keypair (or signing access).

The two-step transfer

Transfer uses an initiate-then-claim pattern to prevent accidental ownership changes.
[ current admin ]   initiate transfer    [ pending admin set ]   claim    [ multisig holds vault ]
       ●  ─────────────────────────────►        ●               ──────►            ●

                                              │  current admin can cancel

                                          [ unchanged ]
The current admin can cancel the pending transfer until the new admin claims. After claim, the previous admin has no privileges.
1

Initiate transfer

On manage.kamino.com, open your vault’s settings → Admin Management. Set the new admin to your Squads multisig address. Sign the transaction. The vault enters the pending state.
2

Claim transfer (from the multisig)

The new admin (Squads multisig) submits an accept-ownership transaction. This is a Squads proposal that members approve and execute via the Squads dashboard.

Operating after transfer

Once the multisig holds Vault Admin, every state-changing operation becomes a Squads proposal. Two flows: Sign in to manage.kamino.com with SquadsX. The Send action automatically generates the transaction, creates the proposal, and routes it to the multisig dashboard for approval.

Encoded transaction

If you’re not using SquadsX:
  1. Configure the change on manage.kamino.com.
  2. Click Simulate to verify and review the resulting state.
  3. Copy the Base58-encoded transaction string from the simulation output.
  4. Open Squads and import the transaction.
  5. Gather approvals and execute.
Programmatic operations follow the same pattern. SDK methods produce instructions that are wrapped into transactions you submit through Squads. CLI commands accept --mode multisig --multisig <pubkey> to emit a Base58 payload.

Allocation Admin transfer (optional)

The Allocation Admin role is single-step — the Vault Admin sets it directly with no claim. Use this to delegate allocation management to a non-multisig wallet (e.g. an automated rebalancer) without granting full vault control.
Set under your vault’s Admin Management settings. Single transaction.
To revoke, set the Allocation Admin back to the default pubkey or to the Vault Admin itself.

What’s next

Roles & ownership

The full role model and operating-under-multisig flows.

Enable Whitelisted Reserves

The other prerequisite for Kamino UI listing.