Orca Crypto
Menu
Start Here
Learn
Chains
Exchanges
Markets
Tools
Safety
More
Buy OCX Book a session
Learn

The 25th word

An extra secret on top of your recovery words. It has no undo, and no error message.

Loading live prices
By the Orca Crypto teamUpdated 2026-09-02How we check this11 min readIntermediate
The short answer

A BIP39 passphrase is an optional extra secret layered on your recovery words. There is no wrong passphrase: a typo silently opens a valid empty wallet instead of showing an error. It defends a stolen seed backup and adds a permanent way to lose everything, which is why most people should not use one.

What the 25th word actually is

A BIP39 passphrase is an optional extra secret you can add on top of your recovery words. It is nicknamed the 25th word, which is the source of most of the confusion, because it is not a word and it is not appended to the phrase.

Your recovery words and the passphrase go through a key derivation function. The words act as the password and the passphrase becomes part of the salt. Change one character of the passphrase and the function produces a completely unrelated 64 byte seed, and therefore a completely unrelated and equally valid set of wallets.

The mental model that makes the rest make sense
If you use no passphrase, an empty string is used instead. So a "normal" wallet is not a special case, it is the passphrase-is-blank case. That is why adding a passphrase does not modify your existing wallet: it opens a different one that was always derivable from the same words.

There is no wrong passphrase, and that is the danger

Your recovery words have a checksum. Type them wrong and the wallet tells you, because the standard includes a check the software can run.

The passphrase has no checksum. It enters the derivation as a salt, and a salt can be any string at all. There is no validity condition to test, so there is nothing for the wallet to warn you about. Every passphrase produces a valid wallet. The wrong one produces a valid wallet with nothing in it.

Silent, and deferred
This is the entire risk in one sentence: a typo does not produce an error, it produces an empty wallet, and at the moment you make it the two are indistinguishable. One hardware wallet maker states it flatly: "There is no validation performed on your passphrase". You find out later, and by then you may not remember what you typed.

One wallet's documentation makes a point worth repeating: nothing is created when you enter a passphrase. Every possible passphrase corresponds to a wallet that was always part of your seed. You are not making a new wallet, you are opening one of an effectively infinite number of them, and you have to be able to find the same door again.

What it protects against, and what it does not

It genuinely helps against

Someone getting your written words

  • A recovery sheet found by a burglar, a relative or a contractor
  • A metal backup recovered from a fire or a burgled safe
  • A photograph of your seed words taken without your knowledge
  • Physical extraction of the seed stored on the device itself

It does not help against

Almost everything else

  • Malware on the computer, if you type the passphrase on that computer
  • A compromised signing device, which sees the derived keys either way
  • Someone standing over you demanding access
  • A passphrase stored next to the seed words, which is the common mistake
  • Your own memory, over years, which is the most common failure of all

Enter it on the hardware device's own screen rather than on the computer where possible. A passphrase typed into a keyboard is a passphrase a keylogger has.

Plausible deniability, honestly assessed

The standard names this as a feature. Keep a small real balance at the no passphrase wallet as a decoy, hold the rest behind the passphrase, and if you are forced to open your wallet you can open the decoy.

The cryptography works. The behavioral assumption is the weak part, and the people who study coercion attacks are blunt about it. Casa's chief security officer Jameson Lopp, who maintains the standard dataset of physical attacks on crypto holders, has written that "the effectiveness of a decoy wallet is questionable at best. There is no way to know how a criminal will respond." He notes attackers often arrive knowing more about you than you know about them, that handing over funds does not reliably end an attack, and cites a case where the victim gave up a significant amount and was beaten for hours anyway.

The uncomfortable part
Over 250 physical attacks on crypto holders have been documented since 2014, and researchers believe the real number is higher. The recommended defense is not a decoy. It is not being identifiable as someone worth attacking in the first place.

How the wallets handle it

WalletLimit and character setWhere it is enteredStored anywhere?
Ledger100 characters, case sensitive, symbols allowedOn the device, or through the desktop appNot stored. A temporary mode lasts only while powered on.
Trezor50 characters, ASCII only, case sensitiveOn the device, or in the desktop suiteNot stored on the device.
Coldcard100 characters, ASCII only, no accented lettersKeypad, word picker, or attached keyboardNot stored, unless you deliberately save it to a card, encrypted.
SparrowNo documented limitPrompted when the wallet opensNothing derived from it is written to the wallet file.
Choose for the strictest tool
That table hides an interoperability trap. A 100 character passphrase with an accented letter works on one device and cannot be entered on another. If there is any chance you will one day recover on different hardware, keep it to plain ASCII and 50 characters or fewer.

Two specific behaviors are worth knowing because they actively hide mistakes. Coldcard shows an eight character fingerprint for the resulting wallet and tells you to write it down, which is the single best defense against silent typos. Sparrow carries your existing address labels across to the new addresses when the passphrase changes, because it has no way of knowing it changed, so a wrong passphrase can look reassuringly familiar.

How people actually lose money with this

The wallet vendors publish these, which tells you how routine they are:

Case. "Correct Horse Battery" and "correct Horse Battery" open different wallets. Spaces. A trailing space is a character. Keyboard layout. Character maps differ between devices, so a symbol typed on one keyboard may not be the symbol you get on another. Unicode. Accented characters can be represented more than one way; one wallet developer raised exactly this as a possible cause in an unresolved case. Memory. A passphrase you only memorized is a passphrase you can lose by having a bad year.

And the one that defeats the whole exercise: storing the passphrase with the seed words. If both are found together it has protected nothing.

What recovery software can and cannot do
Recovery tools exist and they fix near misses, not blanks. They search around a passphrase you mostly remember, correcting one, two or three typos. There is no tool for a passphrase you have forgotten. One vendor support reply puts it plainly: "There is no way of recovery if you lost the passphrase."

If you use one, do it like this

  1. Generate it randomly, do not invent it

    People are poor at being unpredictable, and a memorable phrase is weak in a way that is hard to estimate. Roll dice against a word list. Published analysis suggests a minimum of six words from the BIP39 list or four from the EFF long list. This matters more than it sounds, because the key derivation here uses only 2048 iterations, which is cheap for an attacker who already has your seed.

  2. Back it up physically, and never beside the seed

    Durable media, at a different location from the recovery words. If both live in the same box you have added a way to lose funds and no security at all.

  3. Record the wallet fingerprint next to the backup

    It is not secret and it is the only cheap way to confirm you entered the passphrase correctly without spending anything.

  4. Test the full recovery before you fund it

    Wipe the device, restore from words plus passphrase, and confirm you reach the same wallet. Every failure mode above is silent at entry and only shows up in a real recovery. Do this with a trivial amount first.

  5. Write down which wallets can restore it

    Your heirs or your future self will need to know the wallet type and derivation, not just the words.

Should a beginner use one at all?

Our answer is no, and it is worth explaining rather than asserting.

The credible security sources lean the same way. Unchained tells clients it does not recommend passphrases, calling them "a single point of failure" and noting they break inheritance entirely, since heirs without the passphrase cannot be helped even by the company. Michael Flaxman, author of a well known security guide, says he does not recommend them "except for expert users".

The reason is asymmetry. A passphrase converts a recoverable risk into an unrecoverable one. If someone finds your seed words, that is bad and you may still be able to move your funds first. If you mistype or forget your passphrase, the money is gone permanently, silently, with no error message and nobody to appeal to.

The actual reasoning
For most people the probability of self inflicted loss is higher than the probability of seed theft, and the two outcomes are not equally severe. If your balance is genuinely large enough to need a second factor, the answer the serious sources point at is multisig rather than a passphrase, because it is fault tolerant instead of fault fatal.

Learn what it is, because you will meet the option in every hardware wallet setup and you should know what you are declining. Then decline it until you have a specific reason, a tested recovery and a backup plan for the day you are not around to remember it.

Common questions

Is the passphrase the same as my PIN?
No. The PIN unlocks the physical device and can be reset by wiping and restoring. The passphrase is part of how your keys are derived, and nothing can reset it. Losing a PIN is an inconvenience; losing a passphrase is permanent.
What happens if I type it wrong?
You get a valid, working, empty wallet. There is no error, because there is no wrong passphrase to detect. That is why writing down the wallet fingerprint and testing a full recovery before funding matters so much.
Can I change or remove a passphrase later?
Not in place. The passphrase determines which wallet the words open, so "changing" it means opening a different wallet and moving your funds there, which is an onchain transaction with fees and tax consequences.
Can a passphrase be brute forced?
If somebody has your seed words, then yes, in proportion to how weak the passphrase is. The derivation uses only 2048 iterations, which is deliberately cheap, so a short or human chosen phrase is far weaker than it feels. Dice generated, six words or more.
Does a passphrase protect me if someone threatens me in person?
Not reliably. The decoy wallet idea is real cryptography and a speculative behavioral defense. Security researchers who study these attacks are openly skeptical of it, and point to privacy and not being identifiable as the actual protection.
Should I write my passphrase with my seed words?
No. If both are found together the passphrase has protected nothing at all, and you have taken on the risk of losing it for no benefit. Different media, different places.
Is Shamir backup the same idea?
No. Shamir splits one secret into shares where a threshold reconstructs it, which is about fault tolerance and distribution. A passphrase is a second secret that must be present in full. They solve different problems, and Shamir is the friendlier one for inheritance.
Kept on this device only. Nothing is sent anywhere.

Where to go next

Stuck on this one?

Some things click faster with someone walking you through them live. Orca sessions are one to one, screen shared, and paced for wherever you actually are.

Was this page useful?