pull down to refresh

Certainly.

Existing Bitcoin inheritance solutions roughly fall into 2 major categories:

  1. Key duplication
  2. Pre-signed transactions

The first one is relatively simple to understand (but not simple to implement), and probably the most common. Basically you would share all your keys and wallet data directly with the beneficiary, as well as the instructions to recreate said keys and wallet from scratch.

The problem with that is that this potentially creates a security vulnerability. You might be confident in your ability to safekeep sensitive key material, but it's hard to say the same for your family. The more copies of the keys you create, the easier you make it for a potential attacker. Furthermore, if the wallet is a multisig or uses a custom setup, the instructions can be quite difficult to follow, especially for someone non-technical. (You can perhaps "mitigate" this complexity by keeping your bitcoin in a singlesig wallet, but this comes at the cost of being more vulnerable to SPOFs).

Pre-signed transactions, on the other hand, require you to lock UTXOs. This technique interferes with your daily wallet usage. Every time you have a new transaction, you'd need to update the pre-signed transactions. You also need to pick transaction fees in advance, which may be problematic as we transition into the fees era, and the fee rate might become more volatile - the pre-signed transactions might get kicked out of the mempool. Last but not least, pre-signed transactions require you to pick the destination address/wallet in advance. This to me is its weakest point. The more time passes, the more uncertain we will be about what happens to the destination wallet. Will the beneficiary still have control over that wallet? Has any of its keys been compromised? etc. A lot can happen in 10-20 years.

Our Honey Badger solution solves this by having a dedicated inheritance key. The beneficiary does not need to know everything about the original wallet/keys in order to claim the inheritance. And we have tried to simplify the process as much as possible. The inheritance key is also time-locked, so you don't have the same vulnerability as the typical key duplication technique.

And of cos with that we are also able to sidestep all the problems with pre-signed transactions, since the inheritance claim happens on-demand on a future date, not now.

Hope this answers your question.

reply

Nope. But I confess that I used to focus on the trending Hot posts because I thought doing so would help me get back my sats’ worth.

Now that I have a bigger bag (and withdraw what I think is my fair share from here), I’m not calculative about “breaking even”. Sometimes I zap new Stackers’ posts or “obscure” posts to give others a lift up. It’s okay - I have enough haha

reply
reply

No, then we'll complain about them using up liquidity on lightning and driving up fees.

The problem isn't so much that fees are high. It's why they're high.

reply

Godzilla sounds poor

reply

Of course not, that would make it custodial.

The mobile keys are only held by the client and their designated recipient.

For the ultra paranoid, we offer the option to use a second hardware key in lieu of a mobile key.

reply