Shamir Backup (SLIP-39) — Splitting Your Recovery Phrase

Try Tangem secure wallet →

Table of contents


Shamir Backup (SLIP-39) — Splitting Your Recovery Phrase

Shamir Backup (SLIP-39) is a method for splitting a single recovery phrase into multiple "shares" so that only a subset is needed to restore your private keys. This is useful when you want redundancy without creating copies of the same seed phrase. In my testing, SLIP-39 reduces single-point-of-failure risk — but it also adds operational complexity.

What is Shamir Backup (SLIP-39)?

Shamir Backup implements Shamir's Secret Sharing (a cryptographic scheme) as a mnemonic-based backup format called SLIP-39. Instead of one 12- or 24-word seed phrase that must be kept intact, SLIP-39 creates multiple mnemonic shares. You pick a threshold (for example, 3 of 5), and any 3 shares can reconstruct the original secret. Less than the threshold reveals nothing.

Think of your seed phrase like the master key to a safe deposit box. SLIP-39 lets you split that master key into pieces and hand them to trustees. Short sentence. Longer explanation follows to make the trade-offs clear.

How Shamir secret sharing works (plain language)

At a high level: a cryptographic secret (your master key) is combined with random math to produce N distinct shares. Each share looks like a recovery phrase, and you specify a threshold M so that any M of those N shares can be used to reconstruct the secret. You must meet that threshold; missing shares beyond that threshold don't help.

Why is this safer than duplicates? Because a single stolen share doesn't expose funds. But you have more moving parts. (That's the trade-off.)

Why use SLIP-39? Benefits and trade-offs

Pros:

Cons:

Quick comparison: SLIP-39 vs standard single seed (BIP-39)

Feature Standard seed (single 12/24 words) Shamir Backup (SLIP-39)
Single-point risk High Lower if distributed correctly
Ease of use Simple More complex (setup & recovery)
Compatibility Broad Limited to supporting tools
Redundancy options Copying (risky) Threshold-based (flexible)

Step by step: Split your recovery phrase (Shamir backup how to)

This section gives a practical, device-agnostic workflow. Exact menu names differ by hardware wallet model; follow on-screen prompts.

Before you start

  1. Update and verify firmware. Always do this before creating backups (see the firmware verification guide).
  2. Install the companion app on a trusted computer if needed (see companion app install).
  3. Gather durable recording supplies: a metal plate or high-quality paper and inks. (See metal backup plates for options.)

And yes, that extra time spent preparing pays off later.

Create the shares

  1. On your hardware wallet, choose the backup option that mentions Shamir or SLIP-39.
  2. Select how many shares (N) you want and the threshold (M) required to recover. Example: 3-of-5.
  3. The device will generate N unique mnemonic shares. Write each share down immediately and verify as the device requests.
  4. If the device offers a passphrase (an extra secret applied to the seed), decide whether to use it (see passphrase risks).

After creation: store and distribute shares

But don't overcomplicate your plan. If a recovery requires months of paperwork or multiple calls, you may lock yourself out.

Recover from shares: Step-by-step recovery (recover from shares)

If you need to recover:

  1. Start recovery on the device or compatible tool and select SLIP-39 restore.
  2. Enter the required M shares in any order. The system will reconstruct the master secret and restore the associated accounts.
  3. If you used a passphrase at creation, enter the exact same passphrase during recovery.
  4. After successful recovery, verify account balances and receive addresses (small test transactions are useful).

If recovery fails, consult our restore troubleshooting guide and double-check passphrase spelling and share integrity.

Backup shares distribution: Best practices

How many shares and where to put them? That depends on the threat model.

Examples (not prescriptions):

Table: Example distribution strategies

Scenario Example distribution
Family backup 2-of-3: spouse + home safe + bank box
Geographic resilience 3-of-5 across three states or countries
Legal/inheritance 3-of-5 with an attorney + executor rules

Questions? Who gets custody matters as much as technical setup. How will heirs access shares? Think ahead.

Security considerations and common mistakes

But human error is the biggest risk. Simplicity wins when you and your trusted contacts can actually follow the recovery plan.

Who should use SLIP-39 — and who should look elsewhere

Who SLIP-39 is good for:

Who should look elsewhere:

In my experience, SLIP-39 shines when planning for long-term custody and inheritance. But for day-to-day users, the added complexity may not be worth it.

FAQ

Q: Can I recover my crypto if the device breaks?

A: Yes. As long as you can supply the threshold number of SLIP-39 shares (and any passphrase used), you can recover on a new compatible device or tool. See restore guide.

Q: Is SLIP-39 compatible with all wallets?

A: No. Compatibility varies. Always verify before committing to SLIP-39 (see third-party compatibility).

Q: How should I store shares physically?

A: Durable, offline storage is best. Metal plates resist fire and water. See metal backup options.

Q: Can I use a passphrase with SLIP-39?

A: Yes, but that adds another secret you must manage. If you lose the passphrase, recovery will fail. Read about passphrase risks.

Conclusion & next steps

Shamir Backup (SLIP-39) is a powerful option when you need flexible redundancy and reduced single-point risk for long-term, non-custodial storage. The trade-off is operational overhead and compatibility limits. I believe it's worth considering for larger balances or estate planning, provided you document the plan and test recovery.

Next steps: verify your device firmware before creating shares (firmware guide), and review durable storage options (metal backup plates). Want to compare multisig alternatives? See multisig setup guide.

Try Tangem secure wallet →