David A. Harding [ARCHIVE] on Nostr: 📅 Original date posted:2019-07-27 📝 Original message:On Thu, Jul 25, 2019 at ...
📅 Original date posted:2019-07-27
📝 Original message:On Thu, Jul 25, 2019 at 12:47:54PM +0100, Chris Belcher via bitcoin-dev wrote:
> A way to create a fidelity bond is to burn an amount of bitcoins by
> sending to a OP_RETURN output. Another kind is time-locked addresses
> created using OP_CHECKLOCKTIMEVERIFY where the valuable thing being
> sacrificed is time rather than money, but the two are related because of
> the time-value-of-money.
Timelocking bitcoins, especially for long periods, carries some special
risks in Bitcoin:
1. Inability to sell fork coins, also creating an inability to influence
the price signals that help determine the outcome of chainsplits.
2. Possible inability to transition to new security mechanisms if
a major weakness is discovered in ECC or a hash function.
An alternative to timelocks might be coin age---the value of a UTXO
multiplied by the time since that UTXO was confirmed. Coin age may be
even harder for an attacker to acquire given that it is a measure of
past patience rather than future sacrifice. It also doesn't require
using any particular script and so is flexible no matter what policy the
coin owner wants to use (especially if proof-of-funds signatures are
generated using something like BIP322).
Any full node (archival or pruned) can verify coin age using the UTXO
set.[1] Unlike script-based timelock (CLTV or CSV), there is no current
SPV-level secure way to prove to lite clients that an output is still
unspent, however such verification may be possible within each lite
client's own security model related to transaction withholding attacks:
- Electrum-style clients can poll their server to see if a particular
UTXO is unspent.
- BIP158 users who have saved their past filters to disk can use them to
determine which blocks subsequent to the one including the UTXO may
contain a spend from it. However, since a UTXO can be spent in the
same block, they'd always need to download the block containing the
UTXO (alternatively, the script could contain a 1-block CSV delay
ensuring any spend occurred in a later block). If BIP158 filters
become committed at some point, this mechanism is upgraded to SPV-level
security.
> Note that a long-term holder (or hodler) of bitcoins can buy time-locked
> fidelity bonds essentially for free, assuming they never intended to
> transact with their coins much anyway.
This is the thing I most like about the proposal. I suspect most
honest makers are likely to have only a small portion of their funds
under JoinMarket control, with the rest sitting idle in a cold wallet.
Giving makers a way to communicate that they fit that user template
would indeed seem to provide significant sybil resistance.
-Dave
[1] See, bitcoin-cli help gettxout
Published at
2023-06-07 18:19:43Event JSON
{
"id": "20ffd240a86e98ba0a43c1fe69f9f75ce9fef6d422e2cabae9cde6566d75fae9",
"pubkey": "d3574a24208f4e3d0821bb4a69a0c3ae842043d444fa5c4a8c49c369918a6fb2",
"created_at": 1686161983,
"kind": 1,
"tags": [
[
"e",
"e5951fd065af963dd1caf477c2dc7ac75e75b8c5de9df2bf7554616176c13878",
"",
"root"
],
[
"e",
"e66296511fb9e3311875a4ef4f854df52012de281b63a4275a0c1e14d863f7cb",
"",
"reply"
],
[
"p",
"78f5a82a0b64fb3c18bd33a69c53b1af612b3ac8dd81e12f74ba62f3793dac05"
]
],
"content": "📅 Original date posted:2019-07-27\n📝 Original message:On Thu, Jul 25, 2019 at 12:47:54PM +0100, Chris Belcher via bitcoin-dev wrote:\n\u003e A way to create a fidelity bond is to burn an amount of bitcoins by\n\u003e sending to a OP_RETURN output. Another kind is time-locked addresses\n\u003e created using OP_CHECKLOCKTIMEVERIFY where the valuable thing being\n\u003e sacrificed is time rather than money, but the two are related because of\n\u003e the time-value-of-money.\n\nTimelocking bitcoins, especially for long periods, carries some special\nrisks in Bitcoin:\n\n1. Inability to sell fork coins, also creating an inability to influence\nthe price signals that help determine the outcome of chainsplits.\n\n2. Possible inability to transition to new security mechanisms if\na major weakness is discovered in ECC or a hash function.\n\nAn alternative to timelocks might be coin age---the value of a UTXO\nmultiplied by the time since that UTXO was confirmed. Coin age may be\neven harder for an attacker to acquire given that it is a measure of\npast patience rather than future sacrifice. It also doesn't require\nusing any particular script and so is flexible no matter what policy the\ncoin owner wants to use (especially if proof-of-funds signatures are\ngenerated using something like BIP322).\n\nAny full node (archival or pruned) can verify coin age using the UTXO\nset.[1] Unlike script-based timelock (CLTV or CSV), there is no current\nSPV-level secure way to prove to lite clients that an output is still\nunspent, however such verification may be possible within each lite\nclient's own security model related to transaction withholding attacks:\n\n- Electrum-style clients can poll their server to see if a particular\n UTXO is unspent.\n\n- BIP158 users who have saved their past filters to disk can use them to\n determine which blocks subsequent to the one including the UTXO may\n contain a spend from it. However, since a UTXO can be spent in the\n same block, they'd always need to download the block containing the\n UTXO (alternatively, the script could contain a 1-block CSV delay\n ensuring any spend occurred in a later block). If BIP158 filters\n become committed at some point, this mechanism is upgraded to SPV-level\n security.\n\n\u003e Note that a long-term holder (or hodler) of bitcoins can buy time-locked\n\u003e fidelity bonds essentially for free, assuming they never intended to\n\u003e transact with their coins much anyway.\n\nThis is the thing I most like about the proposal. I suspect most\nhonest makers are likely to have only a small portion of their funds\nunder JoinMarket control, with the rest sitting idle in a cold wallet.\nGiving makers a way to communicate that they fit that user template\nwould indeed seem to provide significant sybil resistance.\n\n-Dave\n\n[1] See, bitcoin-cli help gettxout",
"sig": "1a300a664d3bd90b2d802a0e9c9fdb0c8bd2c740031948acbb08f7d7a1e56ba7d8ec2f27983a2510ef59e92bd8afe2cef89f6a4c46addacd7c6540a7b56a2299"
}