Glossary

Bitcoin Inheritance

Bitcoin inheritance planning ensures cryptocurrency can be securely transferred to heirs without exposing private keys prematurely.

Key Takeaways

  • Bitcoin has no password recovery or institution to contact: if the holder dies without sharing access to their private keys, the funds are permanently and irreversibly lost. An estimated 3 to 4 million BTC are already inaccessible, much of it due to failed succession planning.
  • Planning methods range from multisig vaults with time-locked heir keys to Shamir's Secret Sharing splits and automated dead man's switch setups, each trading off security against accessibility.
  • Legal frameworks are catching up: 46 US states have adopted RUFADAA granting fiduciaries authority over digital assets, and the UK confirmed crypto as personal property in late 2025, but legal authority alone cannot override cryptographic barriers.

What Is Bitcoin Inheritance?

Bitcoin inheritance planning is the process of arranging for the secure transfer of Bitcoin holdings to designated beneficiaries upon the owner's death or incapacity. Unlike traditional financial assets held at banks or brokerages, Bitcoin exists as entries on a decentralized blockchain, controlled exclusively by whoever possesses the private cryptographic keys. There is no customer service line, no "forgot password" flow, and no court order that can restore access to a lost key.

This creates what practitioners call the "sovereignty paradox": the same properties that make Bitcoin resistant to seizure and censorship also make it resistant to inheritance. Planning for succession means deliberately weakening your security model in controlled ways so that trusted parties can recover funds after your death, without giving them premature access during your lifetime.

The stakes are significant. Research from Chainalysis and others estimates that 3 to 4 million BTC are permanently lost, representing roughly 14 to 19 percent of Bitcoin's 21 million supply cap. While not all of this is due to failed inheritance, a substantial portion belongs to early holders who died or became incapacitated without leaving recovery instructions. Studies suggest only about 17 percent of crypto holders have documented inheritance plans.

How It Works

Bitcoin inheritance planning involves choosing a method (or combination of methods) to ensure heirs can access funds after the holder's death while preventing premature access. Every approach balances the same tension: security during the holder's lifetime versus accessibility for heirs afterward.

Multisig with Time-Locked Heir Keys

A multisig wallet requires multiple private keys to authorize a transaction. For inheritance, a common pattern uses a 2-of-3 setup: the holder keeps one key, a family member holds another in a sealed envelope, and a collaborative custody provider holds a third. No single party ever has full access, and the holder can spend normally using their key plus one other.

The time-locked variant adds Bitcoin's timelock capabilities using the OP_CHECKLOCKTIMEVERIFY opcode. This creates a "decaying multisig": spending conditions that change over time. For example, a wallet might require 2-of-3 keys normally, but after 12 months of inactivity, a single heir key becomes sufficient. The holder periodically refreshes the timelock while alive, keeping the full security model active.

// Simplified Miniscript inheritance policy
// Owner can always spend with their key
// After 52,560 blocks (~1 year), heir can spend alone
or(
  pk(owner_key),
  and(pk(heir_key), after(52560))
)

The Liana Wallet implements this pattern using Miniscript, enabling non-developers to configure decaying multisig inheritance plans enforced entirely on-chain by Bitcoin Script.

Shamir's Secret Sharing

Shamir's Secret Sharing (SSS) mathematically splits a seed phrase into multiple "shares" where a threshold number must be combined to reconstruct the original. A 3-of-5 split, for example, distributes five shares across family members, lawyers, and safety deposit boxes. Any three shares recover the seed; fewer than three reveal nothing.

The SLIP-39 standard formalizes this for wallet recovery. Unlike multisig, SSS operates entirely off-chain: shares are recombined to reconstruct a single secret, which is then used to sign transactions. This means security depends on correct human procedure during reconstruction rather than on-chain enforcement.

Dead Man's Switch

A dead man's switch automatically releases key material or pre-signed transactions when the holder stops checking in. The simplest Bitcoin-native approach uses pre-signed transactions with nLockTime set to a future date. The holder periodically re-signs with a later date while alive. If they stop, the most recent pre-signed transaction becomes valid and the heir can broadcast it.

This approach has significant operational challenges: if the holder spends from or receives into the wallet, the pre-signed transaction becomes invalid due to changed UTXOs. Mining fees set today may be inappropriate years later, and heir addresses are hardcoded. Each change requires re-creating the entire arrangement.

Collaborative Custody Services

Specialized custody providers have built inheritance directly into their products:

  • Casa uses multisig vaults where the holder designates a recipient. Upon the holder's death, the heir requests a transfer, triggering a six-month waiting period. If the original holder does not respond, vault access unlocks for the heir. Casa holds one key but can never move funds unilaterally.
  • Unchained Capital uses a 2-of-3 multisig model where the client holds two keys and Unchained holds one. It offers institutional-grade vaults with legal inheritance support, including IRA accounts.
  • Nunchuk launched "autonomous inheritance" in late 2025, using Miniscript and on-chain timelocks. After a configurable inactivity period, the platform's key is automatically removed from the signing requirement, giving the beneficiary sole control. This is enforced by the Bitcoin network itself, meaning it works even if Nunchuk ceases to exist.
  • Bitkey (Block, Inc.) uses a 2-of-3 key split across a hardware device, a mobile app, and Block's server, with an inheritance flow launched in early 2025.

Wills and Estate Law

In the United States, the IRS classifies cryptocurrency as property (Notice 2014-21), subjecting it to the same estate and inheritance rules as stocks, real estate, or other assets. The Revised Uniform Fiduciary Access to Digital Assets Act (RUFADAA), adopted in 46 states plus Washington DC, grants executors legal authority to access a decedent's digital assets. However, legal authority does not equal cryptographic access: a court order cannot recover a lost private key from a self-custody wallet.

In the United Kingdom, the Property (Digital Assets etc) Act 2025 confirmed crypto-tokens as personal property under English and Welsh law. Executors must still present a grant of probate to exchanges. For self-custody holdings, the executor must have the seed phrase or private key material to access funds.

Tax Implications

Inherited cryptocurrency in the US receives a "step-up in basis" to fair market value on the date of death. If Bitcoin was purchased at $500 and is worth $150,000 at death, the heir's cost basis becomes $150,000, effectively erasing all prior unrealized gains. This is a critical distinction from lifetime gifting, where the recipient inherits the donor's original cost basis with no step-up.

Estates exceeding the federal exemption threshold (approximately $14 million per individual in 2025, though this may revert to roughly $7 million per individual in 2026 depending on legislative action) face a top federal estate tax rate of 40 percent. Given Bitcoin's price appreciation, holdings that were modest at purchase may now trigger significant estate tax obligations.

Use Cases

Individual Holders

Any person holding Bitcoin in self-custody needs an inheritance plan. The minimum viable approach includes documenting wallet types, derivation paths, and passphrases alongside the seed phrase, and storing them separately in secure locations. A named technical contact who can guide non-technical heirs through recovery is essential.

Family Offices and Trusts

High-net-worth families increasingly hold Bitcoin as part of diversified portfolios. These entities benefit from collaborative custody services that integrate with existing estate planning structures, including irrevocable trusts that may reduce estate tax exposure while maintaining the step-up in basis under current law.

Business Treasury Holdings

Companies holding Bitcoin on their balance sheet need succession protocols for key personnel. Multisig arrangements with key rotation policies ensure that no single employee's departure or death creates a single point of failure for corporate holdings. For more on corporate Bitcoin strategies, see the corporate treasury deep dive.

Common Mistakes

  • Including seed phrases directly in a will: wills become public record during probate in most jurisdictions. Multiple parties see the document, and there is often a delay between death and will reading during which assets could be stolen.
  • Forgetting the passphrase: many hardware wallets use an optional BIP-39 passphrase (sometimes called the "25th word"). Both the seed phrase and the passphrase are required for recovery.
  • Storing everything in one location: a single safe, person, or device means one event (fire, theft, or incapacity of the custodian) can destroy all access.
  • Missing wallet descriptors for multisig: multisig wallets require not just the seed phrases but the wallet descriptor that defines the quorum and public key order. Without it, funds cannot be recovered.
  • Scrambling seed words for "security": reordering seed words changes the underlying private key entirely, making the backup useless.
  • Never testing the plan: an untested inheritance plan may have fatal gaps. Recovery should be tested with small amounts before the full plan goes live.

Risks and Considerations

Security vs. Accessibility Tradeoff

Every inheritance plan weakens the holder's security model by design. Distributing key material to heirs, lawyers, or custody services creates new attack surfaces. The challenge is managing this tradeoff so that the increased accessibility for heirs does not translate into increased vulnerability during the holder's lifetime.

Technical Complexity for Heirs

Many inheritance plans assume heirs have technical competence with cold storage devices, wallet software, and blockchain transactions. In practice, grieving family members may be unfamiliar with Bitcoin entirely. Plans should include step-by-step written instructions, named technical contacts, and ideally a rehearsed recovery process.

Vendor and Protocol Risk

Custody providers can shut down, change terms, or be acquired. Inheritance plans that depend on a specific company remaining operational create a dependency risk. On-chain enforcement mechanisms (timelocks, Miniscript policies) mitigate this by making the Bitcoin network itself the arbiter, but these approaches are newer and require more technical setup.

Regulatory Uncertainty

Tax treatment and legal frameworks for digital asset inheritance vary by jurisdiction and continue to evolve. The US estate tax exemption threshold may change significantly, and cross-border inheritance involving cryptocurrency has no harmonized regulatory framework. Plans should be reviewed periodically with legal counsel familiar with digital assets.

For a comprehensive guide to implementation strategies, see the Bitcoin inheritance planning guide. For more on the custody models that underpin these approaches, explore Bitcoin custody solutions compared.

This glossary entry is for informational purposes only and does not constitute financial, legal, or investment advice. Always consult qualified legal and financial professionals and do your own research before implementing any inheritance strategy.