Passphrases (25th Word)

7 min readarticleIncludes quiz · 5 questions

A BIP39 passphrase (often called the “25th word”) is an extra secret you add on top of your 12–24 seed words. Seed + passphrase = a completely different wallet. Without the exact passphrase, that wallet cannot be recovered.

Simple definitions:

  • Seed phrase: 12–24 words that can recreate your wallet.
  • Passphrase (25th word): An optional secret you add to the seed to create a separate, hidden wallet.
  • Base wallet: The wallet you get with seed only (no passphrase).
  • Hidden wallet: The wallet you get with seed + your passphrase.

Why use a passphrase?

  • Extra layer of security if someone finds your seed.
  • Creates decoy wallets (different passphrases = different wallets).
  • Helps with plausible deniability in high‑risk situations.

Critical rules (plain English):

1) The passphrase is case‑sensitive and space‑sensitive. “Orange+Tree” ≠ “orange+tree”. 2) Lose it and the funds in that hidden wallet are gone forever—even if you still have the seed. 3) Short or guessable passphrases are unsafe (don’t use birthdays, pet names, or common quotes). 4) Treat it like a second seed: back it up securely and separately.

What makes a good passphrase?

  • Long (at least 6–8+ random words or 20+ random characters).
  • Unique (never reused anywhere).
  • High entropy (diceware‑style word lists are great).
  • Written and stored securely, or reliably memorized and periodically rehearsed.
Seed + Passphrase = Different Wallet
Seed + Passphrase = Different Wallet

Where to set it?

  • On a hardware wallet: enable the passphrase feature on the device, not in a computer app.
  • On software wallets: only in reputable wallets that explicitly support BIP39 passphrases.
  • Always verify receive addresses on the hardware screen after enabling the passphrase.

Backup strategies:

  • Store seed and passphrase in separate secure locations.
  • Consider metal backups for both.
  • Label backups in a way only you understand (avoid obvious labels like “passphrase”).
  • Practice a full restore with small funds to confirm you wrote everything correctly.

Decoy wallets (plausible deniability):

  • Different passphrases produce different wallets. You can keep a small balance in one wallet and larger savings in another.
  • Never reveal that a passphrase exists if doing so could put you at risk.

Common mistakes to avoid:

  • Using a weak or short passphrase.
  • Storing the passphrase together with the seed in the same place.
  • Entering the passphrase on a compromised computer or phishing site.
  • Forgetting capitalization, spaces, or exact characters (they must match perfectly).

Quick workflow (safe use):

1) Enable passphrase on your hardware wallet. 2) Create a small receive address and verify it on‑device. 3) Receive a tiny test amount. 4) Restore seed + passphrase on another device and confirm the same address appears. 5) Only then move meaningful funds.

Test Your Knowledge

This lesson includes a 5-question quiz (passing score: 75%).

Quiz functionality available in the mobile app.