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.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.
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.- UI
- SDK
- CLI
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.Operating after transfer
Once the multisig holds Vault Admin, every state-changing operation becomes a Squads proposal. Two flows:SquadsX (recommended)
Sign in tomanage.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:- Configure the change on
manage.kamino.com. - Click Simulate to verify and review the resulting state.
- Copy the Base58-encoded transaction string from the simulation output.
- Open Squads and import the transaction.
- Gather approvals and execute.
--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.- UI
- SDK
Set under your vault’s Admin Management settings. Single transaction.
What’s next
Roles & ownership
The full role model and operating-under-multisig flows.
Enable Whitelisted Reserves
The other prerequisite for Kamino UI listing.