Bitcoin Inheritance Planning: How to Pass On Your Bitcoin

2026-03-19 · articles · en

A comprehensive guide to Bitcoin inheritance planning - covering multisig schemes, Shamir's Secret Sharing, timelocked transactions, and practical steps to ensure your Bitcoin survives you.


Here is an uncomfortable truth that every Bitcoin holder must confront: if you die without a plan, your Bitcoin dies with you. Unlike a bank account that your family can access through legal proceedings, unlike a house that transfers through probate, Bitcoin secured by private keys that nobody else knows is gone - permanently, irreversibly, forever.

This is not a theoretical concern. Chainalysis estimates that approximately 3.7 million Bitcoin - worth hundreds of billions of dollars - are permanently lost, much of it because holders died or became incapacitated without leaving their heirs a way to access the funds. As Bitcoin's value has grown, so has the scale of this tragedy.

The good news is that Bitcoin's programmability offers inheritance solutions that are more secure, more flexible, and more resistant to fraud than anything available in the traditional financial system. This guide covers every major approach, from simple solutions for small holdings to sophisticated cryptographic schemes for serious wealth preservation.

The Core Problem

Traditional inheritance is straightforward because traditional assets are custodial. Your bank holds your money and will release it to your estate according to legal procedures. Your brokerage, your pension fund, your insurance company - they all hold your assets on your behalf and follow legal frameworks for transferring them after death.

Bitcoin, when held in self-custody, inverts this model entirely. You hold your own keys. No institution can release your Bitcoin to anyone. The blockchain doesn't know or care about death certificates, wills, or probate courts. The only thing that can move Bitcoin is the correct private key (or keys, in a multisig setup).

This creates a unique inheritance challenge with competing requirements:

No single solution perfectly satisfies all these requirements. The right approach depends on the size of your holdings, the technical sophistication of your heirs, your threat model, and your trust relationships. Let's examine the options.

Method 1: The Simple Seed Phrase Approach

The most basic inheritance plan involves securely passing your seed phrase (the 12 or 24 words that can regenerate your wallet's private keys) to your heirs.

How It Works

  1. Write your seed phrase on durable material (steel plate, titanium backup, etc.)
  2. Store it in a secure location (safe deposit box, home safe, or with a trusted attorney)
  3. Leave instructions in your will or a letter explaining what the seed phrase is and how to use it
  4. Include information about which wallet software to use and which derivation path your wallet uses

Letter of Instruction Template

Your letter should include:

Limitations

This approach is simple but has significant drawbacks:

This method is reasonable for smaller holdings (under 1 BTC) where the simplicity outweighs the security limitations. For larger amounts, more sophisticated approaches are warranted.

Method 2: Multisig Inheritance

Multisignature (multisig) wallets require multiple private keys to authorize a transaction. This is one of the most powerful tools for Bitcoin inheritance planning. For background on how multisig works, see our Bitcoin security guide.

The Basic Concept

Instead of a single seed phrase that controls everything, you distribute multiple keys among different parties and locations. A 2-of-3 multisig setup, for example, requires any 2 of 3 keys to spend the Bitcoin. This means:

Inheritance-Optimized Multisig Configurations

Configuration 1: 2-of-3 Family Multisig

During your life, you control Key 1 and can work with your spouse (Key 2) for spending. After your death, your spouse uses Key 2 and retrieves Key 3 from the secure location to access the funds.

Configuration 2: 3-of-5 Distributed Multisig

For larger holdings, a 3-of-5 setup provides greater resilience:

Any 3 of 5 keys can spend the Bitcoin. This means:

Multisig Implementation Tools

Several tools make multisig inheritance practical:

Critical: Preserve the Wallet Descriptor

With multisig, the individual keys alone are not sufficient to recover the wallet. You also need the wallet descriptor (also called the "wallet configuration" or "multisig policy") - a file that specifies which keys are part of the multisig, what type of multisig it is (2-of-3, 3-of-5, etc.), and the derivation paths.

Always store a copy of the wallet descriptor alongside each key. Without the descriptor, even having all the keys won't help - your heirs won't know how the keys fit together.

Method 3: Shamir's Secret Sharing (SSS)

Shamir's Secret Sharing is a cryptographic technique that splits a secret into multiple "shares," where a specified minimum number of shares are needed to reconstruct the original secret.

How It Works

SSS is based on polynomial interpolation. A secret (like a seed phrase) is encoded as the y-intercept of a polynomial of degree (threshold - 1). Shares are points on this polynomial. Any (threshold) number of shares can reconstruct the polynomial and thus the secret, but (threshold - 1) shares reveal absolutely no information about the original secret.

For example, a 3-of-5 Shamir split creates 5 shares, any 3 of which can reconstruct the original seed phrase. Having only 2 shares (or even 2 shares plus unlimited computing power) reveals nothing about the original secret.

SLIP-39: The Standard Implementation

The SLIP-39 standard (used by Trezor hardware wallets) implements Shamir's Secret Sharing for Bitcoin seed phrases. Instead of a single 24-word seed phrase, you get multiple sets of 20 or 33 word shares.

Example of a 2-of-3 SLIP-39 setup:

Any 2 of these 3 shares can reconstruct the original seed, but a single share alone is completely useless to an attacker.

SSS vs Multisig

FeatureShamir's Secret SharingMultisig
Key reconstructionCombines shares into a single keyKeys remain separate
Single point of failureYes - when shares are combined, the key exists brieflyNo - keys never need to be in the same place
On-chain footprintStandard single-sig transactionMultisig transaction (slightly larger)
ComplexityShares look like seed phrasesRequires wallet descriptor + all xpubs
Hardware wallet supportTrezor (SLIP-39)Coldcard, Trezor, Ledger, etc.

The key difference: with SSS, the shares must be combined to reconstruct the private key, creating a brief moment of vulnerability. With multisig, the individual keys are never combined - each key signs independently. For this reason, multisig is generally preferred for large holdings, while SSS is a reasonable choice for moderate amounts.

Method 4: Timelocked Transactions

Bitcoin's scripting language includes time-lock functionality that can be used for inheritance planning. A timelocked transaction is pre-signed but cannot be broadcast until a specific block height or date.

How Timelock Inheritance Works

  1. Create a transaction that sends all your Bitcoin to your heir's address
  2. Set a timelock (e.g., 1 year in the future using nLockTime)
  3. Sign this transaction and give it to your heir
  4. Every 6-12 months, while you're alive, create a new timelocked transaction with an updated timelock (pushing the deadline further out)
  5. If you die and stop updating, the most recent timelocked transaction becomes spendable after the timelock expires

Advantages

Limitations

Liana Wallet: Automating Timelocks

The Liana wallet (by Wizardsardine) is specifically designed for this use case. It creates wallets with built-in recovery paths using timelocks:

Every time you make a transaction, the timelock resets automatically. If you stop transacting (presumably due to death or incapacitation), the recovery path activates after the specified period. This is the most elegant technical solution currently available.

Method 5: Trusted Third-Party Services

Several companies offer Bitcoin inheritance as a service, combining multisig with legal frameworks.

Collaborative Custody Model

Services like Unchained Capital and Casa offer a model where:

Advantages

Limitations

For holders who value simplicity and have heirs who are not technically capable, these services can be a reasonable option. However, they partially negate the self-sovereignty that makes Bitcoin valuable in the first place. See our post on self-custody for more on this tradeoff.

Method 6: Dead Man's Switch

A dead man's switch is a mechanism that activates automatically if you fail to perform a periodic action (like responding to an email or pushing a button).

Digital Dead Man's Switch for Bitcoin

  1. Set up a service (self-hosted or third-party) that sends you a periodic check-in request
  2. If you fail to respond within a specified period (e.g., 30 days), the service automatically sends your inheritance information to designated recipients
  3. The information sent could include: seed phrase shares, multisig key locations, wallet recovery instructions

Implementation Options

Important Caveat

Never store unencrypted seed phrases or private keys in any digital dead man's switch system. Instead, use the dead man's switch to deliver instructions - location of physical backups, passwords for encrypted files, or Shamir shares that must be combined with shares stored elsewhere.

Building Your Inheritance Plan: A Practical Framework

Here's a framework for building a complete Bitcoin inheritance plan, scaled by holdings size.

Tier 1: Small Holdings (Under 1 BTC)

Approach: Simple seed phrase with letter of instruction

  1. Back up your seed phrase on steel (Cryptosteel, Billfodl, or DIY steel washer method)
  2. Store the backup in a home safe or safe deposit box
  3. Write a clear letter of instruction (see template above)
  4. Store the letter separately from the seed phrase
  5. Tell one trusted person where both the letter and the seed backup are located
  6. Review annually

Tier 2: Moderate Holdings (1-10 BTC)

Approach: 2-of-3 multisig or Shamir's Secret Sharing

  1. Set up a 2-of-3 multisig wallet using Sparrow or similar software
  2. Distribute keys: one to you, one to your primary heir, one to a secure location
  3. Store wallet descriptors alongside each key
  4. Write detailed recovery instructions
  5. Walk your primary heir through a test recovery (using a small amount)
  6. Review and test every 6 months

Tier 3: Significant Holdings (10+ BTC)

Approach: 3-of-5 multisig with professional support

  1. Set up a 3-of-5 multisig with geographically distributed keys
  2. Use at least 2 different hardware wallet manufacturers for your keys
  3. Consider a collaborative custody service to hold one key
  4. Engage an attorney familiar with digital assets for legal documentation
  5. Create a detailed recovery document with step-by-step instructions
  6. Conduct a supervised test recovery with your primary heir
  7. Review quarterly

Universal Best Practices

Regardless of your holdings size:

Legal Considerations

Bitcoin inheritance intersects with the legal system in important ways.

Including Bitcoin in Your Will

Tax Implications

In many jurisdictions, inherited Bitcoin has specific tax treatment:

Consult a tax professional familiar with cryptocurrency in your jurisdiction.

Trusts

For large holdings, a trust structure can provide:

The challenge is finding a trustee who understands Bitcoin custody. Some services (like Unchained Capital) are beginning to offer trust-compatible multisig solutions.

Common Mistakes to Avoid

  1. No plan at all: The most common and most catastrophic mistake. If you hold Bitcoin and don't have an inheritance plan, create one today.
  1. Storing seed phrases digitally: Never store seed phrases in password managers, cloud storage, email, or any digital format. These are vulnerable to hacking. Use physical backups only.
  1. Telling too many people: Every person who knows about your Bitcoin is a potential threat. Balance accessibility with security.
  1. Single point of failure: A single seed phrase in a single location means one fire, one flood, or one theft destroys everything.
  1. Ignoring updates: Bitcoin wallet standards evolve. Instructions written in 2024 may reference deprecated software by 2030. Update your plan regularly.
  1. Assuming technical knowledge: Your heirs probably don't know what a "seed phrase" or "derivation path" is. Write instructions for a complete beginner.
  1. Forgetting about the passphrase: If you use a BIP-39 passphrase (25th word), forgetting to include it in your inheritance plan means your heirs will recover an empty wallet. This is one of the most common inheritance failures.

Conclusion: Plan Today, Not Tomorrow

The uniqueness of Bitcoin - its reliance on private keys rather than institutions - makes inheritance planning both more critical and more flexible than traditional asset planning. You can create inheritance schemes that are more secure, more private, and more resistant to fraud than anything possible with traditional assets. But you have to actually do it.

The best time to create your Bitcoin inheritance plan was when you first acquired Bitcoin. The second best time is today. Start with the tier appropriate to your holdings, test it thoroughly, and update it regularly. Your future heirs will thank you.

Your Bitcoin is your legacy. Make sure it doesn't disappear when you do.

Read on the full site: https://learn.txid.uk/en/articles/bitcoin-inheritance-plan/