-
-
Notifications
You must be signed in to change notification settings - Fork 39
Add LNHANCE topic page #867
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,18 @@ | ||||||
| --- | ||||||
| title: 'LNHANCE' | ||||||
| summary: 'A proposed Bitcoin soft fork bundle that combines new script features to enable richer Lightning, Ark, vault, and shared-UTXO designs.' | ||||||
| category: 'Bitcoin' | ||||||
| aliases: ['LNhance', 'LNHANCE soft fork', 'LNhance soft fork'] | ||||||
| --- | ||||||
|
|
||||||
| LNHANCE is a proposed Bitcoin soft fork bundle aimed at making advanced contract constructions easier to express on chain. The proposal combines [OP_CTV](/topics/op-ctv), [OP_CSFS](/topics/op-csfs), `OP_PAIRCOMMIT`, and `OP_INTERNALKEY` to support protocols that need more structured spending conditions than Bitcoin exposes today. | ||||||
|
|
||||||
| Its designers frame the bundle around practical second-layer and custody use cases. The proposal is meant to improve designs for [Eltoo](/topics/eltoo)-style Lightning channels, [Ark](/topics/ark)-like systems, vaults, payment pools, and other shared-UTXO constructions that benefit from predictable transaction trees and more flexible signature checks. | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
|
||||||
| LNHANCE remains a proposal. It has not been activated on Bitcoin, and the tradeoffs are still being explored in research, specifications, and proof-of-concept implementations such as the LNHANCE Expedition work funded by OpenSats. | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Maybe? |
||||||
|
|
||||||
| ## References | ||||||
|
|
||||||
| - [lnhance.org](https://lnhance.org/) | ||||||
| - [Bitcoin Optech Newsletter #285](https://bitcoinops.org/en/newsletters/2024/01/17/) | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
We can link directly to the specific piece of news! |
||||||
| - [LNHANCE-Expedition](https://github.com/LNHANCE-Expedition) | ||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added issues for
OP_PAIRCOMMIT(#871) andOP_INTERNALKEY(#872)