|
|
|
Ask HN: How to pass cryptocurrency assets in a will?
|
|
11 points
by coryl
3126 days ago
|
|
Does anyone have any good ideas on how one would pass on cryptocurrencies to family in the event of death? I imagine you just need to pass on the type of wallet used, and the mnemonic recovery words so they can access the coins. But you can't just leave those words in a plaintext will obviously. Any thoughts? |
|
ssss doesn't rely on any trusted party--for example, you could split into 5 "shares", and set a threshold of 3. Then distribute the shared amongst 5 of your most trusted friends (selecting them in such a way that it's unlikely they'll collude), and instruct them to only use their share of the secret when they've confirmed your death. 3 of them would have to "come together" (physically, or over a shared terminal or screen) and enter their "shares" to decrypt your recovery words. However, this would cause all 3 of them to know your recovery words.
To get around that, don't encrypt the recovery words themselves using ssss. Instead, encrypt the recovery words using a modern, strong, encryption algorithm, using a randomly generated key. Then use ssss to encrypt the randomly generated key, and share that.
Only give the ciphertext of the recovery words to the intended recipient upon death.
Instead of friends, you could also split the secret between your executor and the intended recipient/family remember, requiring consent from both.
Whatever you do, don't forget to write thorough instructions :)