Seed Phrase

A 12 to 24 word recovery phrase that recreates a crypto wallet’s keys, letting you restore access to funds if a device is lost.

A seed phrase, also called a recovery phrase or mnemonic phrase, is a human-readable set of words that encodes the secret needed to recreate a cryptocurrency wallet. Most wallets display it once during setup, typically as 12 to 24 words, and instruct you to back it up. If you lose your phone, delete an app, or your device breaks, the seed phrase can be entered into a compatible wallet to restore your accounts and access the same on-chain funds.

How a seed phrase works

Under the hood, the words are a mnemonic representation of a number, not magic words that “hold” coins. Standards like BIP39 define a fixed wordlist and the rules for turning random entropy into the phrase. That number is then used as the starting point for a deterministic wallet, meaning it can derive many private keys and addresses from a single source. This is why the phrase is often described as the master key to your wallet: anyone with it can regenerate your keys and sign transactions.

Recovery, compatibility, and common pitfalls

In practice, you might use a seed phrase to restore a Bitcoin wallet after reinstalling software, or to migrate a self-custody wallet from one brand to another. Compatibility depends on wallet standards and settings such as derivation paths, and some wallets add an optional passphrase, sometimes called the 25th word, which creates a different set of derived keys.

Because a seed phrase grants full control, it should be kept offline and private. Sharing it, typing it into unknown websites, or storing it in insecure cloud notes can lead to irreversible loss. Seed phrases matter because they define self-custody in crypto, they are the linchpin of wallet recovery, and they shift security responsibility from intermediaries to the user.