What is Seed Phrase?
A seed phrase (recovery phrase) is a human-readable sequence of 12 or 24 words that encodes the master private key for a cryptocurrency wallet — serving as the ultimate backup and recovery mechanism.
WHY IT MATTERS
Seed phrases are the master key to your crypto. From this sequence of common English words, all private keys in an HD (hierarchical deterministic) wallet can be regenerated. Lose your device? Import the seed phrase into a new wallet and everything is restored.
The BIP-39 standard defines how seed phrases work: 2048 possible words, where the specific sequence maps to a master seed through PBKDF2 hashing. From this seed, unlimited addresses are derived using BIP-32/BIP-44 derivation paths.
Security is paramount: anyone with your seed phrase controls all associated wallets. It should be written on paper or metal, stored offline, and never entered on a computer except when restoring a wallet. Phishing attacks targeting seed phrases are the most common attack vector.