DeFi Intel

What is Seed Phrase?

Plain-English explainer · Updated 2026-07-02 · By DeFi Intel

How it works

A seed phrase is generated from a source of randomness (entropy), typically 128 to 256 bits in length. This entropy is hashed, and a checksum is appended. The resulting bit string is split into groups of 11 bits, each mapped to a unique word from the BIP-39 wordlist (2048 words). The output is a mnemonic phrase of 12, 15, 18, 21, or 24 words. This phrase is then processed through the PBKDF2 key derivation function with a salt (often the word 'mnemonic' plus an optional passphrase) to produce a 512-bit seed.

That seed serves as the master node for a hierarchical deterministic (HD) wallet defined by BIP-32. From this seed, a master private key and chain code are derived, which then generate a tree of child key pairs. Derivation paths (e.g., m/44'/60'/0'/0/0 for Ethereum) determine which specific accounts and addresses are created. Wallets like MetaMask, Ledger Live, and Trezor Suite all implement BIP-39 and BIP-32 to derive consistent addresses across devices using the same seed phrase. The seed phrase is the sole backup; without it, the wallet and all funds are irrecoverable.

Security relies entirely on private custody of the seed phrase. It should be generated offline on a trusted device and stored physically (e.g., engraved on metal, written on paper) in a secure location. Never share it digitally or enter it into websites. Some wallets support an optional BIP-39 passphrase, a user-chosen word added to the seed during derivation, which creates a completely new set of wallets. Hardware wallets enforce seed generation offline and protect the phrase from being exposed to internet-connected devices. The seed phrase is the ultimate key to self-custody; its compromise means loss of control over all derived addresses.

Why it matters

The seed phrase is the single most critical piece of information for users who self-custody their cryptocurrency. It replaces the need to store multiple private keys by enabling deterministic recovery of an entire wallet hierarchy. Losing or exposing the seed phrase results in irreversible loss of funds or theft. Proper seed phrase management—offline, redundant, and secure—is the foundation of decentralization and financial sovereignty. Without trust in seed phrase security, the promise of decentralized finance collapses.

Real-world examples

Major wallets that use seed phrases include MetaMask (12 words), Ledger (24 words), and Trezor (12, 18, or 24 words). These phrases allow users to restore their wallet on any compatible software or hardware device. The standard is enforced across ecosystems: for example, an Ethereum account derived from a seed phrase on MetaMask can be recovered on MyEtherWallet or an Exodus mobile wallet. The 2016 DAO hack was unrelated to seed phrases, but many users have lost funds due to phishing sites that trick them into entering their seed phrase.

FAQ

What should I do if I lose my seed phrase?

If you lose your seed phrase, you cannot recover your wallet or its funds unless you have another backup. There is no reset or recovery mechanism. Always create multiple secure copies.

Can I use the same seed phrase on different wallet apps?

Yes, as long as those apps follow the BIP-39 and BIP-32 standards. Examples include MetaMask, Trust Wallet, and Ledger Live. However, be cautious of compatibility with different coin derivation paths.

Is it safe to store my seed phrase in a password manager?

Password managers are not recommended for seed phrase storage because they are connected to the internet and could be hacked. Physical offline storage (paper, metal) is far more secure.

Related terms

Go deeper

Browse the complete crypto glossary to explore related terms and concepts.

Browse Glossary

Entities mentioned