Skip to main content

What Is Multisig (Multi-Signature Wallet)?

Definition

A multisig wallet requires multiple private key signatures to authorize a transaction — commonly used by DAOs and teams to prevent any single person from moving funds unilaterally.

A standard wallet needs 1 signature. A multisig wallet needs M-of-N signatures (e.g., 3-of-5 means 3 out of 5 keyholders must approve).

  • 2-of-3 — requires any 2 of 3 signers. Good for small teams.
  • 3-of-5 — requires 3 of 5. Standard for DAO treasuries.
  • 4-of-7 — higher security for large treasuries.

Multisig platforms: Safe (Ethereum/Base), Squads (Solana), Realms (Solana governance).

For token creators, transferring mint authority to a multisig (instead of revoking it) allows future minting under community consensus — useful for DeFi protocol tokens that need ongoing staking emissions.

Try it yourself

No code required. Connect a wallet and get started in minutes.

DAO Token Guide

Related Terms