Skip to main content
DigitalFinances

Glossary · Crypto basics

What is Seed phrase?

A 12 or 24 word backup of a wallet's master key. Anyone with the seed phrase can recreate the wallet and move every asset inside — keep it offline, never type it on a website.

Last updated April 30, 2026

How it works

Modern wallets generate a master private key from random entropy, then encode that key as 12 or 24 English words drawn from a standardized 2048-word list (BIP-39). The words are easier to write down by hand than a 64-character hex string and the encoding includes a checksum, so a typo is detected on import.

A single seed phrase can derive thousands of addresses across multiple chains. Type the same 12 words into MetaMask, Phantom, or Trust Wallet on a new device and the same accounts reappear with the same balances.

Example

A typical phrase looks like legal winner thank year wave sausage worth useful legal winner thank yellow. (That's a famous test phrase — never use it on a real wallet.) Real ones are random combinations from the BIP-39 word list.

When MetaMask shows the phrase during setup, it asks you to write it down before continuing. There's a reason: lose those 12 words and the wallet is unrecoverable, even by MetaMask itself. There is no password reset.

Why it matters

A seed phrase is the single most valuable string of text the average crypto user will ever hold. The standard guidance:

  • Write it on paper, store it offline. A fireproof bag, a safe-deposit box, a steel backup plate — anywhere that isn't connected to the internet.
  • Never type it on a website. Real wallets and exchanges never ask for it. Anyone who does is phishing.
  • Never photograph it. Phone backups sync to iCloud or Google Drive, and a compromised cloud account becomes a compromised wallet.
  • Don't split it across cloud services. "Half on iCloud, half on Dropbox" is not redundancy — it's two attack surfaces with full coverage if either gets hit.
  • Test the backup. Before funding the wallet, wipe the device and restore from the seed phrase to confirm it works.

If the amount at risk justifies it, splitting backups across multiple physical locations (e.g. one at home, one in a deposit box) protects against fire and theft simultaneously.

Related terms

Read more