Seed Phrase

Definition

A seed phrase (also called recovery phrase, mnemonic phrase, or backup phrase) is a standardized set of 12 or 24 words that can regenerate all private keys for a cryptocurrency wallet. It is the master backup of your wallet — not stored by anyone else, your sole responsibility.

How It Works

Seed phrases follow the BIP-39 standard (for most wallets). The wallet generates a random number called entropy, converts it to a sequence of words from a fixed 2,048-word list, and encodes it as your recovery phrase.

From this phrase, your wallet derives every private key for every address you use.

Critical Security Properties

Storage Best Practices

Related