Write, don't screenshot
Phones sync photos to clouds; clouds get phished. Paper or stamped steel, stored in two locations, beats every digital copy.
Startups keep promising "wallet recovery with personality — just scan, review, recover." Before trusting any tool with your keys, understand what recovery actually is: 12 or 24 words, some elegant math, and one rule that keeps you safe. Open the vault below.
Each glowing tile is one seed word — one of 2,048 possibilities (2¹¹ each). Switch between 12 and 24 words, then crank the attacker's guessing speed and watch how long a brute-force takes. Drag to orbit.
Drag to rotate · wheel/pinch to zoom
Your wallet generates 128 or 256 random bits, adds a checksum, and maps every 11 bits to a word from the fixed BIP-39 list of 2048 words.
The phrase is stretched (PBKDF2, 2048 rounds of HMAC-SHA512) into a 512-bit seed, which derives a master private key.
Hierarchical derivation (BIP-32/44) generates all your addresses from that one master key. That's why one phrase restores an entire wallet.
"Recovering" a wallet just replays this math on a new device. Nothing is stored on a server; the words are the wallet.
Phones sync photos to clouds; clouds get phished. Paper or stamped steel, stored in two locations, beats every digital copy.
Before funding a wallet seriously, wipe the device and restore from your written phrase once. A backup you've never tested is a hope, not a backup.
An optional 25th word (BIP-39 passphrase) creates a hidden wallet — even someone holding your 24 words finds only a decoy. Forgetting it, however, is unrecoverable by design.
For most people the realistic risks are (1) losing the phrase and (2) typing it into a scam site — not brute force. The math above shows why: attackers go around the vault, never through it.