Unpacked
The Right Way to Store a Seed Phrase (Or Skip Storing It)
by Alexandru Popescu
A seed phrase is the 12 or 24 words that back up a crypto wallet. The safest way to store it is on metal, in at least two copies, kept in two separate locations, and never online. Paper burns and fades. Metal survives fire and water. Anything digital, a photo, a cloud note, a password manager entry, is one hacked account away from empty.
Search for “seed phrase storage” today and most results point to hardware-company shop pages. That leaves a gap for the research-based explanation of what actually works. This piece fills that gap. It covers proven storage methods, known failure modes, and the setup that removes the seed phrase storage problem instead of trying to manage it.
How Should You Store a Seed Phrase?
Metal, in two copies, in two locations, offline. That is the short version. Everything else is detail on why.
Method | Survives fire or water | Survives a hacked account | Rough cost | Verdict |
|---|---|---|---|---|
Paper | No | Yes, if kept offline | Free | Fine as a first backup, not a final one |
Metal plate or capsule | Yes | Yes, if kept offline | $50 to $100 one time | Recommended baseline |
Photo, cloud note, or password manager | No | No | Free | Never do this |
Two metal copies, two locations | Yes | Yes | Roughly double the single-copy cost | Best practice for real holdings |
Split shares (Shamir's Secret Sharing) | Yes | Yes, and no single share exposes the wallet | Depends on hardware support | Advanced, for larger holdings |
A hardware wallet, or cold wallet is a small physical device that holds your keys offline, is a separate purchase from a metal backup. The metal plate is what protects your hardware wallet's own seed phrase if the device itself is lost, stolen, or destroyed. Our guide to what a cold wallet is covers that device layer in full; this piece is only about the words themselves.
What Is a Metal Seed Phrase Backup, and Is It Worth It?
Yes, worth it for anyone holding more than a token amount. A metal backup is a small steel or titanium plate or capsule. You stamp or slot your words into it instead of writing them in ink, and the material is rated to survive fire, water, and corrosion.
Three products dominate the category by 2026: Cryptosteel, Billfodl, and Cryptotag Zeus. Cryptosteel and Billfodl are both marine-grade stainless steel; Cryptotag Zeus is titanium, the premium tier of the three. Independent testing rates Billfodl and Cryptosteel as functionally similar, both able to withstand roughly 1,400°C, with Billfodl usually the cheaper of the two. One documented case had a Billfodl survive a real house fire with every word still readable afterward. At $50 to $100 for a one-time purchase, it is cheap insurance against the one failure paper cannot handle.
Should You Ever Store a Seed Phrase Digitally?
No. Every serious source on this topic warns against digital storage. Ledger is one of the two big hardware-wallet brands, alongside Trezor. Its own storage guidance puts it plainly: never keep a seed phrase "in a non-encrypted digital format, including cloud storage, notes apps, or screenshots." A photo turns a physical security problem into an online one. Write the words on paper, snap a photo "just in case," and that photo syncs to iCloud or Google Photos automatically. From there, one phished password or one SIM-swapped phone number is enough to reach it.
Tip: Never store a photo of your seed phrase, even in a private album. One hacked cloud account can hand over everything.
One digital-adjacent option is treated as legitimate: a service that splits and encrypts the phrase across several separate providers. No single company ever holds the whole thing. That trades a lost object for trust in a process, a different kind of risk, not a smaller one. For most people, a metal plate in a drawer beats trusting a third party with the pieces.
Can You Split a Seed Phrase Across Multiple Locations?
Yes, two ways. The simple version: make a second full metal copy and store it somewhere else entirely. Good options are a different city, or a trusted family member's house. The more advanced version is a method called Shamir's Secret Sharing, standardized for wallets as SLIP-39.
SLIP-39 splits one seed into a set number of shares with a recovery threshold. A common setup is 5 shares with a threshold of 3. Any 3 shares rebuild the wallet, and losing 2, or having 2 stolen, does not lock you out. Trezor, the other big hardware-wallet brand, shipped SLIP-39 support in 2017 and made multi-share backups the default option in 2024. Each share is its own 20 or 33-word phrase, not a fragment of the original words. No single share reveals anything about the wallet on its own.
What Happens if Your Storage Is Lost or Damaged?
The outcome is the same as never backing up at all: permanent, unrecoverable loss, with no support line and no blockchain-level fix. A 2026 survey of 1,000 US crypto holders by Oobit found that 35% had lost access to a wallet or account at some point. Of those, 31% never recovered their assets, and 12% of everyone who lost access lost more than $5,000 in a single incident.
The same survey shows why: actual habits lag the advice badly. Only 25% of respondents keep any paper backup, and just 6% use a metal one. Only 15% have ever tested whether their recovery process works. That last number matters as much as the storage material. A backup nobody has tested is a guess, not a plan.
Is a Bank Safe Deposit Box Safe for a Seed Phrase?
It is a reasonable second location, not a first or only one. A safe deposit box depends on things you do not control. That includes the bank's hours, your ability to prove access, and whether it stays open during a crisis. Treat it as one leg of a two-location setup. Keep one metal copy at home and one in the box, or with someone you trust. Never rely on a single copy anywhere.
Is There a Way to Avoid Storing a Seed Phrase at All?
Yes. A 2023 upgrade to Ethereum (the largest crypto network) called ERC-4337 made this whole problem optional. It enabled a newer kind of wallet: the passkey-based smart wallet. Instead of 12 written words, you sign in with a passkey, the same face or fingerprint login your banking app already uses. There is nothing to engrave, split, or drive to a bank to store, because no seed phrase gets generated in the first place.
We built Gnosis App on Safe Smart Account this way. It is not the only wallet doing this; Coinbase Smart Wallet ships passkey-only by design too. The trade is not free. If you lose your phone with no backup device or trusted contact set up, you can still get locked out. A passkey wallet needs its own recovery setup, just not this article's storage problem. For a full comparison of wallet types, read our rundown of non-custodial wallets. For the wider picture on how seed phrases work, see our explainer on what a seed phrase is. This piece stays on the storage question alone.
Key takeaway: Passkey wallets like Gnosis App remove the seed phrase entirely, so there is nothing left to store, split, or lose.
FAQ
What is the safest way to store a seed phrase?
Metal, in at least two copies, kept in two separate physical locations, never connected to the internet. Paper is an acceptable starting point; metal is the upgrade for anything worth protecting long term.
Should I store my seed phrase on paper, metal, or digitally?
Paper is the default because most wallets ship with a paper card, but metal is the safer upgrade since it survives fire and water. Never choose digital: a photo, cloud note, or password manager entry turns a physical risk into an online one.
What is a metal seed phrase backup and is it worth it?
It is a steel or titanium plate or capsule you stamp or slot your words into instead of writing them on paper. At $50 to $100 one time, it is worth it for anyone holding more than a token amount.
Can I split my seed phrase across multiple locations?
Yes. Make a second full metal copy for a separate location. Or use Shamir's Secret Sharing (SLIP-39), which splits one seed into several shares with a recovery threshold. No single share alone can rebuild the wallet.
What happens if my seed phrase storage is lost, damaged, or destroyed?
The result is the same as never backing up: permanent, unrecoverable loss. A 2026 Oobit survey found 31% of people who lost wallet access never recovered their assets. That is why redundancy, not a single copy, is the standard advice.
Is it safe to store a seed phrase in a bank safe deposit box?
As one of two or more locations, yes. As your only copy, no, since access depends on the bank's hours and your ability to prove entry during a crisis.
Should I ever store a seed phrase digitally (photo, cloud, password manager)?
No. Ledger's own guidance and every independent source agree on this. A digital copy, including a photo, cloud note, or password manager entry, is the most common way seed phrases get stolen.
Is there a way to avoid needing to store a seed phrase at all?
Yes. Passkey-based smart wallets, including Gnosis App, sign in with a face or fingerprint instead of generating a written seed phrase. That removes the storage problem instead of solving it.
Is a recovery phrase the same as a seed phrase?
Yes. "Recovery phrase" is the name some wallets use for the same 12 or 24-word backup. Our full explainer on seed phrases covers the naming differences in detail.
What's Next
If you already hold crypto in a seed-phrase wallet, the fix here takes an afternoon. Buy a metal plate, stamp your words, and put a second copy somewhere else. That is thirty minutes of setup against the odds of a fire, a flood, or a lost piece of paper.
If you are choosing your first wallet and you live in the EU, Gnosis App skips the whole question. It gives you self-custody on a passkey, with no seed phrase to store in the first place.
Onwards.


