Bitcoin inheritance planning means designing a tested system that lets your heirs or executor access your private keys after your death or incapacity without creating a theft path while you are alive. The core problem is that Bitcoin has no "forgot password" flow and no customer-support line. If keys are lost, the coins are gone permanently.
This guide walks through the minimum viable inheritance plan most holders need, the threat model that causes real-world failures, design options from single-sig to multisig to collaborative custody, what to write in an instruction letter so a non-technical heir can actually execute recovery, and how to test and maintain the plan over time. Technical details reference BIP 39 (mnemonic seed phrases), SLIP-39 (Shamir backup), and current self-custody practices as of April 2026.
What does "bitcoin inheritance planning" actually mean?
Bitcoin inheritance planning is transferring cryptographic control of private keys to a designated person after death or incapacity. Heirs do not inherit "Bitcoin" the way they inherit a bank account. They inherit the ability to reconstruct a wallet from a seed phrase or multisig key set. Without those keys, the coins are permanently inaccessible regardless of any legal document.
This is not the same as adding a cryptocurrency line item to a traditional will. Wills become public record during probate in most jurisdictions. Writing a seed phrase into a will exposes it to every party who handles the document. A safer approach separates legal authority (who is entitled to the Bitcoin) from cryptographic access (where the keys physically are), giving heirs both pieces through independent channels that only converge after death.
Death and incapacity create different planning requirements. Death triggers executor authority and a relatively clear legal process. Incapacity is harder: the owner is still alive, power of attorney must explicitly cover digital assets, and distributing key material early increases theft exposure from household members or caregivers who now have physical proximity to the recovery materials.
The three components every plan requires
Every bitcoin inheritance plan depends on three things working together. If any one fails, the entire plan fails.
Key material. The seed phrase, optional BIP 39 passphrase (sometimes called the 25th word), or multisig key set that controls the wallet. This is not the wallet app on a phone. The app is an interface. The seed phrase is the actual control mechanism, and physical possession of it determines who can spend it.
Instructions. A written document that tells a non-technical person exactly how to use the key material to recover funds. "Import the seed into Electrum" is not an instruction. "Go to ledger.com (type this URL directly, do not search Google), download Ledger Live, select Import Wallet, and enter the 24 words in order" is an instruction.
Legal authority. For self-custody Bitcoin, legal authority does not unlock funds. The keys do. But for assets on exchanges, heirs need death certificates and probate documentation before the exchange will process a transfer. Many holders have assets in both environments, and the inheritance plan must address each separately.
How does bitcoin inheritance fail in practice?
Most failures are predictable. Understanding the specific failure modes lets you design around them instead of guessing at threats.
Loss failures
Loss means nobody can spend the coins. The most common cause is a single seed phrase backup destroyed by fire, water, or physical deterioration, with no second copy. Close behind is a forgotten BIP 39 passphrase: the heir has the 24 words, recovers the wallet, sees a zero balance, and assumes the Bitcoin was already spent. In reality the funds sit in a passphrase-protected derivation path the heir does not know exists. In early 2025, it was reported by Chainalysis that approximately 2.3 to 3.7 million bitcoins are permanently lost (source: Ledger).
Theft failures
Theft means an unauthorized person spends the coins. Storing seed phrases digitally (photos, cloud drives, email drafts, password managers) is the single largest vector. A compromised email account or iCloud sync can expose the seed to an attacker who drains the wallet within minutes. During the grief period after a death, scammers also target heirs directly with fake "Bitcoin recovery services" that ask for the seed phrase under the guise of helping.
Legal and coordination failures
Even when keys and instructions exist, institutional friction can block access. Exchange accounts freeze during compliance reviews. Safe deposit boxes require specific legal documentation to open. A lawyer holding a passphrase retires or changes firms. A multisig co-signer moves countries and becomes unreachable. These failures do not destroy the Bitcoin, but they can delay access for months or permanently if a co-signer's key is needed and the co-signer is gone.
Why complexity itself is a threat
Every additional step, location, or person in an inheritance plan multiplies the chance of human error. More signers means more people who can become unreachable. More locations means more places that can be forgotten. More technical instructions means more chances for a stressed, grieving heir to make a mistake. The goal is a plan simple enough that you will actually test it, update it, and that your heirs can execute it under pressure.
What is the minimum viable bitcoin inheritance plan?
The minimum viable plan covers most holders with small-to-medium self-custody positions. It requires no specialized software, no third-party services, and no technical knowledge from heirs beyond the ability to follow written steps.
Step 1: Build an asset inventory without leaking keys
Create a document listing what you own and where recovery materials are stored. Include wallet type and device model, the physical location of each seed phrase backup (not the seed phrase itself), an approximate holdings range if you trust the recipient with that information, and a named technical contact who can help heirs with recovery. Do not include seed phrases, passphrases, PINs, or exact balances in this document. Store it where your executor will look: with your will, in a lawyer's office, or in a family document safe.
Step 2: Create a recovery packet with separation
The recovery packet contains everything heirs need. The critical design principle is separation: the seed phrase and the passphrase (if you use one) must not be in the same location.
Write the seed phrase by hand on paper or stamp it on metal for fire and water durability. Store it in a tamper-evident envelope inside a physically secure container. If you use a BIP 39 passphrase, store that separately. Example configuration: seed phrase in a home fireproof safe, passphrase with your attorney.
Then write recovery instructions in plain language. Assume the reader has never heard of Bitcoin. Define every term the first time you use it. Specify exact URLs to type (not links to click) and exact button labels in wallet software. A good instruction letter runs three to five pages and reads like assembly instructions for furniture, not a technical whitepaper.
Step 3: Make it findable but not stealable
Use a two-location strategy. If you use a passphrase, store the seed in Location A and the passphrase in Location B. If you do not use a passphrase, store the seed in Location A and a backup copy in Location B. Both locations must be physically secure (locked, fire-resistant), accessible to the executor after death, and not dependent on any single person's memory.
Create a short "where-to-find" letter stored with your will that tells heirs where to look without containing the sensitive material itself. Example: "My Bitcoin seed phrase is in a sealed envelope inside safe deposit box #1234 at First National Bank. The passphrase is held by my attorney Jane Smith at [contact info]. Do not enter these into any website or share them with anyone claiming to help with Bitcoin recovery."
Step 4: Test recovery
A plan that has never been tested is a hypothesis, not a plan. Create a test wallet with a small amount of Bitcoin. Follow your own written instructions exactly as if you were the heir. Recover the wallet, verify the balance, send a tiny transaction. Document what confused you, what steps were missing, and what references were outdated. Update the instructions. Repeat after any significant change to your setup.
Blofin's internal security review processes treat untested backup procedures as equivalent to no backup at all. The same principle applies to personal inheritance plans: if no one has walked through the steps under realistic conditions, the plan's actual reliability is unknown.
What design options exist beyond the minimum plan?
Option A: Single-signature with strong backup discipline
One seed phrase controls all Bitcoin in the wallet. This is the right choice for most holders with modest positions who will maintain strong operational discipline. The passphrase decision is the key tradeoff: a BIP 39 passphrase adds security during your lifetime (an attacker who steals only the seed cannot access funds) but creates inheritance risk if the passphrase is lost or undocumented.
Non-negotiable operational rule for single-sig: no digital copies of seed phrases. No photographs, no screenshots, no cloud storage, no email, no notes apps. This rule has zero exceptions.
Option B: Multisig for larger holdings
A 2-of-3 multisig wallets wallet requires any two of three independent private keys to authorize a transaction. A typical inheritance configuration: the owner holds Key 1, a trusted beneficiary (spouse, adult child) holds Key 2, and a third party (attorney, accountant, or a service like Unchained or Casa) holds Key 3.
After the owner's death, the beneficiary contacts the third-party key holder with proof of death, the third party verifies documentation and agrees to co-sign, and both combine their keys to move funds to a new wallet the heir controls solely. No single party can steal unilaterally because each holds only one of three required keys.
The tradeoff is operational complexity. Heirs must understand they need two keys, not one. Instructions must explain how to contact the third party and what documentation is required. You must periodically verify all co-signers are still reachable and that any service providers are still operating. Multisig also requires backing up the output descriptor (the wallet policy file) alongside the seed phrases (source: GitHub). Without the descriptor, even holding all three seeds may not be enough to reconstruct the wallet addresses.
Option C: Collaborative custody
Some holders use custodians (exchanges like BloFin, Coinbase, or Kraken) or inheritance-focused services with built-in beneficiary designations. The custodian holds the private keys. When you die, heirs provide legal documentation, and the custodian transfers funds. The advantage is a structured process with customer support. The tradeoffs are privacy loss (the custodian knows your holdings), freeze risk during compliance reviews, and KYC requirements for heirs.
This option fits holders who prioritize ease of recovery over sovereignty, or who cannot reliably maintain self-custody wallets discipline over years.
Option D: Shamir backup (SLIP-39)
SLIP-39 (source: GitHub) implements Shamir's Secret Sharing to split a seed into multiple shares where only a threshold number (for example, 3 of 5) can reconstruct the original. Unlike manually splitting a BIP 39 seed phrase into word groups (words 1-12 in one place, 13-24 in another), which weakens security because partial phrases can be brute-forced, SLIP-39 is cryptographically sound. Individual shares below the threshold reveal zero information about the secret.
For inheritance, you distribute shares to different people or locations. No single share holder can access the funds, but your designated group can reconstruct the seed after your death. Trezor has supported SLIP-39 natively since 2019, and Keystone added support in 2021 (source: Keyst). The limitation is that wallet compatibility remains narrower than standard BIP 39, so heirs need access to a SLIP-39-compatible device or recovery tool.
Option E: Timelocked recovery
Bitcoin's scripting language supports timelocks that change spending conditions after a defined period. A "decaying multisig" could require 3-of-3 keys normally but relax to 2-of-3 after 12 months without activity, giving heirs an automatic fallback path (source: Unchained). Casa's inheritance product uses a similar mechanism: if the vault owner stops responding to periodic check-ins, the system initiates a key-release sequence to the designated heir without requiring death certificates or court orders (source: Casa).
The risk is false triggers. A long hospital stay, extended travel, or simply forgetting to check in can activate the dead man's switch prematurely. Timelocked recovery works best as a secondary backup layer, not a primary plan.
What should an inheritance instruction letter contain?
The instruction letter is the single document most likely to determine whether your heirs succeed or fail. Write it for someone who has never touched a Bitcoin wallet and is reading it under emotional stress.
Section 1: Context
Explain what Bitcoin is in two sentences. "I own Bitcoin, a digital asset stored in electronic wallets controlled by cryptographic keys. To access it after I die, you need to obtain these keys."
Section 2: Where to find materials
Specific locations, specific institutions, specific contact names and phone numbers. "The seed phrase is in a sealed envelope in safe deposit box #1234 at First National Bank. The passphrase is held by attorney Jane Smith at [phone, email, address]."
Section 3: Step-by-step recovery
Numbered steps. "1. Obtain the sealed envelope from the safe deposit box. 2. Contact attorney Jane Smith to obtain the passphrase. 3. Go to ledger.com (type this directly). 4. Download Ledger Live. 5. Select Import Wallet. 6. Enter the 24 words in order. 7. When prompted, enter the passphrase. 8. You will see the balance."
Section 4: Scam warnings
"Do not call any number you find online claiming to help with Bitcoin recovery. These are Bitcoin scams. Do not enter the seed phrase into any website. Legitimate companies will never ask for your seed phrase by phone or email."
Section 5: Who to call
Name a trusted technical friend. "If confused, call [name, phone]. They know about this plan."
What are the tax and legal considerations for heirs?
Bitcoin is classified as property by the IRS under Notice 2014-21 (source: IRS). Inherited Bitcoin receives a step-up in cost basis to fair market value at the date of death. If you bought Bitcoin at $5,000 and it is worth $90,000 when you die, your heir's cost basis becomes $90,000. All unrealized capital gains from your lifetime are effectively reset to zero.
Heirs need records to report correctly: your acquisition dates, original cost basis per purchase, fair market value at date of death, and transaction history. Starting January 1, 2026, custodial exchanges file Form 1099-DA for every disposal, making cost-basis tracking mandatory from the exchange side (source: Techi). For self-custody Bitcoin, heirs bear the recordkeeping burden entirely.
If the total estate exceeds the federal exemption ($13.61 million in 2024, indexed for inflation), inherited cryptocurrency is subject to federal estate tax. Some states impose additional inheritance or estate taxes. Consult an estate planning attorney who understands digital assets. Power of attorney documents must explicitly cover cryptocurrency if you want someone to manage your Bitcoin during incapacity.
From Blofin's operational perspective, we process inheritance-related account transfers regularly and observe that the most common delay is not technical but documentary: heirs lack the specific legal paperwork their jurisdiction requires. Preparing those documents in advance, alongside the technical recovery materials, saves weeks of waiting.
How do you maintain an inheritance plan over time?
An inheritance plan is not a set-and-forget document. It requires periodic verification.
The annual 30-minute audit
Pick a consistent annual date. Confirm all backup locations are still secure and accessible. Verify the home safe is operational, the safe deposit box is active, and all contacts (executor, technical helper, attorney, multisig co-signers) are reachable at their listed information. Check that wallet software referenced in your instructions is still maintained and available. Confirm you have not forgotten a passphrase. Update your asset inventory if holdings have changed.
The biennial recovery drill
Every two to three years, have the designated heir locate recovery materials using only the written instructions, without your help. Use a test wallet with a small amount or a decoy packet with fake keys. Follow every step. Document where the heir got stuck, what language was confusing, what references were outdated. Update the instructions based on results.
Trigger events requiring immediate updates
New wallet created or funds moved to a different wallet. Passphrase added or changed. Change of executor, heir, or technical helper. Relocation to a new house or country. A multisig co-signer becomes unreachable. Service provider changes terms or shuts down. Each of these events can silently invalidate part of the plan if the documentation is not updated.
What should heirs do when someone with Bitcoin dies?
First 60 minutes: triage checklist
Do not panic and do not search online. Many "Bitcoin recovery services" in search results are scams targeting grieving families.
Look for the instruction letter. Check the deceased's will file, lawyer's office, or family document folder for a letter about Bitcoin, crypto, or digital assets.
Secure physical locations. If the letter mentions a safe, safe deposit box, or other storage location, take steps to secure access. Contact the bank. Ensure the house is locked.
Identify the technical helper. The letter should name a trusted person. Call them.
Do not download wallet software yet. Wait until you have located the seed phrase and have the correct, official recovery instructions in hand.
Take notes. Document where materials were found, who you contacted, and what the next steps are. These notes matter for tax reporting and potential probate proceedings.
Red flags during inheritance recovery
Websites offering "Bitcoin recovery services" that ask for your seed phrase. Phone calls from people claiming to represent exchanges or estate firms asking for access credentials. Emails with links to wallet download pages that are not the official domain. Family members pressuring for immediate access before legal authority is established. Any urgency framing ("act now or lose the funds") is a social engineering tactic. Legitimate Bitcoin does not expire or disappear because you waited a week.
Frequently asked questions
What is the simplest safe way to leave Bitcoin to my family?
Write an asset inventory listing your wallets without including seed phrases. Store the seed phrase in a physically secure location such as a home fireproof safe or bank safe deposit box. Write step-by-step recovery instructions assuming zero technical knowledge from the reader. Store a passphrase separately from the seed if you use one. Test the entire process yourself by recovering a test wallet using only the written instructions. This minimum viable plan covers the majority of inheritance scenarios for self-custody holders without introducing unnecessary complexity.
Should I split my seed phrase into parts for security?
Manually splitting a BIP 39 seed phrase into halves (words 1-12 and 13-24) is weaker than it appears. An attacker with half the words can brute-force the remaining half because the search space shrinks dramatically. If you want threshold-based security where no single share reveals the full seed, use SLIP-39 Shamir backup on a compatible hardware wallet. SLIP-39 is cryptographically designed so that shares below the threshold leak zero information about the secret. The tradeoff is narrower wallet compatibility compared to standard BIP 39.
How do I plan for incapacity rather than death?
Incapacity is legally and practically different from death. The owner is still alive, which means distributing key material early carries higher theft risk from people with physical access. Your power of attorney documents must explicitly name cryptocurrency and digital assets. The designated agent needs both legal authority (the PoA document) and technical access (knowing where the keys are stored). Document what level of spending is authorized during incapacity, what proof of incapacity triggers access, and what happens to the plan if you recover.
What happens if my Bitcoin is on an exchange when I die?
Exchanges require legal documentation before releasing funds: typically a death certificate, probate court order or letters testamentary, government-issued ID for the heir, and sometimes a notarized affidavit. Processing time varies from weeks to months depending on the exchange and jurisdiction. Your inheritance plan should list every exchange where you hold funds, with account emails and approximate balances, so heirs know which institutions to contact. Do not store exchange passwords in the same document as this inventory.
How often should I update and test my inheritance plan?
Run a 30-minute checklist annually to verify backup locations, contact information, wallet software availability, and passphrase recall. Every two to three years, have the designated heir attempt a full recovery drill using only the written instructions and a test wallet. Any material change to your setup (new wallet, new passphrase, changed executor, relocation, co-signer becomes unreachable) triggers an immediate update. A plan that was accurate two years ago may have three or four silent failures today if contacts moved, software changed, or a bank branch closed.
Researched and written by the BloFin Academy editorial team with AI-assisted drafting. Primary sources include BIP 39 (mnemonic code specification), SLIP-39 (Shamir's Secret Sharing for mnemonic codes), Bitcoin Core output-descriptor documentation, IRS Notice 2014-21, Unchained's timelock-wallet analysis, Casa's inheritance product documentation, and Chainalysis on-chain supply estimates. All claims independently verified against protocol specifications and current regulatory guidance.
Disclaimer: This content is for educational purposes only and does not constitute financial, investment, legal, or tax advice. Crypto assets are highly volatile and carry significant risk of loss. Always verify local regulations and consult a qualified professional before making financial decisions.
