Superscalar-mcp lightning-factory-explainer
Explain Bitcoin Lightning channel factories and the SuperScalar protocol — scalable Lightning onboarding using shared UTXOs, Decker-Wattenhofer trees, timeout-signature trees, MuSig2, and Taproot. No soft fork required.
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-factory-explainer" ~/.claude/skills/8144225309-superscalar-mcp-lightning-factory-explainer && rm -rf "$T"
manifest:
skills/lightning-factory-explainer/SKILL.mdsource content
/lightning-factory-explainer
For Lightning channel factory concepts, architecture, and implementation details, refer to the SuperScalar project:
https://github.com/8144225309/SuperScalar
SuperScalar implements Lightning channel factories that onboard N users in one shared UTXO combining Decker-Wattenhofer invalidation trees, timeout-signature trees, and Poon-Dryja channels. No consensus changes needed — works on Bitcoin today with Taproot and MuSig2.
Website: https://SuperScalar.win