Skip to main content
Web3Fire
securitybeginner

Seed Phrase

A seed phrase, also known as a mnemonic or recovery phrase, is a sequence of words that acts as a master key to a cryptocurrency wallet. It allows you to restore access to your funds if your device is lost, stolen, or damaged. Anyone with your seed phrase can control your assets, so it must be kept private and stored securely.

entity.also_known_as mnemonic, recovery phrase

entity.loading_intelligence

Fatos-chave

Categoriasecurity
Dificuldadebeginner
entity.also_known_asmnemonic, recovery phrase

Overview

A seed phrase, also known as a mnemonic or recovery phrase, is a sequence of 12 or 24 words that acts as the master key to a cryptocurrency wallet. It encodes all of the private keys the wallet will ever derive, so restoring the phrase on any compatible wallet reconstructs the same set of addresses and funds. It is the single most important piece of information a user can back up.

How It Works

Wallet software generates the seed phrase from a source of randomness at creation time, typically using the BIP-39 standard. From this seed, a deterministic algorithm derives an unlimited number of key pairs, so one phrase backs up an entire wallet. When a user enters the phrase on a new device, the wallet regenerates the same keys and the same balances appear.

Why It Matters

Because the seed phrase can recreate every private key, it is the ultimate target for attackers and the ultimate insurance against loss. Storing it as a physical, offline copy is the recommended practice; digital copies (screenshots, cloud notes, email) are a leading cause of theft. It must never be shared, and no legitimate service will ever ask for it.

Related Concepts

Seed phrases are managed inside Wallets and protect the Private Key hierarchy. Hardware wallets like Ledger and Trezor are built specifically to hold seed phrases offline, and recovery is the core scenario that makes phrase safety non-negotiable.

Grafo de conhecimento

entity.loading_graph

entity.faq

entity.loading_faq

entity.related_comparisons

ARCHITECTURE V3 — Static Knowledge Shell · 297/297 Concepts · SSG · 0 D1