Guides

What Is a Seed Phrase? How to Protect Your Crypto Recovery Words

Key Takeaways

  • A seed phrase is a list of 12 or 24 words that can regenerate all the keys in your wallet — it is the master backup.
  • Anyone with your seed phrase can steal everything; there is no password reset, no customer support, and no reversal.
  • Write it on paper or metal, store it offline, and never photograph it or enter it on any website.

What a Seed Phrase Is

A seed phrase (also called a mnemonic phrase or recovery phrase) is a human-readable set of 12 or 24 English words generated when you first create a crypto wallet. Those words encode the master key from which every private key in the wallet is derived. If you lose your phone, laptop, or hardware wallet, you can restore full access to all your funds on any compatible wallet using just those words.

It was standardized by BIP-39 (Bitcoin Improvement Proposal 39) and is used by virtually all modern wallets: MetaMask, Trust Wallet, Ledger, Trezor, Phantom, Exodus, and others.

How It Works Under the Hood

  1. The wallet generates a random sequence of 128–256 bits of entropy.
  2. Those bits are converted into 12 or 24 English words using a fixed dictionary of 2,048 words.
  3. From those words, a mathematical derivation path produces all private keys and addresses in the wallet.
  4. The same seed phrase, entered into any compatible wallet, recreates the exact same keys and balances.

This means the seed phrase is not a “password” for your account — it is the account. Lose it, and the funds are gone. Share it, and whoever has it can take everything in seconds.

Seed Phrase vs Private Key vs Password

Term What It Is Recovery Possible?
Seed phrase Master backup — 12 or 24 words that generate all keys Only if you saved it
Private key Long alphanumeric string that signs a transaction for one address Derived from the seed phrase
Wallet password Local encryption PIN protecting app access on your device Yes — reset via seed phrase

How to Back It Up Correctly

  1. Write it on paper immediately when the wallet generates it. Do not skip this step or “do it later.”
  2. Use a second backup in a separate physical location — fireproof safe, safety deposit box, or trusted family member’s home.
  3. Consider metal backup — steel plates or capsules (e.g., Cryptosteel, Billfodl) survive fire, water, and corrosion.
  4. Verify the backup by restoring a fresh wallet from your written words. Confirm all balances appear correctly.
  5. Update after any significant addition — if you add new wallets or accounts derived from the same phrase, the original backup still covers them, but verify.

What Never to Do

  • Never photograph it — cameras upload to cloud backups, and phone photos are accessible to malware.
  • Never store it digitally — no notes app, no Google Doc, no password manager, no email, no screenshot.
  • Never enter it on any website — if a site asks for your seed phrase, it is a scam. No legitimate service ever needs it.
  • Never share it with “support” — customer support from MetaMask, Ledger, Binance, or anyone else will never ask for it.
  • Never type it into a text field — keyloggers and clipboard hijackers can capture it.

How Many Words and Why It Matters

12-word phrases are standard for most software wallets. 24-word phrases offer slightly more entropy (256 bits vs 128 bits), which is marginally more resistant to brute-force attacks, though 12 words is already computationally infeasible to guess. Hardware wallets often default to 24 words for the additional security margin.

Both 12-word and 24-word phrases are deterministic: the same phrase always produces the same keys, regardless of which wallet app you use to restore.

Common Seed Phrase Mistakes

  • Reordering words: the order matters. Entering words in the wrong sequence produces different (wrong) keys.
  • Misspelling: some words look similar. Use the BIP-39 wordlist to verify ambiguous words (e.g., “angle” vs “angel”).
  • Single backup location: if your only paper backup is in a house that floods, you lose everything.
  • Trusting digital backups: cloud-synced notes, photo libraries, and password managers are all compromised by malware, phishing, or account takeover.
  • Buying a pre-configured wallet: if someone gives you a wallet with a seed phrase already written down, they have the keys and can drain it.

How to Test Your Backup

  1. Install a fresh wallet app on a different device (or reset your existing wallet).
  2. Choose “Restore from seed phrase” and enter your written words in the correct order.
  3. Verify that your addresses and balances appear correctly.
  4. If everything matches, your backup is valid. You can now safely use the wallet with confidence.

What Happens If You Lose Your Seed Phrase

If you lose your seed phrase and the device is lost, damaged, or reset, the funds are permanently unrecoverable. There is no central server to contact, no “forgot password” link, and no way to prove ownership without the key. This is by design — it is what makes crypto censorship-resistant and truly self-sovereign, but it means the responsibility is entirely yours.

Frequently Asked Questions

Can I change my seed phrase?
No. You can generate a new wallet (and new seed phrase) and transfer funds to it, but you cannot change the existing one.

Do different wallets use the same seed phrase format?
Yes. BIP-39 is the standard. A seed phrase from Ledger will work with Trezor, MetaMask, Exodus, and any other BIP-39-compatible wallet.

Is it safe to store my seed phrase in a bank safety deposit box?
Yes, as long as you have a secondary backup elsewhere. Bank access can be restricted during emergencies, and banks are not crypto-aware custodians.

What if someone else finds my seed phrase?
They can immediately transfer all funds to their own wallet. There is no way to freeze or reverse the transaction.

How often should I test my backup?
Once a year is a good practice. Restore on a fresh device, verify balances, and re-secure the backup.