Seed Phrase Security
How to store 12 or 24 words so you never lose them — and no one else ever finds them.
Key takeaways
- The seed phrase is the master key — treat it like the keys to every account you own, combined.
- Never store it digitally: no photos, no cloud sync, no password manager for meaningful balances.
- Metal backup (steel/titanium) protects against fire, flood, and time. $30–$120 for amounts that matter.
- For $50K+: multisig, BIP-39 passphrase, or Shamir Secret Sharing are worth the setup cost.
The threat model
Three actual threats to a seed phrase — design your setup around these, not around the theoretical perfect.
- Physical loss — fire, flood, theft, moving house and losing track, death without a handover plan.
- Digital exposure — photo on your phone (auto-synced to iCloud), note in Apple Notes (synced), text message to yourself, password-manager breach.
- Coercion / physical attack — someone with a weapon asks you to hand over the seed.
Most real losses come from (2) digital exposure — it is the default failure mode because "just write it on paper" feels too analogue. Force yourself past that resistance.
What not to do
- Take a photo. Phones back up photos to cloud by default. One photo = cloud exposure.
- Save it in Notes / Evernote / any note-taking app that syncs.
- Email it to yourself. Email servers are breached regularly.
- Save it in a password manager (for amounts over ~$1K).
- Type it into any web form, ever. Legitimate services never ask for your seed.
- Tell customer support — any support agent who asks for your seed is scamming you.
- Screen-share / Zoom-share with it visible, even for a moment. Recording software captures frames.
The paper-backup basics
Write the 12 or 24 words by hand on the recovery card that came with your hardware wallet, or on plain paper. Double-check each word against the BIP-39 word list (Ledger Live, Trezor Suite, and other wallet apps have a built-in verification step — use it).
Store the paper in a location that survives: (a) fire, (b) flood, (c) burglary, (d) you forgetting where you put it five years from now. Realistic options: a waterproof document safe at home, a safe-deposit box at a bank, or with a trusted family member (but tell someone it exists — heirs need to find it).
Paper is good up to about $10K. Above that, upgrade to metal.
Metal backups
Paper burns at ~230°C; a house fire reaches ~600°C. A flood with saltwater will ink-smear regular paper in hours. Metal plates are the durable answer.
- Stamped stainless steel (Blockplate, BillFodl, Cryptotag entry): ~$30–$50. Punch or stamp the first four letters of each word (BIP-39 words are uniquely identified by their first four letters). Fireproof to ~1400°C, waterproof.
- Laser-etched titanium (Cryptotag Zeus, Cobo Tablet Plus): ~$60–$120. Stronger, higher temperature tolerance, more elegant.
- Screw-in word tiles (Cryptosteel Capsule Solo): ~$90. Tiles you assemble — easier to get the letters right the first time than stamping.
Passphrase (BIP-39 "25th word")
Add an extra passphrase (not from the BIP-39 list) to the seed. Wallet software combines seed + passphrase to derive a different wallet than the seed alone would. Without the passphrase, the seed opens a decoy wallet (empty or lightly funded). With it, the real wallet.
Benefits: (a) plausible deniability under coercion, (b) if someone finds the seed paper they still need the passphrase, (c) you can have multiple passphrase-derived wallets from the same seed for separation.
Risks: (a) forgetting the passphrase = permanent loss (seed alone won't recover), (b) weak passphrases (a common word, your dog's name) are crackable, (c) more operational complexity.
Good practice: use a strong, memorable passphrase you commit to memory, and keep a hint (not the passphrase) in a second location. Alternatively, store the passphrase separately from the seed in a different physical location.
Shamir Secret Sharing (Trezor)
Trezor Model T and Trezor Safe 3 support Shamir Backup (SLIP-39): split the seed into M shares, any K of which can reconstruct. Common config: 3-of-5. You store shares in five locations; any three can recover; no single location contains the full seed.
Stronger than naive splitting because any share alone gives zero information about the seed — the cryptographic structure guarantees it.
Multisig (for large balances)
Multisig requires multiple hardware wallets to sign a transaction (2-of-3 or 3-of-5). Common setup: two Ledger + one Trezor, each in a different location (home, bank safe-deposit, trusted family member). Coordinator software: Sparrow Wallet, Specter Desktop, Nunchuk, Unchained Capital for managed.
Threshold at which multisig becomes worth the complexity: somewhere between $50K and $250K, depending on risk tolerance and operational competence. Below that, hardware wallet + metal backup + passphrase is usually the right stop.
Inheritance / dead-man switch
Seed-phrase security that your family cannot unwind after you die is not security — it is loss. Options:
- Sealed letter with an executor / attorney that includes the location of the backup + the passphrase.
- Multisig with one key held by a trusted party + their explicit instructions for what to do.
- Crypto-specific inheritance services (Casa Covenant, Unchained Inheritance) for $250K+ estates.
See our dedicated guide: Crypto inheritance planning.
Decision tree
- < $1K: Software wallet + strong password + recovery phrase written on paper in your home.
- $1K–$10K: Hardware wallet + paper backup in a fireproof document box.
- $10K–$50K: Hardware wallet + metal backup + optional BIP-39 passphrase.
- $50K–$250K: Hardware wallet + metal backup + BIP-39 passphrase + geographically separated second copy, OR Shamir Backup on Trezor.
- $250K+: Multisig (2-of-3 or 3-of-5) across multiple hardware devices and locations. Inheritance plan in writing.