Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/blog/fifteenth-wave-of-bitcoin-grants.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ to levels suitable for hardware wallets.
Repositories: [LNHANCE-Expedition]
Licenses: CC0-1.0, CC BY 4.0, MIT

[LNhance soft fork]: https://lnhance.org/
[LNhance soft fork]: /topics/lnhance
[Eltoo]: /topics/eltoo
[hArk]: https://delvingbitcoin.org/t/evolving-the-ark-protocol-using-ctv-and-csfs/1602#p-4785-hark-hash-lock-ark-10
[vaults]: /topics/vaults
Expand Down
18 changes: 18 additions & 0 deletions data/topics/lnhance.mdx
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.

Copy link
Copy Markdown
Contributor

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) and OP_INTERNALKEY (#872)


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.
Comment thread
dergigi marked this conversation as resolved.
Outdated

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.
Comment thread
dergigi marked this conversation as resolved.
Outdated

## References

- [lnhance.org](https://lnhance.org/)
- [Bitcoin Optech Newsletter #285](https://bitcoinops.org/en/newsletters/2024/01/17/)
Comment thread
dergigi marked this conversation as resolved.
Outdated
- [LNHANCE-Expedition](https://github.com/LNHANCE-Expedition)
Loading