Security & Self-Custody

Crypto Inheritance and Estate Planning

Making sure your crypto survives you without leaking keys while you're alive.

6 min readReviewed by Pim Feltkamp · Aug 11, 2026, 09:44 PM

Before this guide, read Exchange Account Security Checklist.

Crypto inheritance is the problem of making sure your heirs can access your coins after you die — without giving anyone the ability to take them while you're alive. Unlike a bank account, there is no institution to petition with a death certificate: if the keys die with you, the coins are gone permanently. The solution is not one clever trick but a small system: an inventory that contains no secrets, secure key backups your estate can reach, clear instructions, and a named person capable of executing them.

Why This Is Genuinely Hard

Every other part of self-custody optimizes for one thing: nobody but you can move the funds. Inheritance asks for the opposite: after one specific event, someone who is not you must be able to move them. Those goals conflict directly, and every design is a trade-off along that line.

The failure modes on both sides are real. Coins are permanently stranded when holders die without leaving access — a risk every self-custody holder carries by default, since heirs cannot brute-force a seed phrase and no "recovery service" can conjure it. On the other side, premature disclosure fails too: the family member who was given a copy of the seed "for emergencies" is now a standing security hole, and people have been robbed by their own relatives, or by thieves who targeted the less careful household. A plan that leaks keys while you live is as broken as one that strands coins when you die.

There's also a quieter failure mode: heirs who receive everything and still lose it — to a fake "wallet recovery" service, a phishing site, or a panicked mistake — because they inherited the keys but not the knowledge. Your plan has to transfer competence, not just secrets.

Step 1: An Inventory With No Secrets In It

Write a document listing what exists and where, containing nothing that spends money:

  • Each wallet: type (hardware, mobile, multisig), the chains and approximate holdings, and public addresses or an xpub so the estate can verify balances.
  • Each exchange account: which exchange, the email it's under. Exchanges do have death processes — heirs with a death certificate and probate documents can usually claim account balances, which makes exchange balances the easiest part of the estate.
  • Where the seed backups physically are ("safe deposit box at [bank branch], metal plate"), without reproducing the words.
  • Devices and secret-free pointers: "hardware wallet in desk drawer; PIN is with the estate documents," not the PIN itself.

This inventory is safe to store with your will and to update annually. Its job is to prevent the most common inheritance failure of all: heirs who never find out the crypto exists, or find a hardware wallet in a drawer and throw it away.

Keep the will itself clean: a will typically becomes a public court record in probate, so it should say who receives the crypto, never how to access it. "My digital assets to my sister; access instructions held with my attorney" is the right shape.

Step 2: Choose an Access Mechanism

The core design question: how do heirs get spending capability only after death? The main patterns, roughly in order of complexity:

Sealed instructions in a third-party-controlled location. Seed phrase (or the location of it) in a sealed envelope with your attorney, or in a safe deposit box that the executor can access through the estate process. Simple and adequate for many people. Weaknesses: you're trusting the custodian's integrity and process, and bank boxes can take weeks-to-months of probate to open — fine for inheritance, bad if you wanted emergency access too.

Split knowledge. Heir gets the hardware wallet and its PIN through one channel; the seed backup sits in the bank box; neither alone spends anything today. You can extend this: instructions with the attorney, device with the spouse, seed in the box — any single leak is harmless. The cost is a scavenger hunt your heirs must actually complete; every added piece raises the odds something is lost or forgotten. Two or three pieces is the practical ceiling. Avoid cutting the seed itself in half — covered in the cold-storage guide, that trick strands funds far more often than it stops thieves.

Multisig with distributed keys. In a 2-of-3 where you hold two keys and your attorney or a collaborative-custody service holds the third, your death converts to: heir recovers your two key backups through the estate, or your one recoverable key plus the third-party key. Multisig mechanics are covered in their own guide; for inheritance, its virtue is that no single person or envelope ever holds full power, before or after death.

Native inheritance features. Some hardware wallet vendors and custody services now offer inheritance products — designated beneficiaries who can claim after a waiting period, or timelocked recovery paths. These reduce DIY error but add a service dependency: evaluate what happens to the scheme if the company itself disappears before you do.

What to avoid: "dead man's switch" emails that mail your seed if you fail to click a link (one bug or spoofed trigger away from disaster), storing the seed in cloud notes "shared with family," and any scheme so intricate that you're the only person alive who understands it — which, in this context, is precisely the problem.

Step 3: Instructions and a Rehearsal

Assume your heir is intelligent but knows nothing about crypto and will be grieving. Write instructions at that level: what a seed phrase is, that it must never be typed into a website or given to anyone offering help, how to restore it into a hardware wallet, and the explicit warning that "recovery services" that contact them are thieves. Name a technically competent helper they can trust — and put that person's name in the instructions, so a stranger can't claim the role.

Then test the plan while you can. Walk your intended heir or executor through a dry run with a wallet holding $50: find the inventory, follow the instructions, restore, send a transaction. A rehearsal surfaces every ambiguity at a cost of an afternoon. An estate plan that has never been executed is a hypothesis.

Finally, revisit the tax and legal layer with a professional in your jurisdiction: in the US, inherited crypto generally gets a stepped-up cost basis at death like other property, and estates above the federal exemption face estate tax — but rules differ elsewhere and change over time, so treat specifics as something to verify, not assume.

Maintaining the Plan

Crypto estates rot faster than ordinary ones. You add a wallet, rotate a seed, move exchanges — and the sealed envelope now describes a portfolio that no longer exists. Put a recurring reminder twice a year: update the inventory, confirm the backups are where the inventory says, confirm your custodians (attorney, bank box, guardian) are still current, and re-seal. Life events — marriage, divorce, a falling-out with the brother who holds an envelope — are immediate triggers to redesign, because access mechanisms encode relationships, and relationships change.

Key Takeaways

  • If your keys die with you, the coins are unrecoverable — but a plan that hands out keys while you live is broken in the other direction; good designs grant access only at death.
  • Maintain a secrets-free inventory (wallets, addresses, exchange accounts, backup locations) stored with your estate documents; never put seed phrases or PINs in a will, which becomes public in probate.
  • Pick one access mechanism deliberately — sealed instructions with an attorney, split knowledge across two or three holders, multisig, or a vendor inheritance feature — and avoid dead-man's-switch emails and cloud-stored seeds.
  • Transfer competence, not just secrets: write beginner-level instructions, name a trusted technical helper, and rehearse the recovery once with a $50 wallet.
  • Review twice a year and after every life event; an outdated inheritance plan quietly becomes no plan at all.

Educational content, not financial advice. Read the full disclaimer.

You finished Security & Self-Custody

Explore the other learning paths