Skip to main content
Skip to main content
Wallets
Multisig SetupStep 1 of 4

Multisig: Multi-Signature Wallets

A multisig (multi-signature) wallet requires more than one key to spend, written as M-of-N: M signatures out of N total keys. The usual choice for an individual is 2-of-3, where any two of three keys can move the funds, so losing one key does not lose your bitcoin and stealing one key does not steal it.

A standard Bitcoin wallet has a single point of failure instead: one seed phrase controls everything. If it's stolen, your bitcoin is gone. If it's lost, your bitcoin is gone. Multisig eliminates that vulnerability by distributing control across several keys.

What is Multisig?โ€‹

A multisig wallet requires multiple private keys to authorize a transaction. Instead of one key having complete control, you distribute control across several keys.

Think of it like a bank vault that requires two managers to turn their keys simultaneously; neither can open it alone.

The M-of-N Modelโ€‹

Multisig uses an "M-of-N" structure:

  • N = Total number of keys in the setup
  • M = Number of keys required to sign

A 2-of-3 multisig: three keys exist at home, office and safe, and any two signatures spend; no single key ever can, so one key can be lost or stolen without losing the funds

Common Configurationsโ€‹

SetupRequiredTotalUse Case
2-of-323Individual self-custody (most popular)
3-of-535High-value holdings, organizations
2-of-222Shared control (no fault tolerance)
1-of-212Easy access from multiple locations

How It Worksโ€‹

Creating a Multisig Walletโ€‹

  1. Generate 3 separate private keys (usually on 3 hardware wallets)
  2. Extract the public key (xpub) from each device
  3. Combine the xpubs in coordinator software to create the multisig wallet
  4. The wallet can now receive bitcoin

Spending from a Multisig Walletโ€‹

  1. Create an unsigned transaction (called a PSBT)
  2. Sign with Device 1 โ†’ Transaction is still incomplete
  3. Sign with Device 2 โ†’ Transaction is now valid
  4. Broadcast the fully-signed transaction

Multisig signing flow: an unsigned PSBT goes to device 1 and device 2, each signs independently, the signatures combine into a fully signed transaction and it is broadcast; no single machine ever holds two keys

Why Use Multisig?โ€‹

Eliminates Single Points of Failureโ€‹

ScenarioSingle-Sig2-of-3 Multisig
One key stolenFunds lostSafe (thief needs 2 keys)
One key lostFunds lost foreverSafe (2 remaining keys work)
House fire destroys backupFunds lostSafe (other locations have keys)
Coerced to hand over keyFunds lostSafe (can't access other keys)

Security Through Distributionโ€‹

With multisig, your bitcoin security doesn't depend on any single thing:

Single-sig puts full control on one seed phrase, one point of failure; a 2-of-3 multisig spreads control over three keys where any two spend, so one key compromised or lost leaves the funds safe

The Tradeoffsโ€‹

Advantagesโ€‹

  • Theft protection: attacker needs multiple keys
  • Loss protection: can lose one key and still recover
  • Inheritance: can distribute keys to family
  • Shared control: multiple parties must agree to spend

Disadvantagesโ€‹

  • More complexity: more things to back up and manage
  • Higher fees: multisig transactions are larger
  • More points of failure: must back up descriptor AND seeds
  • Slower transactions: need multiple devices to sign

The Complexity Warningโ€‹

Before Using Multisig

Multisig adds complexity that can lead to permanent fund loss if mismanaged:

  • You must back up the wallet descriptor (not just seed phrases)
  • You must test recovery before depositing significant funds
  • You need secure storage for multiple seeds in different locations

If you're not comfortable with single-sig hardware wallets yet, master that first.

When to Consider Multisigโ€‹

Good Candidatesโ€‹

  • โœ… Significant holdings you'd be devastated to lose
  • โœ… Long-term "vault" storage (not daily spending)
  • โœ… Business funds requiring multiple approvals
  • โœ… Inheritance planning scenarios
  • โœ… Access to multiple secure storage locations

Not Necessary Forโ€‹

  • Small amounts (under ~$10,000)
  • Daily spending funds
  • Users still learning basic self-custody
  • Those without multiple secure storage locations

Key Componentsโ€‹

Hardware Walletsโ€‹

Each key lives on a separate hardware wallet. Recommended: use devices from different manufacturers to avoid single-vendor vulnerabilities.

Coordinator Softwareโ€‹

Software like Sparrow, Nunchuk, or Specter:

  • Creates the multisig configuration
  • Generates receive addresses
  • Creates unsigned transactions
  • Combines signatures

Wallet Descriptorโ€‹

A text string containing:

  • All public keys (xpubs)
  • The M-of-N policy
  • Script type and derivation paths
Critical

The wallet descriptor is as important as your seed phrases. Without it, you cannot reconstruct your multisig wallet, even with all seeds.

Collaborative Custodyโ€‹

Some services offer "assisted" multisig where they hold one key:

ServiceModelYou HoldThey Hold
Unchained2-of-32 keys1 key
Casa2-of-3 or 3-of-52+ keys1 key
NunchukFlexibleYour choiceOptional

Benefits: Professional backup, inheritance support, recovery assistance

Tradeoff: Third party involved (though they can't spend without you)

Key Takeawaysโ€‹

  • Multisig requires multiple keys to spend bitcoin
  • 2-of-3 is the most popular individual setup
  • Eliminates single points of failure for both theft and loss
  • Adds complexity: more things can go wrong
  • Wallet descriptor backup is critical (not just seeds)
  • Best for significant, long-term holdings
  • Master single-sig first before attempting multisig

Ready to Build It? Step-by-Step Setupโ€‹

If you understand the concepts above and want to implement a 2-of-3 multisig, the following sections walk you through the full DIY setup with Sparrow Wallet.

What You'll Do
  • Set up 3 hardware wallets for multisig
  • Create a 2-of-3 multisig wallet in Sparrow
  • Properly back up seed phrases and wallet descriptor
  • Test your recovery procedure

โฑ๏ธ Time required: 2-3 hours ๐Ÿ“Š Difficulty: Intermediate to Advanced ๐Ÿ’ฐ Estimated cost: $200-450 (3 hardware wallets) + $30-60 (metal seed backups)

Choosing Your Configurationโ€‹

2-of-3: The Sweet Spotโ€‹

For most individuals, 2-of-3 multisig offers the best balance:

Advantages:

  • Lose 1 key โ†’ Still have access (fault tolerance)
  • 1 key stolen โ†’ Funds still safe (theft protection)
  • Manageable complexity (3 backups, 3 devices)
  • Lower transaction fees than 3-of-5

3-of-5: Maximum Securityโ€‹

For very large holdings or organizations:

Advantages:

  • Can lose 2 keys and still access funds
  • 2 keys can be stolen without fund loss
  • Good for distributed teams/families

Disadvantages:

  • 5 devices to purchase and manage
  • 5 seed phrases to secure (10 locations if you separate!)
  • Higher transaction fees
  • More coordination for signing

2-of-2: Shared Control (Use Carefully)โ€‹

โš ๏ธ Not recommended for most users

  • No redundancy: lose 1 key, lose everything
  • Both parties must be available to spend
  • Use only for specific shared-custody scenarios

DIY vs. Collaborative Custodyโ€‹

Don't want to manage all keys yourself? Collaborative custody providers hold one key while you hold the majority.

ServiceFree TierPaid PlansBest For
UnchainedYes (2-of-3)From $0 + per-sign feeFinancial services, loans
CasaBasic walletFrom $30/monthBeginners, inheritance
NunchukYesFrom $15/monthPrivacy, flexibility
FactorDIY MultisigCollaborative Custody
Technical skill neededHighLow-Medium
PrivacyMaximumProvider sees balances
Support availableCommunity onlyProfessional help
Ongoing costOne-time (hardware)Monthly subscription
Recovery assistanceYou're on your ownHelp available
Best forTechnical usersBeginners, busy people

Recommendation:

  • New to multisig? Start with collaborative custody to learn the concepts
  • Technical and privacy-focused? DIY with Sparrow Wallet
  • Significant holdings but not technical? Collaborative custody is worth the cost

Common Multisig Mistakesโ€‹

Mistake 1: Not Backing Up the Wallet Descriptorโ€‹

Problem: You have all 3 seed phrases but can't reconstruct the wallet.

Solution: Store the wallet descriptor (as PDF, file, or printed) with each seed phrase backup.

Mistake 2: Storing Multiple Seeds Togetherโ€‹

Problem: A single theft or disaster compromises multiple keys.

Solution: Geographic distribution, each seed in a different location.

Mistake 3: Using the Same Hardware Wallet Brandโ€‹

Problem: A firmware vulnerability affects all your signing devices.

Solution: Mix manufacturers (e.g., Jade + Trezor + Keystone).

This stopped being hypothetical in July 2026. The Coldcard entropy flaw made single-sig Coldcard wallets brute-forceable and ~$116M was drained, while multisig quorums containing one weak Coldcard key lost nothing, because the other vendors' keys held. One silent firmware failure, two completely different outcomes.

Mistake 4: Not Testing Recoveryโ€‹

Problem: You think your backup works but haven't verified it.

Solution: Practice recovery with a small amount before depositing significant funds.

Mistake 5: Overcomplicating the Setupโ€‹

Problem: 5-of-7 multisig across 3 continents with time locks...

Solution: Start simple. 2-of-3 is sufficient for most individuals.

Mistake 6: Not Verifying Addresses on Devicesโ€‹

Problem: Malware could show you a fake address on your computer.

Solution: Always verify receive addresses on your hardware wallet screens before depositing.

Security Checklistโ€‹

Before depositing significant funds, verify:

  • Each hardware wallet is from a different manufacturer (recommended)
  • Each seed phrase is backed up on metal (fire/water resistant)
  • Seed phrases are stored in separate physical locations
  • Wallet descriptor is backed up (multiple copies in different locations)
  • You've verified a receive address matches on at least 2 hardware wallets
  • You've successfully completed a test transaction (send and receive)
  • You've practiced full wallet recovery from backups
  • You understand you need M keys to spend (not just one)
  • Hardware wallets are registered with the multisig configuration

Set Up Your Multisig

Next Steps