What is a Seed Phrase?
A seed phrase (also called a recovery phrase or mnemonic) is a sequence of 12 or 24 ordinary English words that encodes all the information needed to reconstruct your entire wallet. It is the human-readable form of your master private key.
Example of what a seed phrase looks like (do NOT use this):
abandon ability able about above absent absorb abstract absurd abuse access accident
These 12 words, in this exact order, would generate specific private keys and addresses. Change a single word or swap the order, and entirely different keys are produced.
How Seed Phrases Work (BIP-39)
Seed phrases follow the BIP-39 standard (Bitcoin Improvement Proposal 39):
- The wallet generates a large random number (128 bits for 12 words, 256 bits for 24 words)
- This random data is converted into words from a standardized list of 2,048 English words
- The final word includes a checksum that verifies the phrase was recorded correctly
- From this seed, a master key is derived, and from that master key, an unlimited number of private keys and addresses can be generated deterministically
A single seed phrase can generate addresses for Bitcoin, Ethereum, and many other cryptocurrencies simultaneously. This is why losing your seed phrase can mean losing access to all your crypto assets at once.
Seed Phrases vs Private Keys
Why 12 or 24 Words?
The number of words determines the entropy (randomness) of your seed:
- 12 words = 128 bits of entropy = 2128 possible combinations (more than the number of atoms in the observable universe)
- 24 words = 256 bits of entropy = 2256 possible combinations (astronomically more secure)
Both are considered secure against brute-force attacks with current and foreseeable technology. 24-word phrases provide additional margin against future advances in computing.
The Rules of Seed Phrase Security
Breaking any of these rules can result in permanent, irrecoverable loss of all cryptocurrency associated with the seed phrase.
- NEVER share your seed phrase with anyone. No legitimate service, support team, or software will ever ask for it. Anyone who asks is trying to steal your funds.
- NEVER type it into a computer, phone, or website. Malware, keyloggers, and phishing sites can capture it instantly.
- NEVER photograph it or screenshot it. Photos are synced to cloud services, backed up automatically, and accessible to malware.
- NEVER store it in a password manager, email, or cloud note. If that service is compromised, your crypto is gone.
- NEVER enter it into any software that is not your own verified wallet. Fake wallet apps and browser extensions exist specifically to harvest seed phrases.
How to Store Your Seed Phrase
- Write it on paper using a pen (not pencil, which fades). Store in a waterproof bag in a secure location.
- Stamp it on metal using a steel seed phrase backup kit. Resistant to fire, water, and corrosion. The most durable option.
- Store in a secure location such as a home safe, bank safety deposit box, or other tamper-evident container.
- Consider geographic distribution — store copies in two physically separate locations to protect against localized disasters.
What Happens If Someone Gets Your Seed Phrase
If anyone obtains your seed phrase, they can:
- Reconstruct your entire wallet on their own device
- Access every cryptocurrency address derived from that seed
- Transfer all your funds to their own addresses instantly
- This is irreversible — there is no way to undo it or recover the funds
If you ever suspect your seed phrase has been compromised, immediately transfer all funds to a new wallet with a freshly generated seed phrase.
Summary
- A seed phrase is the master backup for your entire crypto wallet
- It follows the BIP-39 standard and can derive unlimited private keys
- 12-word and 24-word phrases are both secure against brute force
- Never share, photograph, or digitally store your seed phrase
- Store it on paper or metal in a physically secure location
- If compromised, move all funds to a new wallet immediately
Next, learn how to build a robust backup strategy to protect your crypto keys against all scenarios.