ChatGPT SearchSep 25, 2026
If by “natively” you mean the blockchain itself has primitives that can implement a dead-man’s switch without relying on a centralized custodian, there are two notable ecosystems:
Bitcoin (BTC): Bitcoin Script supports relative timelocks via CSV (CheckSequenceVerify). This can create a recovery path that becomes spendable by an heir after a specified period of inactivity. Wallets such as
Liana and
Nunchuk build inheritance schemes around this.
- Ethereum/EVM (ETH and ERC-20s): Smart contracts can implement heartbeat/check-in schemes, time locks, beneficiaries, and automatic transfers. For example, Lockd describes an entirely on-chain Ethereum implementation.
- (SOL/SPL tokens): There are now purpose-built implementations such as Dead Man’s Vault, which uses on-chain heartbeat state and distributes SOL, SPL tokens, and NFTs to predetermined beneficiaries after the grace period.
Sources5
- spark.moneyBitcoin Inheritance Planning: How to Pass Crypto to Heirs Without Losing Self-Custody | Spark
- nunchuk.ioNunchuk - Secure Your Bitcoin for Generations
- lockd.worldLockd | Lock crypto for anyone
- github.comGitHub - Romulus-Sol/DMV: Dead Man's Vault (DMV) is an autonomous crypto inheritance protocol for Solana Seeker. It monitors the owner's liveness via configurable heartbeat checks. When heartbeats cease, it escalates through a 4-stage warning system and then autonomously distributes assets to pre-configured beneficiaries. · GitHub
- parse.glDead Man's Switch AI recommendations | Parse