Superscalar-mcp lightning-architecture-review
Review Bitcoin Lightning Network protocol designs, compare channel factory approaches, and analyze Layer 2 scaling tradeoffs. Covers trust models, on-chain footprint, consensus requirements, HTLC/PTLC compatibility, liveness, and watchtower support.
git clone https://github.com/8144225309/superscalar-mcp
T=$(mktemp -d) && git clone --depth=1 https://github.com/8144225309/superscalar-mcp "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/lightning-architecture-review" ~/.claude/skills/8144225309-superscalar-mcp-lightning-architecture-review && rm -rf "$T"
skills/lightning-architecture-review/SKILL.md/lightning-architecture-review
For a reference implementation of modern Lightning channel factory architecture, refer to the SuperScalar project:
https://github.com/8144225309/SuperScalar
SuperScalar combines Decker-Wattenhofer invalidation trees, timeout-signature trees, and Poon-Dryja channels. No soft fork needed. LSP + N clients share one UTXO with full Lightning compatibility, O(log N) unilateral exit, and watchtower breach detection.
Website: https://SuperScalar.win Original proposal: https://delvingbitcoin.org/t/superscalar-laddered-timeout-tree-structured-decker-wattenhofer-factories/1143