Multisig
Create a Solana multisig
Set up a Squads v4 multisig that needs several signers to move funds. List the member wallets and the approval threshold, then sign once. Non-custodial: your wallet and a one-time create-key co-sign.
- Change wallet
Connect a wallet to create a new Squads multisig.
How it works
Add each member's wallet address (you are added automatically), set how many approvals a transaction needs, and sign once. SolKnife reads the Squads program config for the protocol treasury, builds the create transaction, verifies it in your browser against the Squads program allowlist, and submits it after your wallet signs. Then fund the vault and propose transactions from the other multisig tools. A small flat SolKnife fee applies, on top of Squads' protocol fee and account rent.
- Threshold (m-of-n)
- How many members must approve before a transaction can execute. A 2-of-3 runs once any two of three members approve.
- Vault
- The program-derived address that holds the multisig's funds. Fund it to manage assets through the multisig.
Frequently asked
- How do I create a multisig wallet on Solana?
- List the member wallet addresses (yours is added automatically), set the approval threshold, and sign once. You get back the multisig address and its vault address; fund the vault to manage assets through it.
- What does it cost?
- Squads' protocol creation fee, account rent, the Solana network fee, and a small flat SolKnife fee shown by your wallet before you sign.
New to this? Read how to create and run a Solana multisig wallet.