What Is a Bitcoin Seed Phrase? (And How to Secure It)
A seed phrase is a list of 12 or 24 words that fully encodes your bitcoin wallet. It is the single most important thing you will ever secure. Here is what it is and how to protect it.
When you set up a new Bitcoin wallet, the device generates a seed phrase. This is typically 12 or 24 English words, drawn from a standardised list of 2,048 words. The phrase is a human-readable encoding of the master key from which all of your wallet's private keys are derived.
The seed phrase is the single most important thing you will ever secure. It can fully reconstruct your wallet if the device is lost, stolen, or destroyed. It can also fully drain your wallet if someone else obtains it. There is no middle ground.
This article is part of our Self-Custody Guide.
The Technical Background: BIP-39
The seed phrase standard is called BIP-39 (Bitcoin Improvement Proposal 39). It specifies:
- A fixed wordlist of 2,048 English words (also available in other languages)
- The process for converting a phrase to the underlying key material
- A checksum that verifies the phrase is valid
Because the standard is public and implementation-independent, any BIP-39 compatible wallet can restore a wallet from the seed phrase. This means your wallet is not tied to any specific hardware or company — if the manufacturer disappears tomorrow, you can restore your wallet on any other compatible device.
12 Words or 24 Words?
Both are secure. The difference is the amount of entropy (randomness) in the underlying key:
- 12 words = 128 bits of entropy
- 24 words = 256 bits of entropy
128 bits is already beyond the reach of any foreseeable computational attack. A brute-force search of 2^128 possibilities would take longer than the age of the universe, even with all the world's computing power combined. 24 words provides additional future-proofing against advances we cannot predict — quantum computers, algorithmic breakthroughs — but is not strictly necessary today.
For most users, 24 words is the safer default if your wallet offers a choice. The additional writing time is trivial compared to the security margin.
The Rules
Seed phrase security is not complicated, but it is absolute. Either the phrase is secure or it is not.
1. Write it on physical medium, immediately
When the device displays the seed phrase, write it down. By hand. On paper (or metal — see below). Do not type it into a computer. Do not take a photograph. Do not store it in a notes app, password manager, email, or cloud service. Any digital copy is a copy that can be remotely accessed — by malware, by a compromised cloud provider, or by an attacker who gains access to your account.
2. Use a durable medium for long-term storage
Paper degrades. It burns. It dissolves in water. It fades. For anything you intend to hold for years or decades, the seed phrase should be stamped or engraved into stainless steel. Products like Seedplate, Cryptosteel, and Billfodl are designed for exactly this. A stamped steel plate survives house fires, floods, and the normal entropy of time.
3. Store in a secure location
The seed phrase needs to be somewhere physically secure. A home safe is a reasonable baseline. A bank safety deposit box adds geographic separation but introduces a third party with knowledge that you hold something valuable. The right choice depends on the amount you are securing and your threat model.
4. Create at least one backup
A single copy in a single location is a single point of failure. Create at least one backup, stored in a different physical location. Both copies should be equally secure. Common configurations:
- Primary: home safe. Backup: trusted family member's safe or a bank deposit box.
- Primary: safety deposit box in one city. Backup: deposit box in another city.
- For advanced users: split the seed using Shamir's Secret Sharing (supported by some hardware wallets) — no single location holds a complete phrase.
5. Never share it
No legitimate wallet vendor, support agent, or exchange will ever ask for your seed phrase. Anyone who does is trying to steal your bitcoin. There are no exceptions.
The Optional Passphrase (25th Word)
Most hardware wallets support an optional passphrase — sometimes called a "25th word" — that is combined with the seed phrase during key derivation. The passphrase creates an entirely different wallet from the same seed. Without the passphrase, the seed alone unlocks a different (usually empty) wallet.
This provides two benefits:
- Additional security — an attacker who obtains the seed phrase but not the passphrase cannot access the funds
- Plausible deniability — the base wallet can hold a small amount, while real funds are in the passphrase-protected wallet
The trade-off: the passphrase must also be backed up. Losing either the seed OR the passphrase means losing access. The additional complexity is worth it for large holdings but may not be necessary for smaller amounts.
What You Are Actually Protecting
The seed phrase is not a password. A password protects access to an account held by someone else. The seed phrase is the account. It is the mathematical root from which your entire Bitcoin holding derives. Losing it is not "forgetting your login." It is the permanent, irrecoverable destruction of the funds.
The time you spend securing it should be proportional to what it protects. For many people, that time is reasonably measured in hours — selecting hardware, stamping metal plates, choosing storage locations, creating redundancy, and documenting the setup for an heir.
That time is not overhead. It is the actual process of taking self-custody. If you are not willing to do it, you are not actually self-custodying. You are relying on the convenience of someone else's custody until it fails.
Written by
The Bitcoin Transition
The Bitcoin Transition is an educational project of the Bitcoin Education Foundation. We publish from first principles, in the voice of the protocol itself: direct, technically precise, and free from fiat-denominated framing.
Related reading
What Is Bitcoin Self-Custody? The Complete Guide
Self-custody is the act of holding your own private keys. It is the default way Bitcoin is designed to be used — and the only way that is fully consistent with why Bitcoin was built. This guide explains what, why, and how.
How to Choose a Bitcoin Hardware Wallet
A hardware wallet is a dedicated device that stores your bitcoin private keys offline. Here is what to look for, which devices are worth considering, and how to avoid common mistakes.
How to Set Up a Multi-Signature Bitcoin Wallet
A multi-signature wallet requires multiple keys to authorise a transaction. This eliminates the single point of failure of standard custody. Here is how it works and how to set one up.