Definition
A BIP39 passphrase, often called the 25th word, is an optional secret you supply alongside your written seed phrase. Unlike the seed words, which come from a fixed list of 2,048, the passphrase can be any text you choose. It is not appended as another mnemonic word; it is a separate input to the seed-derivation function. Combine the same 12 or 24 words with different passphrases and you get completely different wallets, each with its own keys and addresses.
A second factor and plausible deniability
Because the passphrase is never written with the seed words, an attacker who finds your backup cannot spend without also knowing it. This turns the seed into something closer to two-factor: the words are something you have, the passphrase something you know. It also enables plausible deniability, since the words alone unlock a decoy wallet while your real funds sit behind the passphrase in a hidden one.
The unforgiving side
That power cuts both ways. There is no recovery process for a forgotten passphrase. Lose it and the hidden wallet is gone permanently, even with the full seed in hand. A single typo, or an unexpected space or capital letter, derives a different empty wallet. Treat the passphrase as a high-value secret in its own right, back it up separately from the words, and test recovery before funding.
The seed itself is covered under self-custody fundamentals; pair a passphrase with Cold Storage and a Hardware Wallet that supports on-device entry.
In Simple Terms
A BIP39 passphrase, often called the 25th word, is an optional secret you supply alongside your written seed phrase. Unlike the seed words, which come…
