If you want crypto wallet private key control, the baseline is simple: no third party should be able to reconstruct your signing secret without you. In most self-custody setups, the «private key» you think about day to day is derived from a seed, and that seed is what your backup must protect. Under BIP39, mnemonic words are indexes into a 2,048-word list; they represent bits that become a seed for deterministic wallets.
The spec matters because it's your escape hatch: a 12‑word phrase corresponds to 128 bits of entropy (with a checksum), and 24 words corresponds to 256 bits—both are widely supported across wallet ecosystems. If your backup format is portable, the device becomes a replaceable tool, not a single point of failure.
What fails this criterion isn't always «custody» in the obvious sense. Some designs preserve self-custody but add dependencies you may not notice: proprietary backup formats, fragile app-only restore flows, or recovery mechanisms that shift part of your threat model from «keep a secret» to «manage an identity process». None of these are automatically wrong, but they are trade-offs that deserve to be stated plainly.
The most secure wallet is worthless if recovery is a coin flip. I score recovery designs by how they behave when you're stressed: lost device, broken phone, travel, or a rushed restore on unfamiliar hardware. BIP39's biggest advantage is that you can restore on many compatible wallets without begging a vendor for help.
By contrast, recovery systems that require a specific device family, a specific app, or a specific «backup file» can be perfectly secure yet practically brittle. This is where the hardware wallet recovery phrase becomes operational, not theoretical. A clean recovery should be possible with: (1) your backup words, (2) any required passphrase, and (3) knowledge of what you used.
If you add a passphrase, you've created a second secret that must be backed up with the same seriousness as the words. Forget it, mistype it, or «store it in your head», and you've created a permanent lock on your own funds. Most real-world failures are boring: screenshots, cloud photo sync, clipboard history, or a support scam that convinces you to type your phrase into a website.
Good vendors hammer one message consistently: legitimate support will never ask for your backup words. Treat any request for words—by email, chat, phone, or «verification form»—as an active theft attempt. For cold storage, the practical standard is: words never touch a networked device. Not «just once», not «only while offline», not «only in airplane mode».
The strongest point of paper backups is that they're offline by default; the strongest drawback is durability. If the value stored is meaningful, a metal backup is a rational upgrade—not for drama, but because water, fire, and time are predictable adversaries.