DeFi Intel

How to Secure Your Seed Phrase

DifficultyIntermediate Estimated time15 minutes Last updated2026-05-03

Best practices for storing your seed phrase: paper, metal backups, geographic separation, multisig, and what NOT to do.

What you'll need (prerequisites)

Recommended for this tutorial

Tools and accounts referenced in the steps below:

Move to hardware: Ledger · Trezor cold storage

Step-by-step

  1. Step 1: What your seed phrase actually is

    A seed phrase (recovery phrase) is the human-readable form of the master key to your wallet. Anyone who reads those 12 or 24 words can regenerate every private key and move every asset — no password or device required. It cannot be reset like a login, so treat it as the single most sensitive secret you own.

  2. Step 2: Record it offline on paper or metal

    Write the words by hand on paper, or stamp them into a steel backup plate for fire and water resistance. Never photograph them, type them into notes, or save them to email, cloud, a password manager, or any synced file. Anything connected to the internet can eventually be breached or scraped.

  3. Step 3: Never enter it into any website or app

    No legitimate wallet, exchange, support agent, migration tool, or airdrop claim page will ever ask you to type your seed phrase. Entering it anywhere online hands over full control instantly. The only place a phrase is ever re-entered is directly on a wallet device you are deliberately restoring.

  4. Step 4: Store redundant copies in separate locations

    Keep at least two backups in different physical places, such as a home safe and a bank deposit box, so a single fire, flood, or burglary cannot erase your access. Do not label them "crypto," and do not store a backup right next to the hardware wallet. Geographic separation is what protects against localized disasters.

  5. Step 5: For larger holdings, add a passphrase, Shamir, or multisig

    A BIP39 passphrase (25th word) creates a hidden wallet that is useless to a thief who finds only your 24 words. Shamir Backup (SLIP39) splits the secret into multiple shares, requiring a threshold of them to recover. Multisig requires several independent keys to sign, removing any single point of failure for large balances.

  6. Step 6: Verify the backup and keep phishing hygiene

    Before funding the wallet, confirm your written words actually restore it — one wrong or mis-ordered word makes the backup worthless. Double-check spelling against the BIP39 wordlist. Stay alert to phishing afterward: no genuine service ever requests your phrase, and "sync your wallet" or urgent-action prompts are red flags.

Common errors and fixes

FAQ

Is a 12-word phrase less secure than a 24-word phrase?

Both are generated from strong entropy — 12 words gives about 128 bits of security and 24 words about 256 bits, and both are far beyond any brute-force attack today. The real risk is always how you store the words, not how many there are. Use whatever your wallet generates and back it up carefully.

Should I split my seed phrase in half to store it?

No. Naively splitting a phrase — words 1-12 in one place, 13-24 in another — actually weakens it, because finding one half drastically shrinks the guessing space for the rest. Use a purpose-built scheme like Shamir Backup (SLIP39) or multisig, which are designed to split a secret safely.

Can I store my seed phrase in a password manager?

It is strongly discouraged. A password manager is an online, syncable target; if the vault is breached or your master password is phished, the phrase goes with it. Keep the phrase strictly offline on paper or metal.

What should I do if someone may have seen my seed phrase?

Assume the funds are at risk and act immediately. Generate a brand-new wallet from a fresh seed on a clean device, move everything to it, then retire the exposed phrase. Anyone who has the words keeps full access forever, and on-chain transfers cannot be reversed.

Is a metal backup really necessary?

Paper records the words fine but is destroyed by fire and water. A stamped or engraved steel plate survives house fires and floods, so it is a worthwhile upgrade for any balance you intend to hold long term.

Entities mentioned