Back to Learn
Security
8 min read May 29, 2026

What Are Seed Phrases?

Your seed phrase is the master key to your entire crypto wallet. Lose it and your funds are gone forever. Understand what it is, how it works, and why protecting it is the most important thing you can do in crypto.

Share Twitter LinkedIn

What Are Seed Phrases?

Your seed phrase is the single most important piece of information in all of crypto. It is the master key to your wallet — and everything inside it.

Understand this fully before you store a single dollar of value in a self-custodied wallet.

The One-Sentence Definition

A seed phrase (also called a recovery phrase or mnemonic phrase) is a list of 12 or 24 ordinary English words — like abandon, ability, able — that together represent your private key in human-readable form.

That's it. Just words. But those words control everything.

Where Does It Come From?

When you create a new crypto wallet, the wallet software generates a random number and converts it into a sequence of words from a standardized list of 2,048 words (the BIP-39 wordlist).

From those words, your wallet mathematically derives:

  • Your private key — the secret that authorizes transactions
  • Your public key — derived from your private key
  • Your wallet address — what you share with others to receive funds

Think of the seed phrase as the root of a tree. Everything branches from it.

Why 12 or 24 Words?

The number of words determines the security level:

WordsBits of entropyCombinations
12 words128 bits2¹²⁸ ≈ 340 undecillion
24 words256 bits2²⁵⁶ ≈ 10⁷⁷

To put 128-bit entropy in perspective: if every computer on Earth guessed a trillion combinations per second since the Big Bang, they still wouldn't have found yours. 24 words is essentially unguessable.

The Golden Rule

Anyone who has your seed phrase has your crypto. Full stop.

There is no password reset. There is no customer support. There is no way to recover funds if someone steals your seed phrase. No legitimate service will ever ask for it.

How to Store Your Seed Phrase Safely

Do This ✓

  • Write it down on paper immediately when creating your wallet
  • Store it in multiple secure physical locations (e.g., home safe + safety deposit box)
  • Consider a metal backup — engraved or stamped steel plates that survive fire and flooding
  • Keep it completely offline — never in a photo, note app, cloud drive, or email
  • Tell a trusted person where to find it in case of your death or incapacitation

Never Do This ✗

  • Take a photo of it
  • Type it into any website or app
  • Store it in your email, iCloud, Google Drive, or Dropbox
  • Screenshot it
  • Share it with anyone — including "support agents"
  • Enter it into a wallet you didn't personally set up

The Difference Between a Seed Phrase and a Private Key

They represent the same underlying data, but in different formats:

Seed PhrasePrivate Key
Format12–24 English words64 hex characters
Human-readableYesNo
Manages multiple accountsYesNo (one address)
StandardBIP-39Raw cryptography

A seed phrase is the user-friendly version. Most wallets use seed phrases because they're easier to write down and verify.

What Happens If You Lose It?

If you lose your seed phrase and your device is broken, lost, or stolen — your funds are permanently inaccessible. No one can help you. The blockchain doesn't have a "forgot my password" button.

This is the trade-off of self-custody: complete control comes with complete responsibility.

Passphrase: An Optional Extra Layer

Some wallets support an optional 25th word — a custom passphrase you choose yourself. This creates an entirely different wallet from the same seed phrase, adding another layer of protection even if your seed words are compromised.

This is called a BIP-39 passphrase (sometimes called a "hidden wallet"). It's powerful but risky — forget the passphrase and you lose access too.

Continue Learning


For the complete guide to seed phrase security, read Understanding Seed Phrases from the Mastering Crypto series.

Tags

seed phrase
recovery phrase
wallet security
private key
self-custody

Found this helpful? Share it.

Share Twitter LinkedIn