Guide

Litecoin inheritance planning: how to pass your LTC to heirs

Your heirs cannot call Litecoin customer support

Here is the brutal truth that nobody in crypto wants to talk about at dinner parties: if you die tomorrow and nobody knows your seed phrase, your Litecoin is gone forever. Not frozen, not locked, not in some kind of probate limbo — gone. Burned. Mathematically unrecoverable. The coins will sit at your address for eternity, visible to anyone who looks at the blockchain, but permanently untouchable.

An estimated $140 billion or more in cryptocurrency is believed to be permanently lost, much of it because holders died without transferring access to their keys. That number grows every year. Car accidents, heart attacks, strokes — death does not wait for you to finish setting up your inheritance plan. And unlike a bank account, a brokerage, or a house with a deed, there is no institution that can step in and grant access to the rightful heirs.

This guide covers five concrete methods for passing your Litecoin to heirs, from dead-simple sealed envelopes to sophisticated multisig setups. Each has tradeoffs. None is perfect. But doing nothing is the worst option of all.

Why crypto inheritance is fundamentally different

Traditional assets have institutional backstops. If you die with money in a bank, your executor presents a death certificate and the bank releases the funds. If you die with stocks in a brokerage, the estate goes through probate and the shares transfer. The institutions are custodians — they hold your assets on your behalf and have processes for succession.

Self-custodied cryptocurrency has no custodian. The entire point is that nobody else controls your funds. Your 12 or 24-word seed phrase is the only access key, and it exists nowhere except where you put it. If that phrase is lost, there is no password reset. There is no identity verification process. There is no court order that can compel a blockchain to release funds. The cryptography does not care about your death certificate.

This creates a paradox: the very feature that makes crypto valuable (self-sovereignty) is what makes inheritance planning so difficult. You need to make the seed phrase accessible to your heirs without making it accessible to thieves. Every method below is a different approach to solving this problem.

Option 1: Sealed letter in a safe deposit box

The simplest approach. Write your seed phrase on paper, seal it in an envelope, and place it in a bank safe deposit box that your executor or heir can access. Include instructions: which wallet software to use, what the seed phrase is, and step-by-step recovery instructions for someone who has never touched crypto.

Advantages: Zero technical knowledge required. Low cost. Your heirs do not need to understand Shamir's Secret Sharing or multisig. They just need to open an envelope and follow instructions.

Risks: Single point of failure. If the bank branch floods, burns, or the safe deposit box is somehow compromised, everything is lost. Bank employees technically have access to the vault. Safe deposit boxes are not insured by FDIC (a fact most people do not know). And if you forget to update the letter after generating a new wallet, the old seed phrase is useless.

Pro tip: Never put "Bitcoin seed phrase" or "crypto wallet recovery" on the envelope. Label it something bland like "insurance documents" or "family records." Anyone who understands what a seed phrase is and gains access to the box can steal everything instantly. This is not like stealing a check that can be cancelled — a seed phrase transfer is irreversible.

Option 2: Shamir's Secret Sharing (split the seed)

Shamir's Secret Sharing (SSS) is a cryptographic technique that splits a secret into multiple parts (called "shares"), where only a specific threshold of shares is needed to reconstruct the original. A common setup is 3-of-5: you create five shares and any three of them can reconstruct your seed phrase. No individual share reveals any information about the original secret.

You could distribute shares to five trusted people or locations: one to your spouse, one to your lawyer, one in a bank safe deposit box, one to a trusted family member, and one stored in a separate geographic location. Any three of them working together can recover your wallet. No single person or location has enough information to steal your funds.

Advantages: Eliminates single point of failure. High security — compromising one or even two shares reveals nothing. Flexible threshold (2-of-3, 3-of-5, 4-of-7, etc.).

Risks: Complexity. Your heirs need to understand what SSS is, find at least three shares, and use software to recombine them. If you die and your family has never heard of Shamir's Secret Sharing, they may not even realize what those random-looking cards are. You also need to ensure the SSS implementation you use is reliable — some wallet manufacturers have built-in support (Trezor calls it "Shamir Backup"), while doing it with third-party software introduces trust assumptions.

Read our wallet guide for which hardware wallets support Shamir backup natively.

Option 3: Multisig wallets (2-of-3 keys)

A multisig (multi-signature) wallet requires multiple private keys to authorize a transaction. A common inheritance setup is 2-of-3: three keys are created, and any two are needed to move the funds. You hold one key, your spouse holds another, and a lawyer or trusted third party holds the third.

During your lifetime, you and your spouse together can move the funds (you probably want this for joint financial decisions anyway). If you die, your spouse and the lawyer can move the funds. If your spouse also dies, the lawyer alone cannot steal the funds — they would need to find one of the other two keys.

Advantages: The funds are spendable during your lifetime without reconstructing anything. There is no single seed phrase that unlocks everything. Multisig is a native blockchain feature, not a software hack — the security comes from the protocol itself. Services like Casa and Unchained offer guided multisig setup specifically for inheritance planning.

Risks: More complex to set up than a single-key wallet. Each key holder needs to properly secure their key. If two keys are lost or compromised simultaneously, the funds are either permanently locked or stolen. Your heirs need to understand how to use a multisig wallet, which is more involved than simply entering a seed phrase.

Option 4: Hardware wallet with documented PIN and passphrase

If you use a hardware wallet (Ledger, Trezor, etc.), you can document both the device PIN and the optional BIP39 passphrase (sometimes called the "25th word") in separate secure locations. The hardware wallet itself goes to your heir, the PIN is stored in one location, and the passphrase in another.

This creates a three-factor system: the physical device + the PIN + the passphrase. An heir needs all three to access the funds. If the device is lost or damaged, the seed phrase (stored separately, perhaps via Option 1 or 2) can restore the wallet on a new device — but only with the correct passphrase.

Advantages: Leverages hardware you already own. The passphrase adds a layer of security even if the seed phrase is compromised. Multiple recovery paths (device+PIN+passphrase, or seed phrase+passphrase on new device).

Risks: Hardware wallets can fail, especially if stored for years without use. Firmware may become obsolete. Your heir needs to know what a hardware wallet is and how to operate it. If you update your passphrase and forget to update the documentation, the old passphrase leads to an empty wallet (BIP39 passphrases generate entirely different wallets, so a wrong passphrase does not give an error — it opens a different, empty wallet).

Option 5: Commercial crypto inheritance services

Companies like Casa and Unchained Capital offer inheritance-specific crypto custody products. These typically combine multisig technology with legal and operational support. Casa's inheritance protocol, for example, uses a 3-of-5 multisig where the company holds one key, you hold two, and your heir is given one upon your death (verified by a death certificate and legal process).

Advantages: Professional setup and ongoing support. The company handles the technical complexity. Legal integration (death certificate verification, estate documentation). Your heirs interact with a company, not raw cryptography. Regular key health checks ensure nothing has degraded over time.

Risks: Ongoing subscription cost ($250-500+ per year). Counterparty risk — if the company goes out of business, you need to handle the remaining keys yourself. Trust assumption — you are trusting the company not to collude with your heir or an attacker. And if the company's key management practices are compromised, that is one of the multisig keys exposed.

Comparison table: all five methods

MethodSecurityCostComplexitySingle point of failure?Heir needs crypto knowledge?
Sealed letter in safe deposit boxLow-Medium$50-200/year (box rental)Very lowYes — the letterMinimal (follow instructions)
Shamir's Secret Sharing (3-of-5)HighFree (DIY) to $50 (metal plates)Medium-HighNo — threshold systemModerate (recombination)
Multisig wallet (2-of-3)HighFree (DIY) to $250+/year (service)HighNo — multiple keysModerate (multisig TX signing)
Hardware wallet + documented PIN/passphraseMedium-High$70-200 (device) + storageMediumPartially — device can failModerate (hardware wallet use)
Commercial service (Casa, Unchained)High$250-500+/yearLow (for you)No — managed multisigLow (guided process)

Legal considerations: wills, trusts, and crypto

Your inheritance plan needs a legal component, not just a technical one. A seed phrase in a safe deposit box is useless if your heir does not have legal authority to open the box. Consider these legal instruments:

  • Will: Mention that you hold cryptocurrency and designate a specific beneficiary for those digital assets. Do NOT include the seed phrase in the will — wills become public record during probate. Instead, reference the location of the technical access information.
  • Revocable living trust: Crypto assets can be placed in a trust, which avoids probate entirely. The trustee (you, during your lifetime; a successor trustee after death) manages the assets. This keeps everything private and potentially speeds up the transfer.
  • Letter of instruction: A non-binding document that accompanies your will, providing detailed instructions for accessing your crypto. This is where you explain what a seed phrase is, which wallets to use, and step-by-step recovery procedures.
  • Power of attorney: A financial power of attorney can authorize someone to manage your crypto assets if you become incapacitated (not just upon death). This is critical — incapacitation is actually more common than sudden death, and your crypto may need to be managed or liquidated to pay for your care.

Consult an estate attorney who understands digital assets. This is a specialized area — most general-practice attorneys have never dealt with cryptocurrency in a will or trust. The Chamber of Digital Commerce maintains a directory of crypto-savvy legal professionals.

War story — QuadrigaCX: when the CEO dies with the keys (2019): Gerald Cotten, founder of Canadian exchange QuadrigaCX, died in December 2018 while traveling in India. He was reportedly the sole person with access to the exchange's cold wallet private keys. Approximately $190 million in customer crypto was locked in wallets that nobody else could open. Customers were devastated. The exchange filed for creditor protection. Subsequent investigation by Ernst & Young revealed that Cotten had been using customer funds for personal trading and may have been operating a Ponzi scheme for years before his death. Some funds were already gone before he died. To this day, many customers believe Cotten faked his death and absconded with the money — his body was exhumed in 2020 and confirmed to be his, but doubts persist. The total recovered by creditors was a fraction of what was owed. The lesson: single-person key control is catastrophic, whether the person dies, disappears, or turns out to be dishonest.
War story — The $2.3 million hardware wallet with no recovery phrase: In 2021, a family in the UK discovered that their deceased father had owned approximately $2.3 million in Bitcoin stored on a Ledger Nano S hardware wallet. They found the physical device in his desk drawer. They did not find the recovery seed phrase anywhere — not in his safe, not in his files, not in any digital notes. The device was PIN-locked. After three incorrect PIN attempts, a Ledger Nano S resets to factory settings, erasing the stored keys. Without the 24-word recovery phrase, there is no way to restore the wallet. The family tried two incorrect PINs. They stopped. As of the last public reporting, they have consulted with multiple forensic firms, but the mathematical reality is simple: without the seed phrase, the coins are permanently inaccessible. $2.3 million, visible on the blockchain, locked forever behind 256-bit cryptography.

What NOT to do: common inheritance mistakes

The following approaches seem convenient but create serious security or reliability problems:

  • Do NOT email your seed phrase to yourself or anyone. Email is stored on servers you do not control. Email accounts get hacked. Google, Microsoft, and Yahoo employees technically have access to your data. One breach and your entire crypto portfolio is gone.
  • Do NOT store your seed phrase in cloud storage (Google Drive, iCloud, Dropbox). Same problem as email — you are trusting a third party with the keys to your financial sovereignty. The entire point of self-custody is avoiding this.
  • Do NOT tell multiple people the complete seed phrase. Every person who knows the full phrase can independently drain the wallet at any time. The more people who know, the higher the probability of theft or accidental exposure. Use threshold systems (SSS or multisig) instead.
  • Do NOT take a photo of your seed phrase. Photos sync to cloud services automatically. They appear in "memories" and shared albums. They get backed up to servers. A photo of a seed phrase is a ticking time bomb. Read our phishing protection article for more on how attackers exploit digital seed phrase storage.
  • Do NOT assume your exchange account is an inheritance plan. If you hold LTC on Coinbase or Binance, your heirs will need to go through that exchange's death verification process. It works, but it can take months, involves legal documentation, and the exchange can freeze or restrict access during the process. Self-custody with a proper inheritance plan is more reliable.

A practical step-by-step inheritance checklist

  1. Choose your method from the five options above (or combine them — multisig + sealed instructions is a strong combination).
  2. Document everything your heir needs to know: what cryptocurrency you hold, approximately how much, which wallets or exchanges, and step-by-step recovery instructions written for someone who has never used crypto.
  3. Test the recovery process yourself. Wipe a hardware wallet and restore it from the seed phrase. Have a trusted person follow your written instructions on a test wallet with a small amount. If they cannot do it, the instructions are not clear enough.
  4. Include your will or trust — designate a crypto-specific beneficiary and reference where the technical access information is stored.
  5. Set a calendar reminder to review and update your plan annually. Wallets change, balances change, heirs change, and legal requirements change.
  6. Tell at least one trusted person that you own cryptocurrency and that an inheritance plan exists. They do not need to know the details — just that the plan exists and where to find the instructions.

For guidance on choosing the right wallet for your inheritance setup, see our comprehensive wallet guide. For privacy considerations when setting up inheritance for MWEB-shielded funds, additional steps may be needed to document extension block details.

Frequently asked questions

What happens to my Litecoin if I die?

If nobody has access to your seed phrase or private keys, your Litecoin becomes permanently inaccessible. The coins remain visible on the blockchain forever but can never be moved. There is no recovery mechanism, no customer support, and no legal process that can override the cryptography. This is why inheritance planning is essential for any self-custodied crypto.

Can heirs recover crypto without the seed phrase?

No. Without the seed phrase (or the private keys derived from it), there is no way to access a self-custodied wallet. Hardware wallet PINs can be brute-forced in theory, but devices like Ledger reset after three failed attempts, destroying the keys. The 24-word seed phrase generates a 256-bit master key — brute-forcing that would take longer than the age of the universe with current technology. For exchange-held crypto, heirs can go through the exchange's legal succession process, but self-custodied funds are unrecoverable without the seed.

What is the best way to secure crypto for inheritance?

For most people, the best balance of security and practicality is either a multisig setup (2-of-3 keys between yourself, your spouse, and a lawyer/trusted third party) or Shamir's Secret Sharing (splitting your seed into 3-of-5 shares distributed across trusted people and locations). Both eliminate single points of failure. Combine either approach with a legal will or trust that references the crypto assets and provides instructions for accessing them. Commercial services like Casa offer managed solutions if you prefer professional support.

Sources

  • Chainalysis 2023 report — estimated lost and dormant cryptocurrency holdings
  • Ernst & Young — QuadrigaCX trustee reports and court filings (2019-2020)
  • Shamir, Adi — "How to Share a Secret" (Communications of the ACM, 1979)
  • Casa — inheritance protocol documentation and multisig key management
  • Unchained Capital — collaborative custody and inheritance planning resources
  • Trezor — Shamir Backup (SLIP-0039) implementation documentation
  • BIP39 specification — mnemonic seed phrase and passphrase standards
  • Chamber of Digital Commerce — digital asset estate planning guidelines
Jarosław Wasiński
Jarosław Wasiński
Editor-in-chief · Crypto, forex & macro market analyst

Independent analyst and practitioner with over 20 years of experience in the financial sector. Actively involved in forex and cryptocurrency markets since 2007, with a focus on fundamental analysis, OTC market structure, and disciplined capital risk management. Creator of MyBank.pl (est. 2004) and Litecoin.watch — platforms delivering reliable, data-driven financial content. Author of hundreds of in-depth market commentaries, structural analyses, and educational materials for crypto and forex traders.

20+ years in financial marketsActive forex & crypto trader since 2007Founder of MyBank.pl (2004) & Litecoin.watch (2014)Specialist in fundamental analysis & risk management

Track Litecoin in real time

Live rates for 30+ currencies, updated every second

Open dashboard