Multisig Wallets
No single key can move your funds. When the complexity is worth it — and how to set it up.
Key takeaways
- Multisig requires M-of-N keys to sign (common: 2-of-3 or 3-of-5). No single key compromise = loss.
- Worth the complexity for $50K+ long-term holdings. Below that, hardware wallet + metal backup + passphrase is usually right.
- Use geographically separated keys — home, bank safe-deposit, trusted family member — on different hardware devices.
- Bitcoin: Sparrow, Specter, Nunchuk, Casa. Ethereum + EVM: Safe (formerly Gnosis Safe).
Why multisig
A single-signature wallet — one key controls everything — has an obvious failure mode: anyone who gets that key (theft, coercion, phishing) takes the funds. Anyone who loses that key (fire, forgotten backup) loses the funds. For small balances, these risks are tolerable. For life-changing amounts, the asymmetry becomes unacceptable.
Multisig replaces the single point of failure with a threshold: M of N keys must sign. Common configurations:
- 2-of-3 — three keys exist; any two sign. Most common recreational setup. Can lose one key without loss.
- 3-of-5 — five keys; any three sign. More redundancy; supports inheritance and geographic separation.
- 2-of-2 — two keys both required. Forces paired signing; useful for joint-ownership scenarios but zero redundancy.
Hardware and locations
The principle: keys must be held independently, on independent devices, in independent locations. A typical 2-of-3 setup:
- Key 1: Ledger device, seed backed up on metal plate, stored in home fire-safe
- Key 2: Trezor device, seed backed up on metal plate, stored in bank safe-deposit box
- Key 3: Ledger device (different model), seed backed up on metal plate, stored with a trusted family member in another city, OR at an attorney\'s office with sealed-envelope instructions
Using three identical devices from one vendor in one location largely defeats the point. Mix vendors (Ledger + Trezor + Coldcard) to mitigate vendor-specific vulnerabilities.
Coordinator software
Bitcoin (and Bitcoin-focused)
- Sparrow Wallet — free, desktop, mature, strong privacy features (connect to your own Bitcoin node). Learning curve steep but unmatched transparency.
- Specter Desktop — free, desktop, similar model to Sparrow. Slightly friendlier UX for beginners.
- Nunchuk — mobile + desktop. Good for collaborative multisig (key holders signing from different devices).
- Casa — managed service, monthly subscription ($20–$250+/month depending on plan). White-glove onboarding, key replacement help, inheritance planning. Good for non-technical high-net-worth users.
- Unchained Capital — collaborative custody, supports Bitcoin IRAs. US-regulated, slightly more expensive than Casa.
Ethereum + EVM chains
- Safe (formerly Gnosis Safe) — the standard. Smart-contract-based multisig. Native support for DeFi protocols (stake from the Safe, vote in DAOs, interact with contracts).
Operational tradeoffs
- Every transaction requires coordinating signatures across devices/locations. Not instant. Fine for HODL; painful for active trading.
- Setup complexity — first-time multisig setup is a 2–4 hour careful exercise. Test with small amounts first.
- Change management — adding, removing, or replacing keys requires moving funds to a new multisig wallet. Plan ahead.
- Fee overhead — multisig transactions are slightly larger than single-sig, so on-chain fees are marginally higher.
Inheritance
Multisig pairs naturally with inheritance planning. A 3-of-5 setup can give one key each to your spouse, two adult children, an attorney, and a trusted executor — any three can recover. The operational document (sealed letter + instructions with the attorney) describes exactly what to do if you die. See Crypto inheritance planning.
When NOT to use multisig
- Active trading — sign friction makes each trade slow
- Small balances (<$50K) — complexity outweighs marginal security gain
- No support network — multisig requires either technical competence to self-manage or a trusted service provider
- Unstable relationships — if a co-signer situation (spouse, business partner) could deteriorate, plan contractually for that before depending on their key