security

How to Set Up Bitcoin Multisig 2026: Step-by-Step Guide

Bitcoin multisig requires multiple keys to spend — 2-of-3 is the gold standard. This step-by-step guide covers hardware wallet setup, Sparrow Wallet configuration, PSBT signing, and key distribution.

bitcoin multisigmultisig setupbitcoin 2 of 3sparrow wallet multisigcoldcard multisigbitcoin cold storagehardware wallet multisig

Multisig (multi-signature) is the gold standard for securing large Bitcoin holdings. Instead of a single private key that controls your Bitcoin, multisig requires M-of-N keys to authorize any transaction — typically 2-of-3. One compromised or lost key doesn't lose your Bitcoin.

This guide covers what multisig is, when you need it, and how to set it up with Sparrow Wallet.

What Is Multisig?

A standard Bitcoin wallet has one private key. Whoever has that key controls the funds. Lose it, you lose everything. Thief gets it, they steal everything.

Multisig requires multiple keys to sign a transaction. Common configurations:

ConfigKeys Needed to SpendTotal KeysNotes
1-of-212Backup redundancy only, not real security
2-of-222Both keys required — high security, no loss tolerance
2-of-323Most popular — lose 1 key safely, still spend with 2
2-of-424Higher loss tolerance
3-of-535Institutional grade — geographic distribution

The 2-of-3 sweet spot:

  • Lose 1 key → still have 2, can still spend (and should rotate immediately)
  • Thief gets 1 key → still needs 1 more, can't steal
  • Single key compromise doesn't lose funds or give access

When Do You Need Multisig?

Definitely use multisig if you hold:

  • More than 1 BTC (~$90,000 at current prices)
  • Any amount you couldn't afford to lose from a single key compromise
  • Bitcoin intended to last decades (inheritance)

Multisig may be overkill for:

  • Small amounts under $5,000–$10,000
  • DCA accumulation wallet you're still building up
  • Daily spending wallet

Start simple (single hardware wallet) and graduate to multisig as your holdings grow.

What You Need to Set Up 2-of-3 Multisig

Hardware wallets: You need 3 hardware wallets (or signing devices). Using devices from different manufacturers increases security — a vulnerability in one brand doesn't compromise all three keys.

Recommended combination:

Coordinator wallet: A software wallet that holds the extended public keys (xpubs) and coordinates transaction signing. Does NOT hold private keys. Sparrow Wallet is the best option for self-managed multisig.

Note: You can also use Nunchuk (mobile-friendly, good UX for multisig), or Blue Wallet (basic multisig support).

Step-by-Step: 2-of-3 Multisig with Sparrow Wallet

Step 1: Set Up All Three Hardware Wallets

Set up each hardware wallet independently as a fresh device:

  1. Initialize device
  2. Record the 24-word seed phrase on paper (or metal backup)
  3. Test the seed phrase restore on a different device
  4. Store each seed phrase in a physically separate, secure location

Critical: The three seed phrases MUST be stored in different locations. The whole point of multisig is geographic distribution of keys. Three seeds in your desk drawer isn't multisig — it's three single-signature wallets in one place.

Step 2: Export the Extended Public Keys (xpubs)

Each hardware wallet needs to export its extended public key (xpub) — a read-only key that lets Sparrow watch the wallet without being able to spend from it.

For Coldcard Mk4:

  • Insert MicroSD card
  • Advanced → MicroSD → Export Wallet → Generic JSON
  • Copy the file from MicroSD

For Foundation Passport:

  • Settings → Backup → View Seed Words... (no, wrong) → use the QR export feature
  • Scan the QR code with Sparrow's camera

For Trezor Model T:

  • Connect via USB to Sparrow
  • Sparrow detects it and reads the xpub automatically

Step 3: Create the Multisig Wallet in Sparrow

  1. Open Sparrow Wallet (desktop: Mac, Windows, Linux)
  2. File → New Wallet → name it (e.g., "Savings Multisig")
  3. Policy Type: Multi Signature
  4. M of N: 2 of 3
  5. Script Type: Native Segwit (P2WSH) or Taproot (P2TR) — choose Taproot for better privacy
  6. Add Keystores:
    • Keystore 1: Import from file (Coldcard JSON), or scan QR, or connect USB
    • Keystore 2: Same process for Passport
    • Keystore 3: Same for Trezor
  7. Click Apply

Sparrow generates your multisig wallet's receive addresses. These are different from any single-device address — they're native multisig addresses (starting with bc1q or bc1p for Taproot).

Step 4: Back Up the Wallet Configuration

This is a step many people skip — don't.

The multisig wallet requires all three xpubs to reconstruct the wallet, not just the seed phrases. If you lose the wallet configuration file and have only your seed phrases, you may not be able to spend from the multisig wallet.

Back up:

  1. In Sparrow: File → Export Wallet → save the JSON file
  2. Save this file to 2–3 locations (encrypted USB, printed, with your attorney)
  3. Each seed phrase + the wallet configuration file = recovery path

Alternatively: Coldcard stores the multisig wallet config on its MicroSD card. Passport can store it too. These hardware wallets can reconstruct the wallet without Sparrow if needed.

Step 5: Test With a Small Amount

Before depositing significant funds:

  1. Send a small test amount to your new multisig address (e.g., $50 worth)
  2. Verify it appears in Sparrow
  3. Create a test transaction spending it back to a single-key wallet
  4. Sign with Key 1 (Coldcard): Sparrow → sign transaction → export PSBT to MicroSD → sign on Coldcard → import PSBT back
  5. Sign with Key 2 (Passport): same PSBT export/import flow
  6. With 2 signatures, Sparrow can broadcast the transaction
  7. Verify the test amount arrives at your destination

If the test works, you've confirmed the full signing flow works with your specific hardware combination.

Step 6: Distribute Your Keys

Store the three keys in different locations:

  • Key 1 (Coldcard + seed): Your home safe
  • Key 2 (Passport + seed): Safe deposit box at a different bank, or trusted family member's home
  • Key 3 (Trezor + seed): Fireproof safe at your office, or attorney's office with the wallet config file

No single location contains 2 keys. An attacker who robbed your house gets Key 1. To steal your Bitcoin, they'd need to find Key 2 or Key 3 as well.

Managed Multisig Services

Don't want to manage 3 hardware wallets yourself? Collaborative custody services hold one key, you hold two:

ServiceModelYour KeysTheir KeysNotes
Casa2-of-3 or 3-of-521They can't spend without you; you can spend without them
Unchained Capital2-of-321Strong legal/estate planning focus
Knox CustodyVariousYou controlKey backupCanadian

These services let you use multisig security without buying and managing 3 hardware wallets immediately. You can always graduate to fully self-managed multisig later.

Spending From Multisig: The PSBT Flow

Every time you send Bitcoin from your multisig wallet, you need signatures from M of N keys. The coordination uses PSBT (Partially Signed Bitcoin Transactions).

Typical 2-of-3 flow:

  1. Create transaction in Sparrow
  2. Export PSBT (file or QR code)
  3. Sign with Device 1 (wherever it's stored)
  4. Import partial signature back to Sparrow
  5. Sign with Device 2
  6. Sparrow now has 2-of-3 signatures → broadcast transaction

This is more friction than a single-key wallet. That's the trade-off: each transaction requires accessing two hardware wallets. For long-term savings wallets that rarely move funds, this is entirely manageable.

FAQ

Is multisig complicated? The initial setup takes 2–4 hours. Once set up and tested, spending is straightforward (though it requires accessing two hardware wallets). The friction is worth it for significant holdings.

What if I lose one hardware wallet? You have the seed phrase for that device. Buy a replacement, restore from seed, and you're back to 3 keys. Rotate your multisig (create a new wallet with a new key) when you can — a lost hardware wallet means someone might find it later.

What if I lose one seed phrase? You still have 2 keys. You can still spend from the multisig wallet. Create a new multisig wallet immediately and move all funds to the new wallet with a fresh 3-key setup. Do not delay — you're now in a 1-of-2 effective situation.

Can I use the same hardware wallet brand for all 3? Yes, but using three different brands is better. A firmware vulnerability or supply chain attack on one brand doesn't compromise all three keys.

Do I need expensive hardware wallets for all 3? No. Key 3 in a 2-of-3 setup is effectively a backup. Blockstream Jade Plus ($65) works as a third key alongside more expensive primary devices.


Related: Bitcoin Security Tips 2026 · Best Hardware Wallets 2026 · Bitcoin Inheritance Planning

Stay Up to Date on Bitcoin

Get our free Beginners Guide to Buying Bitcoin plus weekly insights for long-term holders.

Related Posts