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
kamino.com/curators/vaults, 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 tokamino.com/curators/vaults 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
kamino.com/curators/vaults. - 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.