Hardware wallets store private keys on dedicated offline devices. Software wallets store keys in apps. This guide explains when each makes sense, which specific products to use in 2026, and how serious bitcoiners use both — hardware for savings, software for spending.
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:
| Config | Keys Needed to Spend | Total Keys | Notes |
|---|---|---|---|
| 1-of-2 | 1 | 2 | Backup redundancy only, not real security |
| 2-of-2 | 2 | 2 | Both keys required — high security, no loss tolerance |
| 2-of-3 | 2 | 3 | Most popular — lose 1 key safely, still spend with 2 |
| 2-of-4 | 2 | 4 | Higher loss tolerance |
| 3-of-5 | 3 | 5 | Institutional 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:
- Key 1: Coldcard Mk4 — the most security-focused device
- Key 2: Foundation Passport — open-source, air-gapped
- Key 3: Trezor Model T — well-established, different firmware
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:
- Initialize device
- Record the 24-word seed phrase on paper (or metal backup)
- Test the seed phrase restore on a different device
- 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
- Open Sparrow Wallet (desktop: Mac, Windows, Linux)
- File → New Wallet → name it (e.g., "Savings Multisig")
- Policy Type: Multi Signature
- M of N: 2 of 3
- Script Type: Native Segwit (P2WSH) or Taproot (P2TR) — choose Taproot for better privacy
- 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
- 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:
- In Sparrow: File → Export Wallet → save the JSON file
- Save this file to 2–3 locations (encrypted USB, printed, with your attorney)
- 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:
- Send a small test amount to your new multisig address (e.g., $50 worth)
- Verify it appears in Sparrow
- Create a test transaction spending it back to a single-key wallet
- Sign with Key 1 (Coldcard): Sparrow → sign transaction → export PSBT to MicroSD → sign on Coldcard → import PSBT back
- Sign with Key 2 (Passport): same PSBT export/import flow
- With 2 signatures, Sparrow can broadcast the transaction
- 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:
| Service | Model | Your Keys | Their Keys | Notes |
|---|---|---|---|---|
| Casa | 2-of-3 or 3-of-5 | 2 | 1 | They can't spend without you; you can spend without them |
| Unchained Capital | 2-of-3 | 2 | 1 | Strong legal/estate planning focus |
| Knox Custody | Various | You control | Key backup | Canadian |
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:
- Create transaction in Sparrow
- Export PSBT (file or QR code)
- Sign with Device 1 (wherever it's stored)
- Import partial signature back to Sparrow
- Sign with Device 2
- 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