Back Up Your Seed: Metal Plates, SLIP-39 & Shamir backup
Your seed phrase is the root of your private keys and therefore access to your cryptocurrency holdings. If the hardware wallet fails, is lost, or the company ceases operations, the seed phrase is your recovery path. In my testing, the number of people who treated the seed phrase casually far exceeded those who took it seriously — and that often ended badly. So what should you do about it? Back it up in a way that survives time, fire, water and human error.
Quick summary of common approaches
Each method has trade-offs in recovery complexity, security, and compatibility. I believe most long-term holders should combine two approaches rather than rely on one.
Metal backup plates are plates made of stainless steel, titanium or similar metals that let you record your seed phrase in a way that survives fire, water and time. There are a few ways to record words: stamping, engraving, laser etching, or punching. Stamping and punching leave deep impressions that survive severe heat. I tested stamped plates after submerging them and they were still legible.
Benefits
Drawbacks
Image: [metal plate stamping - placeholder]
See a deeper comparison of metal options at /metal-backup-plates.
SLIP-39 implements a Shamir Secret Sharing style backup for seed phrases. Instead of one 12- or 24-word seed phrase, you generate multiple shares and define a threshold. For example, a 3-of-5 scheme requires any 3 shares out of 5 to recover the recovery phrase.
How this helps
Caveats
In my experience, SLIP-39 is excellent for people who want redundancy and are comfortable with slightly more complex recovery procedures. But it is not a substitute for checking device compatibility and practicing recovery steps.
People sometimes split a standard 24-word seed phrase across multiple locations by putting the first 12 words in one vault and the rest in another. This "split seed phrase" approach is simple but risky.
Why it can be risky
When it can make sense
Generally, I prefer SLIP-39 for deliberate splitting because it was designed for that purpose. Split halves of a BIP-39 seed are an ad hoc solution that creates fragile security unless handled carefully.
A passphrase — often called the 25th word — adds another secret to the seed phrase and effectively creates a distinct wallet. Many users ask if they should engrave or stamp the passphrase on the same metal plate as the seed.
My recommendation
And yes, people forget passphrases when years pass. That has happened in real cases I know of. So choose a passphrase strategy you can maintain.
| Goal | Good options | What to watch for |
|---|---|---|
| Long-term, single-owner storage | Metal backup plate + remote duplicate | Avoid storing passphrase with the plate |
| Redundancy across locations | SLIP-39 (e.g., 3-of-5) | Verify wallet supports SLIP-39 |
| Estate/inheritance planning | Metal plate + documented procedure + legal notes | Test recovery with a trusted executor (without exposing secrets) |
| Business or high-value custody | Multisig across devices/people | Operational complexity and legal agreements |
How to record a seed phrase on a metal plate
How to create a SLIP-39 Shamir backup
Need a walkthrough for device setup and recovery? See /seed-phrase-basics and /restore-recover-failure for related guides.
But also, don’t overcomplicate things to the point you never complete a backup. Simple, tested and practiced beats theoretically perfect but unused.
Q: Can I recover my crypto if the hardware wallet breaks? A: Yes, if you have the seed phrase or SLIP-39 shares and know the passphrase (if used). Practice a recovery with a spare device or recovery tool first. See /restore-recover-failure.
Q: What if the company that made the hardware wallet shuts down? A: A properly backed up seed phrase or SLIP-39 shares lets you recover funds with compatible recovery tools or other wallets, provided the standards are followed.
Q: Is SLIP-39 safe if I lose one share? A: If your threshold is set appropriately (for example 3-of-5), losing one share does not prevent recovery. But losing enough shares to drop below the threshold will prevent recovery.
Q: Should I engrave my passphrase on metal too? A: Not on the same plate as the seed. Consider storing the passphrase separately in a different secure location.
Backups are not optional. Metal backup plates offer durability; SLIP-39 provides redundancy and flexible recovery thresholds. Each approach costs time to set up and test, but that effort pays off if hardware fails or time erodes memory. In my experience, the safest outcomes come from combining a durable physical backup and, for higher-value holdings, a tested SLIP-39 or multisig plan.
Ready to protect your seed? Read our practical guides to get started: /seed-phrase-basics, /shamir-slip39-guide and /backup-recovery-best-practices. Practice a recovery now so you know it works when you need it.