Skip to content

Commit b3ff6e5

Browse files
committed
deploy: bcec8fe
1 parent 3460a1c commit b3ff6e5

File tree

5 files changed

+17
-6
lines changed

5 files changed

+17
-6
lines changed

index.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>BIP-119 on utxos.org -- Bitcoin for Everyone</title><link>https://utxos.org/</link><description>Recent content in BIP-119 on utxos.org -- Bitcoin for Everyone</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Mon, 10 Jun 2024 14:31:39 -0400</lastBuildDate><atom:link href="https://utxos.org/index.xml" rel="self" type="application/rss+xml"/><item><title>Scaling</title><link>https://utxos.org/uses/scaling/</link><pubDate>Thu, 10 Oct 2019 10:45:58 -0700</pubDate><guid>https://utxos.org/uses/scaling/</guid><description>When there is a high demand for blockspace it becomes very expensive to make transactions. By using OP_CHECKTEMPLATEVERIFY, a large volume payment processor may aggregate all their payments into a single O(1) transaction for purposes of confirmation. Then, some time later, the payments can be expanded out of that UTXO when the demand for blockspace is decreased.
1+
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>BIP-119 on utxos.org -- Bitcoin for Everyone</title><link>https://utxos.org/</link><description>Recent content in BIP-119 on utxos.org -- Bitcoin for Everyone</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Mon, 10 Jun 2024 15:24:32 -0400</lastBuildDate><atom:link href="https://utxos.org/index.xml" rel="self" type="application/rss+xml"/><item><title>Scaling</title><link>https://utxos.org/uses/scaling/</link><pubDate>Thu, 10 Oct 2019 10:45:58 -0700</pubDate><guid>https://utxos.org/uses/scaling/</guid><description>When there is a high demand for blockspace it becomes very expensive to make transactions. By using OP_CHECKTEMPLATEVERIFY, a large volume payment processor may aggregate all their payments into a single O(1) transaction for purposes of confirmation. Then, some time later, the payments can be expanded out of that UTXO when the demand for blockspace is decreased.
22
Without OP_CHECKTEMPLATEVERIFY, this is still possible to do with Schnorr signatures (even with ECDSA given multiparty schemes).</description></item><item><title>Soft Fork Bets</title><link>https://utxos.org/uses/taproot-bet/</link><pubDate>Mon, 08 Mar 2021 00:00:00 -0700</pubDate><guid>https://utxos.org/uses/taproot-bet/</guid><description>Can we design a contract which allows someone to automatically place a series of bets on if Taproot was active (by spreading the bet over a longer window, you can hedge the total risk if you aren’t sure the exact period it would activate; it also makes the contract more interesting… The diagram above gives a high level overview of the logic we want to implement&amp;hellip;
33
Continue Reading on Bitmex Blog&amp;hellip;</description></item><item><title>Ark V2</title><link>https://utxos.org/uses/arkv2/</link><pubDate>Mon, 10 Jun 2024 10:45:58 -0700</pubDate><guid>https://utxos.org/uses/arkv2/</guid><description>Ark v2 enables Ark Service Providers (ASPs) to reclaim their liquidity without having to wait for the expiration period (4 weeks) to elapse. It almost sounds too good to be true, ha?
44
Continue Reading on Medium.</description></item><item><title>Bitcoin Clique</title><link>https://utxos.org/uses/clique/</link><pubDate>Mon, 10 Jun 2024 10:45:58 -0700</pubDate><guid>https://utxos.org/uses/clique/</guid><description>Blockchains suffer from scalability limitations, both in terms of latency and throughput. Various approaches to alleviate this have been proposed, most prominent of which are payment and state channels, sidechains, commit-chains, rollups, and sharding. This work puts forth a novel commit-chain protocol, Bitcoin Clique. It is the first trustless commit-chain that is compatible with all major blockchains, including (an upcoming version of) Bitcoin.
5-
Clique enables a pool of users to pay each other off-chain, i.</description></item><item><title>Decentralized options</title><link>https://utxos.org/uses/options/</link><pubDate>Sun, 11 Oct 2020 10:45:58 -0700</pubDate><guid>https://utxos.org/uses/options/</guid><description>Trading of bitcoin derivatives is a huge market nowadays. However, all of it occurs on centralized exchanges with large legal &amp;amp; technical risks that require trust in their operators, thus betraying the philosophy of Bitcoin. The protocol presented here enables the creation and redemption of trustless options on the Bitcoin network.
5+
Clique enables a pool of users to pay each other off-chain, i.</description></item><item><title>CTV dramatically improves DLCs</title><link>https://utxos.org/uses/dlc-perf/</link><pubDate>Mon, 24 Jan 2022 10:45:58 -0700</pubDate><guid>https://utxos.org/uses/dlc-perf/</guid><description>The post discusses how OP_CHECKTEMPLATEVERIFY (CTV) significantly improves the performance of Discreet Log Contracts (DLCs) on Bitcoin. It details the current state of DLC protocols, the computational complexities involved, and how CTV can optimize these processes. By using CTV and Taproot, DLCs can reduce computational costs and data exchanges, simplify threshold oracle setups, and eliminate certain multiplications. These improvements make DLC transactions faster and more efficient, even on resource-constrained devices, though with some trade-offs in witness size and transaction distinguishability.</description></item><item><title>Decentralized options</title><link>https://utxos.org/uses/options/</link><pubDate>Sun, 11 Oct 2020 10:45:58 -0700</pubDate><guid>https://utxos.org/uses/options/</guid><description>Trading of bitcoin derivatives is a huge market nowadays. However, all of it occurs on centralized exchanges with large legal &amp;amp; technical risks that require trust in their operators, thus betraying the philosophy of Bitcoin. The protocol presented here enables the creation and redemption of trustless options on the Bitcoin network.
66
Main protocol Option creation will follow this protocol:
77
Use an atomic swap to sync these two operations: User pays fee to underwriter Underwriter sends tokenized USD [1] to an address that is encumbered by the script: After X+K blocks: Send to underwriter After X blocks: If spending tx sends Y BTC to underwriter, send to user When the option reaches maturity the user can exercise it by sending a transaction that: Sends BTC to underwriter Spends the UTXO created on step 1 and sends it to the user&amp;rsquo;s wallet If the user doesn&amp;rsquo;t exercise it on time the underwriter can just spend it to itself Reduction of capital requirement As it is, this protocol requires locking 100% of the collateral for as long as the option stays in effect, but it would also be possible to reduce the capital requirement quite substantially by changing the protocol to make the underwriter lock only 30-50% initially and, at option expiration, make it provide the rest of the payment in case the user decides to exercise the option.</description></item><item><title>Drivechains</title><link>https://utxos.org/uses/drivechains/</link><pubDate>Sun, 11 Oct 2020 10:45:58 -0700</pubDate><guid>https://utxos.org/uses/drivechains/</guid><description>Partial Retraction &amp;ndash; Please See Below Drivechain&amp;rsquo;s peg-out mechanism could be implemented at the transaction level through scripts that force the funds being withdrawn from the sidechain to go through a chain of N transactions, each one of these being in a different block. More specifically, this would be implemented by creating N scripts that would contain an integer constant and would only be spendable to another copy of the same script with the constant increased or decreased by one, with the exception of the script where the constant reaches the value N, in which case the UTXO would be spendable only to a specific address provided in the beginning of the process.</description></item><item><title>Resources</title><link>https://utxos.org/resources/</link><pubDate>Thu, 28 May 2020 17:48:34 -0700</pubDate><guid>https://utxos.org/resources/</guid><description>This page serves as a general index of resources.
88
If something is missing, leave a comment or open a pull request on Github.

sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>https://utxos.org/uses/scaling/</loc><lastmod>2021-06-22T10:42:53-07:00</lastmod></url><url><loc>https://utxos.org/uses/taproot-bet/</loc><lastmod>2021-06-22T10:43:49-07:00</lastmod></url><url><loc>https://utxos.org/uses/arkv2/</loc><lastmod>2024-06-10T14:31:39-04:00</lastmod></url><url><loc>https://utxos.org/uses/clique/</loc><lastmod>2024-06-10T14:31:39-04:00</lastmod></url><url><loc>https://utxos.org/uses/options/</loc><lastmod>2020-10-12T12:50:45+02:00</lastmod></url><url><loc>https://utxos.org/uses/drivechains/</loc><lastmod>2022-02-23T08:13:36-08:00</lastmod></url><url><loc>https://utxos.org/resources/</loc><lastmod>2024-02-22T16:32:00-05:00</lastmod></url><url><loc>https://utxos.org/analysis/batching_sim/</loc><lastmod>2020-05-28T21:15:52-07:00</lastmod></url><url><loc>https://utxos.org/analysis/taxes/</loc><lastmod>2019-12-19T12:06:09-08:00</lastmod></url><url><loc>https://utxos.org/uses/batch-channels/</loc><lastmod>2020-01-12T10:33:02-08:00</lastmod></url><url><loc>https://utxos.org/uses/non-interactive-channels/</loc><lastmod>2020-03-19T14:54:43-07:00</lastmod></url><url><loc>https://utxos.org/uses/miningpools/</loc><lastmod>2023-06-02T14:13:27-04:00</lastmod></url><url><loc>https://utxos.org/uses/vaults/</loc><lastmod>2023-06-02T14:05:02-04:00</lastmod></url><url><loc>https://utxos.org/uses/</loc><lastmod>2019-11-15T19:30:40-08:00</lastmod></url><url><loc>https://utxos.org/uses/htlcs/</loc><lastmod>2021-06-21T15:37:03-07:00</lastmod></url><url><loc>https://utxos.org/analysis/bip_simulation/</loc><lastmod>2020-01-12T10:33:02-08:00</lastmod></url><url><loc>https://utxos.org/analysis/optech/</loc><lastmod>2020-01-12T10:33:02-08:00</lastmod></url><url><loc>https://utxos.org/analysis/</loc><lastmod>2019-11-15T19:30:40-08:00</lastmod></url><url><loc>https://utxos.org/alternatives/</loc><lastmod>2024-01-16T08:09:35-08:00</lastmod></url><url><loc>https://utxos.org/deployment/</loc><lastmod>2020-06-10T21:21:31-07:00</lastmod></url><url><loc>https://utxos.org/</loc><lastmod>2020-06-10T21:21:15-07:00</lastmod></url><url><loc>https://utxos.org/sponsors/</loc><lastmod>2020-06-10T21:20:24-07:00</lastmod></url><url><loc>https://utxos.org/sponsors_addr/</loc><lastmod>2020-06-10T21:20:39-07:00</lastmod></url><url><loc>https://utxos.org/signals/</loc><lastmod>2022-05-01T11:11:44-07:00</lastmod></url><url><loc>https://utxos.org/workshops/</loc><lastmod>2023-06-02T13:50:48-04:00</lastmod></url><url><loc>https://utxos.org/tags/</loc></url></urlset>
1+
<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>https://utxos.org/uses/scaling/</loc><lastmod>2021-06-22T10:42:53-07:00</lastmod></url><url><loc>https://utxos.org/uses/taproot-bet/</loc><lastmod>2021-06-22T10:43:49-07:00</lastmod></url><url><loc>https://utxos.org/uses/arkv2/</loc><lastmod>2024-06-10T14:31:39-04:00</lastmod></url><url><loc>https://utxos.org/uses/clique/</loc><lastmod>2024-06-10T14:31:39-04:00</lastmod></url><url><loc>https://utxos.org/uses/dlc-perf/</loc><lastmod>2024-06-10T15:24:32-04:00</lastmod></url><url><loc>https://utxos.org/uses/options/</loc><lastmod>2020-10-12T12:50:45+02:00</lastmod></url><url><loc>https://utxos.org/uses/drivechains/</loc><lastmod>2022-02-23T08:13:36-08:00</lastmod></url><url><loc>https://utxos.org/resources/</loc><lastmod>2024-02-22T16:32:00-05:00</lastmod></url><url><loc>https://utxos.org/analysis/batching_sim/</loc><lastmod>2020-05-28T21:15:52-07:00</lastmod></url><url><loc>https://utxos.org/analysis/taxes/</loc><lastmod>2019-12-19T12:06:09-08:00</lastmod></url><url><loc>https://utxos.org/uses/batch-channels/</loc><lastmod>2020-01-12T10:33:02-08:00</lastmod></url><url><loc>https://utxos.org/uses/non-interactive-channels/</loc><lastmod>2020-03-19T14:54:43-07:00</lastmod></url><url><loc>https://utxos.org/uses/miningpools/</loc><lastmod>2023-06-02T14:13:27-04:00</lastmod></url><url><loc>https://utxos.org/uses/vaults/</loc><lastmod>2023-06-02T14:05:02-04:00</lastmod></url><url><loc>https://utxos.org/uses/</loc><lastmod>2019-11-15T19:30:40-08:00</lastmod></url><url><loc>https://utxos.org/uses/htlcs/</loc><lastmod>2021-06-21T15:37:03-07:00</lastmod></url><url><loc>https://utxos.org/analysis/bip_simulation/</loc><lastmod>2020-01-12T10:33:02-08:00</lastmod></url><url><loc>https://utxos.org/analysis/optech/</loc><lastmod>2020-01-12T10:33:02-08:00</lastmod></url><url><loc>https://utxos.org/analysis/</loc><lastmod>2019-11-15T19:30:40-08:00</lastmod></url><url><loc>https://utxos.org/alternatives/</loc><lastmod>2024-01-16T08:09:35-08:00</lastmod></url><url><loc>https://utxos.org/deployment/</loc><lastmod>2020-06-10T21:21:31-07:00</lastmod></url><url><loc>https://utxos.org/</loc><lastmod>2020-06-10T21:21:15-07:00</lastmod></url><url><loc>https://utxos.org/sponsors/</loc><lastmod>2020-06-10T21:20:24-07:00</lastmod></url><url><loc>https://utxos.org/sponsors_addr/</loc><lastmod>2020-06-10T21:20:39-07:00</lastmod></url><url><loc>https://utxos.org/signals/</loc><lastmod>2022-05-01T11:11:44-07:00</lastmod></url><url><loc>https://utxos.org/workshops/</loc><lastmod>2023-06-02T13:50:48-04:00</lastmod></url><url><loc>https://utxos.org/tags/</loc></url></urlset>

0 commit comments

Comments
 (0)