Skip to main content

BIP39 Passphrase

security · wallet

An optional string combined with a BIP39 mnemonic to derive a different seed and wallet.

Also known as
25th word
1.definition

A BIP39 passphrase is combined with the mnemonic during seed derivation. The same words with no passphrase, a different passphrase, or even a capitalization change produce unrelated seeds and addresses. Every passphrase is syntactically valid, so a typo usually opens a different, empty wallet rather than showing an error.

2.caution

"25th word" is a common but misleading nickname: the passphrase can be any supported string and is not another checksum-protected mnemonic word. If it cannot be recovered, the intended wallet may be inaccessible; if it is weak, an attacker who has the mnemonic may be able to guess it offline.

  • Verify the wallet's BIP39 passphrase support and character handling before funding it.
  • Back up the passphrase separately from the mnemonic under a deliberate recovery plan.
  • Test restoration and expected addresses with a small amount before relying on the setup.

Related terms

All terms and definitions may update as the Cryptionary improves.