Home / Knowledge Center / Crypto Wiki / Seed Phrase

Seed Phrase

A seed phrase (also called a recovery phrase or mnemonic phrase) is an ordered list of 12 or 24 words that encodes the master private key of a cryptocurrency wallet, enabling complete wallet recovery from a single human-readable backup.

Quick Facts

TypeCryptographic Backup
StandardBIP-39 (Bitcoin Improvement Proposal 39)
Word Count12 words (128-bit) or 24 words (256-bit)
Wordlist Size2,048 words
Entropy (12-word)128 bits (3.4 x 10^38 combinations)
Key DerivationPBKDF2-HMAC-SHA512 + BIP-32 HD keys
SecurityNever store digitally; physical backup only

Definition

A seed phrase (also known as a mnemonic phrase, recovery phrase, or backup phrase) is a sequence of 12 or 24 English words generated by a cryptocurrency Cryptocurrency Wallet that serves as a human-readable representation of the wallet's master private key. This phrase is the ultimate backup—anyone who possesses it can reconstruct the entire wallet and access all associated funds on any compatible wallet software.

Technical Explanation

Seed phrases are defined by BIP-39 (Bitcoin Improvement Proposal 39), a standard adopted across most cryptocurrency wallets. The process works as follows:

  1. Entropy generation: The wallet generates 128 bits (for 12 words) or 256 bits (for 24 words) of cryptographically secure random data
  2. Checksum: A checksum is appended (first 4 or 8 bits of the SHA-256 hash of the entropy)
  3. Word encoding: The combined bits are divided into groups of 11 bits, each mapping to one of 2,048 words in the BIP-39 wordlist
  4. Master key derivation: The phrase is passed through PBKDF2-HMAC-SHA512 (with an optional passphrase) to generate a 512-bit master seed
  5. Key hierarchy: Using BIP-32 (Hierarchical Deterministic wallets), the master seed generates an infinite tree of private/public key pairs

The 2,048-word BIP-39 wordlist is carefully curated: no word shares the same first four letters with another word, making it resistant to typos and enabling predictive input. Wordlists exist in multiple languages, though the English list is the de facto standard.

History and Background

Before BIP-39 (proposed in 2013 by Marek Palatinus and others), wallet backups required saving raw private key files or long hexadecimal strings—error-prone and user-unfriendly. The mnemonic approach made wallet backup accessible to non-technical users while maintaining cryptographic security. The 12-word format provides 128 bits of entropy, meaning there are approximately 2128 (3.4 x 1038) possible seed phrases—far more than could ever be brute-forced with existing or foreseeable technology.

How It Works

Best practices for seed phrase management:

  • Physical backup: Write the phrase on paper or stamp it into metal (fire/water resistant). Never store digitally (no photos, no text files, no cloud storage).
  • Secure storage: Keep in a safe, safety deposit box, or other physically secure location.
  • Multiple copies: Store copies in geographically separate locations to protect against localized disasters.
  • Never share: No legitimate service, support agent, or wallet provider will ever ask for your seed phrase.
  • Optional passphrase: BIP-39 supports an additional passphrase (sometimes called the "25th word") that adds another layer of protection.

If a wallet device is lost, stolen, or destroyed, the seed phrase is all that is needed to restore complete access on a new device. Conversely, if the seed phrase is compromised, all funds in the wallet can be stolen.

Relevance to Mining and Data Centers

Mining operations must implement robust seed phrase management for the wallets receiving their mining rewards. Large-scale operations may generate significant daily revenue in cryptocurrency, and a lost or compromised seed phrase could mean losing all accumulated funds. Professional mining operators often use multi-signature wallet arrangements where no single seed phrase is sufficient to authorize transactions, distributing risk across multiple secure locations.

Related Terms

Related Terms

Cryptocurrency WalletBlockchainBitcoin

Learn More About Our Infrastructure

Explore how RAX Data & Energy provides enterprise-grade hosting for mining and AI workloads.

View Our Facilities