Market Cap: 24h Vol: BTC: BTC Dom:
Gold: S&P 500: EUR/USD: Oil (BRENT):

Seed Phrase

A seed phrase is generated using the BIP-39 standard, drawing from a fixed list of 2048 English words, each representing an 11-bit segment of randomly generated entropy. A 12-word phrase encodes 128 bits of entropy plus a checksum, while a 24-word phrase encodes 256 bits, giving an astronomically large number of possible combinations that makes guessing a phrase computationally infeasible. Because the format is standardized, the same phrase can be imported into any BIP-39 compatible wallet, whether that is a mobile app, desktop client, or hardware wallet, and it will regenerate the identical set of addresses and keys every time.

Behind the scenes, the phrase is run through a key derivation function to produce a master seed, which a Hierarchical Deterministic Wallet (HD Wallet) then uses to derive a whole tree of private keys and addresses for multiple coins and accounts, without needing a separate backup for each one. This is why losing a device is not catastrophic as long as the seed phrase survives: reinstalling compatible software and entering the words restores full control of the funds.

The tradeoff is that whoever holds the words holds the assets, with no password reset and no customer support to appeal to. Common attack vectors include phishing sites and fake "support" agents asking users to type their phrase into a form, tampered hardware wallets sold with a pre-generated phrase already known to an attacker, and simple photographs or cloud backups of a handwritten copy. Security guidance is consistent: write the phrase on paper or engrave it on metal, store it offline in a secure location, never enter it on a website or share it with anyone claiming to need it for support, and consider a metal backup or geographically split storage for larger holdings.

Seed Phrase Explainer Video

What is a Seed Phrase? | Crypto Terms Explained

Related Articles