by guardianI’ve already submitted this as 2 * draft PR BIPs and announced it on the mailing list (though I believe it’s in moderation). I’m posting here to open up the discussion to a wider audience and get more detailed technical feedback.OverviewWe propose two Bitcoin Improvement Proposals to address the growing threat of theft against bitcoin users: Standards Track BIPs defining the Guardian Address Signal Protocol and wallet implementation. Both share the same abstract and motivation due to their complementary roles in a novel security mechanism. We seek community feedback to refine these drafts before submission.AbstractThis proposal introduces the concept of a Guardian Address and defines a standard signalling mechanism that allows bitcoin wallets to become locked in response to an activation event. A single external control address triggers a security lockdown across one or more unrelated wallets without requiring any on-chain linkage between them. The goal is to prevent theft of bitcoin by enabling users to broadcast a standardized on-chain lock that causes cooperating wallets to enter a restricted mode, disabling the ability to spend UTXOs under duress.The design allows a separation of key material between the user’s spending wallet and a Guardian Address; a discrete identity that signals lock state changes via a transaction embedding data in anOP_RETURN
. This enables emergency responders, user level software, and wallet applications to recognize a distress signal without exposing user spending address(es) or balances.Adoption requires minimal overhead for wallet developers. This approach does not alter spending rules. It is a voluntary signalling protocol that requires adoption by wallet and custodial software to be effective. BIP compliant wallets will be able to offer this security mechanism without compromising privacy or usability. These standards are intended to be optional and without breaking compatibility for existing wallets or nodes.
pull down to refresh
related posts