Overview
A seed phrase, also known as a mnemonic or recovery phrase, is a sequence of 12 or 24 words that acts as the master key to a cryptocurrency wallet. It encodes all of the private keys the wallet will ever derive, so restoring the phrase on any compatible wallet reconstructs the same set of addresses and funds. It is the single most important piece of information a user can back up.
How It Works
Wallet software generates the seed phrase from a source of randomness at creation time, typically using the BIP-39 standard. From this seed, a deterministic algorithm derives an unlimited number of key pairs, so one phrase backs up an entire wallet. When a user enters the phrase on a new device, the wallet regenerates the same keys and the same balances appear.
Why It Matters
Because the seed phrase can recreate every private key, it is the ultimate target for attackers and the ultimate insurance against loss. Storing it as a physical, offline copy is the recommended practice; digital copies (screenshots, cloud notes, email) are a leading cause of theft. It must never be shared, and no legitimate service will ever ask for it.
Related Concepts
Seed phrases are managed inside Wallets and protect the Private Key hierarchy. Hardware wallets like Ledger and Trezor are built specifically to hold seed phrases offline, and recovery is the core scenario that makes phrase safety non-negotiable.