Security
Crypto inheritance basics: the problem a seed phrase creates
28 juillet 2026 · The Kistkeep Team
If you forget your online banking password, there's a process to get back in. If you lose the seed phrase to a crypto wallet, there isn't. Nobody can reset it, recover it, or override it on your behalf, which is exactly what makes self-custody powerful, and exactly what makes it a genuine inheritance problem.
The two failure modes
Crypto inheritance tends to fail in one of two opposite ways:
- Nobody can get in, ever. The seed phrase existed only in one person's head, or in a location nobody else knew about, and it's gone along with them.
- Whoever finds it gets everything, immediately. A seed phrase written on a piece of paper in a drawer is a bearer instrument. Whoever holds it holds the funds, with no way to verify they were meant to.
Neither is a good outcome, and the standard advice, "just write it down somewhere safe," doesn't really solve either one.
A better shape: split it, don't just store it
Threshold cryptography (specifically Shamir's Secret Sharing, standardised for wallets as SLIP-39) offers a genuinely different approach. Instead of one seed phrase that unlocks everything, the secret is split into multiple fragments, with a threshold number required to reconstruct it, say, any 2 of 4. No single fragment is useful on its own.
In practice, that might look like this: you hold one fragment, two named trusted contacts each hold one, and a neutral third party holds a tiebreaker. No single person, including you, day to day, can move funds alone, and no single lost or stolen fragment compromises anything. Reconstruction only happens when enough of the right people agree it should.
It's not the same as your everyday vault encryption
This is worth separating clearly from how the rest of a digital vault should be secured. Most of what you'd store day-to-day, documents, passwords, notes, benefits from strong encryption with a normal, recoverable access path, because you need to actually get into it regularly and so might the people you eventually share it with. A crypto seed phrase is different: it's a single, irreplaceable, extremely high-value secret, and it deserves a mechanism built specifically for that, not the same bucket as everything else.
Kistkeep treats crypto seed-phrase inheritance as its own, additive feature for exactly this reason, separate from, not a replacement for, how the rest of your vault is protected.
