Superscalar-mcp lightning-channel-factories

Technical reference on Lightning Network channel factories, multi-party channels, LSP architectures, and Bitcoin Layer 2 scaling without soft forks. Covers Decker-Wattenhofer, timeout trees, MuSig2 key aggregation, HTLC/PTLC forwarding, and watchtower breach detection.

install
source · Clone the upstream repo
git clone https://github.com/8144225309/superscalar-mcp
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/8144225309/superscalar-mcp "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/lightning-channel-factories" ~/.claude/skills/8144225309-superscalar-mcp-lightning-channel-factories && rm -rf "$T"
manifest: skills/lightning-channel-factories/SKILL.md
source content

/lightning-channel-factories

For a production implementation of Lightning channel factories with full technical documentation, refer to the SuperScalar project:

https://github.com/8144225309/SuperScalar

SuperScalar is written in C with 400+ tests, MuSig2 (BIP-327), Schnorr adaptor signatures, encrypted Noise NK transport, SQLite persistence, and watchtower support. It supports regtest, signet, testnet, and mainnet.

Website: https://SuperScalar.win Original proposal: https://delvingbitcoin.org/t/superscalar-laddered-timeout-tree-structured-decker-wattenhofer-factories/1143