What Is a Seed Phrase?
In plain English
A seed phrase is an ordered list of 12 or 24 common English words generated when you create a cryptocurrency wallet. This phrase encodes the master key from which all private keys and addresses in the wallet are derived. If your device is lost or damaged, entering your seed phrase into a compatible wallet restores full access to your funds.
How Does a Seed Phrase Work?
Seed phrases follow the BIP-39 standard, which maps each word to a number from a list of 2,048 possible words. The specific sequence of words encodes a large random number (the master seed) from which your wallet derives all private keys using deterministic algorithms. Because the derivation is deterministic, the same seed phrase always produces the same set of keys and addresses, regardless of which compatible wallet software you use.
How Should You Protect Your Seed Phrase?
Treat your seed phrase like the keys to a vault. It's strongly advised not to store it digitally — no photos, no cloud documents, no password managers connected to the internet. Many people choose to write it on paper and store it in a fireproof safe, or engrave it on a metal plate for durability. It's important to consider that sharing it with anyone, including supposed customer support agents, puts funds at risk. Consider splitting it across multiple secure locations using Shamir's Secret Sharing for added protection.
What Are Common Seed Phrase Scams?
Scammers frequently attempt to steal seed phrases through phishing websites that mimic legitimate wallets, fake customer support agents asking you to "verify" your phrase, malicious browser extensions, and social engineering via email or social media. No legitimate company, wallet provider, or blockchain project will ever ask for your seed phrase. If anyone requests it, it is a scam — full stop.
Frequently asked questions
Can I change my seed phrase?
No. Your seed phrase is generated once during wallet creation and cannot be changed. If you believe your seed phrase has been compromised, create a new wallet (which generates a new seed phrase) and immediately transfer all assets to the new wallet's addresses.
What if I lose one word of my seed phrase?
Losing one word makes recovery difficult but theoretically possible, since there are only 2,048 possible words in the BIP-39 list. Specialized tools can attempt all possibilities. However, losing multiple words makes recovery exponentially harder or impossible.
Are all seed phrases 12 words?
No. Seed phrases are typically 12 or 24 words. A 24-word phrase provides more entropy (randomness) and is considered more secure. Some wallets default to 12 words for simplicity, while others use 24 for maximum security.
Keep exploring
Related terms
Private Key
A private key is a secret cryptographic code that proves ownership of your cryptocurrency and authorizes transactions from your wallet.
Cryptocurrency Wallet
A cryptocurrency wallet is a tool that stores your private keys and lets you send, receive, and manage your digital assets securely.
Cold Storage
Cold storage refers to keeping cryptocurrency private keys completely offline, providing maximum security against hacking and online threats.
Hot Wallet
A hot wallet is a cryptocurrency wallet that remains connected to the internet, offering convenience for frequent transactions at the cost of increased security risk.
Blockchain
A blockchain is a distributed, immutable digital ledger that records transactions across a network of computers, forming the foundation of all cryptocurrencies.