Almost all wallets will give you a seed phrase (recovery phrase)—typically 12, 18 or 24 randomly chosen simple words—when you create a new wallet. Here’s what a 12-word seed phrase might look like:

gravity trophy castle hammer engine robot sweet peanut exotic unfair liberty velvet

Each word comes from a fixed list of 2,048 English words defined in the BIP-39 standard (Bitcoin Improvement Proposal 39), which is used by most modern crypto wallets including MetaMask, Ledger, and Trust Wallet. This phrase is a human-readable backup that encodes your private key.

a person holding a business card in front of a pile of coins

Think of the seed phrase as the master key: anyone with those words can recreate your private key and drain your wallet, so protecting it is paramount. Write the seed phrase down on paper (or metal) by hand, in the exact order given, and store it offline in a safe place.

⚠️
Never take a digital photo or screenshot of your seed phrase and never store it in cloud storage or an email.

How It Works

Most wallets today are Hierarchical Deterministic (HD) wallets. This means:

  • The wallet creates a single seed phrase when it’s first set up.
  • From that seed, the wallet can mathematically generate all future private keyspublic keys, and wallet addresses.

This gives you:

  • ✔️ Easy backup and recovery
  • ✔️ The ability to regenerate the same wallet on another device
  • ✔️ Use of multiple addresses/accounts from one seed
“If you lose access to your device, the seed phrase is the only way to restore your funds. Without it, your crypto is permanently lost.” - Trezor

Best Practices for Seed Phrase Security

1️⃣
Write it down—by hand.
Don’t store it on your phone, computer, or cloud service. Hackers and malware can access these.
2️⃣
Store it in multiple secure locations.
Consider using a fireproof safe, safety deposit box, or storing a copy with a trusted person.
3️⃣
Don’t take a photo or screenshot.
Photos are often auto-uploaded to cloud services, which could be compromised.
4️⃣
Use metal backups for durability.
For long-term storage, use metal recovery sheets (such as engraving the words on steel) that resist fire, water, and damage.
5️⃣
Never share it with anyone.
Legitimate services will never ask for your seed phrase. If someone does—it’s a scam. Keep the seed phrase offline, safe, and secret.

⚠️
When writing, double and triple-check that each word is spelled correctly and in the right order. Remember, your hardware wallet or software wallet actually derives the private key from this seed—so the phrase is your crypto. A secure backup ensures that even if your device fails or is lost, you can still recover your coins.

How Seed Phrase Recovery Works

Let’s say you lose your phone that had your wallet app (e.g. MetaMask). If you saved your 12-word seed phrase, you can:

  • Download the same (or compatible) wallet on a new phone.
  • Choose “Import wallet” instead of “Create new”.
  • Enter your seed phrase.
  • Your crypto wallet will regenerate with the same addresses and balances.

Mark Lesson Complete (5.4 Backing Up Your Seed Phrase Securely)