- Easy to set up (fast onboarding). Link your device, record the seed phrase, add a PIN. See trezor-unboxing-and-setup.
- Low friction for everyday use and DeFi interactions when paired with a companion app (like trezor-suite-vs-web-wallet).
- Fewer moving parts to manage in recovery.
Cons:
- Single point of failure (lost device, damaged phrase, theft).
- Can be risky for large holdings unless additional protections are added.
Who it’s best for: new users, traders, and anyone who values simplicity. Who should look elsewhere: holders of life-changing sums who want redundancy and geographic separation.
And yes, adding a passphrase (25th word) improves security. But it also raises recovery complexity—lose the passphrase and recovery is impossible. Read the passphrase-guide-25th-word.
Multisig: distributed control and recovery
Multisig spreads signing authority across multiple devices or keys (for example, 2-of-3 signatures required to spend). This raises the bar for thieves without making recovery impossible if you lose one key.
Why multisig matters: an attacker needs to compromise multiple devices/locations to steal funds. That’s powerful for long-term holdings.
Trade-offs:
In my testing, multisig felt awkward at first. But after a few signed transactions, the workflow becomes predictable. Which should you pick? If you’re holding a sizable Bitcoin allocation for years, multisig is worth exploring.

Shamir (SLIP-39) and split backups
Shamir backup (SLIP-39) splits a master secret into multiple shares. A subset of those shares can recover the master seed. This differs from simply writing down parts of a BIP-39 seed phrase because SLIP-39 is designed for threshold recovery.
Pros:
- Flexible recovery thresholds.
- You can distribute shares across people or locations without giving anyone full access.
Cons:
- Not universally supported by all wallet software.
- Requires careful planning for metadata and storage of each share (use metal-backups-plates or similar).
If you prefer one-device operation but want redundancy, Shamir is an attractive middle ground.
Geographic distribution of seed phrase: practical patterns
Geographic distribution seed phrase strategies reduce single-location risk (fire, theft, natural disaster). Options include:
- Split phrase across two secure locations (home safe + bank safe deposit box).
- Store full seed in one location and passphrase in another (reduces the chance both are compromised together).
- Use trusted custodians for some shares (lawyer, executor) with clear legal instructions.
Practical rules:
- Keep at least two independent recovery options. Don’t put all shares in the same building.
- Use durable storage (metal plates) rather than paper.
- Inform a trusted person of the recovery strategy without revealing full secrets (inheritance planning helps; see /inheritance-planning-crypto).
But remember: geographic spread can slow recovery during emergencies. Balance safety with accessibility.
Connectivity, signing and firmware security trade-offs
How you connect a hardware wallet changes the threat model. USB is straightforward. Bluetooth adds convenience but a larger attack surface. Air-gapped signing (physically isolated device transfers a PSBT — Partially Signed Bitcoin Transaction — via QR or SD) reduces remote attack risk.
I use air-gapped signing for the largest cold storage accounts. It’s slower. It’s also safer for high-value custody.
Firmware matters. Always verify firmware authenticity before initial setup and before updates. Follow the steps in firmware-updates-verification and read up on supply-chain-tamper-verification. Never buy a used device without a verified factory reset—see /buying-used-trezor.
For connectivity pros/cons, see connectivity-usb-bluetooth-nfc and air-gapped-signing-psbt.
Common mistakes to avoid
- Buying from unofficial sellers (risk of tampering). See /where-to-buy-trezor-safely.
- Storing the seed phrase in a single physical spot.
- Using photos or cloud storage for seed phrase backups.
- Overcomplicating recovery so no one can access funds in an emergency.
A short checklist:
- Verify firmware and device integrity.
- Record seed phrase on durable metal.
- Store backups in separate, secure locations.
- Test recovery (with small amounts) before moving large funds.
Sample setups — step by step
Basic single-sig (beginners):
- Buy from an official source. (Don’t buy used unless you can factory-reset and verify.)
- Initialize device, set a PIN, write the seed phrase on paper then transfer to a metal backup. See /trezor-unboxing-and-setup and /metal-backups-plates.
- Keep a copy offsite (bank safe deposit box or trusted location).
Intermediate — 2-of-3 multisig:
- Set up three hardware wallets across different locations.
- Use a compatible multisig coordinator (see /multisig-wallet-compatibility).
- Keep one share in a secure home safe, one in a bank box, and one with a trusted third party (or a fireproof safe).
- Practice recovery with a small transfer.
Advanced — air-gapped multisig with Shamir fallback:
- Use air-gapped devices for all signers.
- Implement a 2-of-3 multisig for daily security and generate SLIP-39 shares for emergency recovery stored separately.
- Document recovery steps in an encrypted instructions file stored at a lawyer or executor (see /inheritance-planning-crypto).
FAQ
Can I recover my crypto if the device breaks?
Yes. If you have the seed phrase or shares (Shamir), you can recover funds on a new device. Test recovery early. See /recovering-a-trezor.
What happens if the company goes bankrupt?
Your crypto is non-custodial. As long as you control the seed phrase and private keys, company status does not affect your access. That’s the point of self-custody.
Is Bluetooth safe for a hardware wallet?
Bluetooth adds convenience but increases the attack surface. For large holdings, prefer USB or air-gapped workflows. Read /connectivity-usb-bluetooth-nfc.
How many copies of a seed phrase should I make?
Keep a primary and at least one offsite backup. Two independent, durable copies are a practical minimum. More copies help resilience but increase exposure risk.
Conclusion & next steps
Cold storage strategies are choices, not guarantees. Single-sig is simple and user-friendly. Multisig adds security at the cost of complexity. Shamir offers flexible recovery. Geographic distribution reduces local risk but slows recovery. In my testing, plan first, test recovery, and store backups on metal.
Ready to pick a workflow? Read the detailed how-tos next: trezor-multisig-guide, seed-phrase-basics, and firmware-updates-verification.
If you want hands-on setup walkthroughs, see /trezor-unboxing-and-setup and /trezor-suite-vs-web-wallet. And if you’re unsure where to buy safely, consult /where-to-buy-trezor-safely.
Stay practical, keep backups robust, and practice recovery before you move large balances.