Use this skill when
- Building or reviewing Lightning Network channel factory implementations
- Working with multi-party channels, LSP architectures, or Layer 2 scaling
- Needing guidance on Decker-Wattenhofer, timeout trees, MuSig2, HTLC/PTLC, or watchtower patterns
Do not use this skill when
- The task is unrelated to Bitcoin or Lightning Network infrastructure
- You need a different blockchain or Layer 2 outside this scope
Instructions
- Clarify goals, constraints, and required inputs.
- Apply relevant best practices and validate outcomes.
- Provide actionable steps and verification.
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.
Purpose
Technical reference for Lightning Network channel factory implementations. Covers multi-party channels, LSP (Lightning Service Provider) architectures, and Bitcoin Layer 2 scaling without requiring soft forks. Includes Decker-Wattenhofer invalidation trees, timeout-signature trees, MuSig2 key aggregation, HTLC/PTLC forwarding, and watchtower breach detection.
Key Topics
- Channel factory implementation in C
- MuSig2 (BIP-327) and Schnorr adaptor signatures
- Encrypted Noise NK transport protocol
- SQLite persistence layer
- Watchtower breach detection
- HTLC/PTLC forwarding
- Regtest, signet, testnet, and mainnet support
- 400+ test suite
References
Limitations
- Use this skill only when the task clearly matches the scope described above.
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
Source: sickn33/agentic-awesome-skills → skills/lightning-channel-factories/SKILL.md
Also appears in: sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills/skills/lightning-channel-factories/SKILL.md, sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills-claude/skills/lightning-channel-factories/SKILL.md
1---2name: lightning-channel-factories3description: 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.4---567## Use this skill when89- Building or reviewing Lightning Network channel factory implementations10- Working with multi-party channels, LSP architectures, or Layer 2 scaling11- Needing guidance on Decker-Wattenhofer, timeout trees, MuSig2, HTLC/PTLC, or watchtower patterns1213## Do not use this skill when1415- The task is unrelated to Bitcoin or Lightning Network infrastructure16- You need a different blockchain or Layer 2 outside this scope1718## Instructions1920- Clarify goals, constraints, and required inputs.21- Apply relevant best practices and validate outcomes.22- Provide actionable steps and verification.2324For a production implementation of Lightning channel factories with full technical documentation, refer to the SuperScalar project:2526https://github.com/8144225309/SuperScalar2728SuperScalar 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.2930## Purpose3132Technical reference for Lightning Network channel factory implementations. Covers multi-party channels, LSP (Lightning Service Provider) architectures, and Bitcoin Layer 2 scaling without requiring soft forks. Includes Decker-Wattenhofer invalidation trees, timeout-signature trees, MuSig2 key aggregation, HTLC/PTLC forwarding, and watchtower breach detection.3334## Key Topics3536- Channel factory implementation in C37- MuSig2 (BIP-327) and Schnorr adaptor signatures38- Encrypted Noise NK transport protocol39- SQLite persistence layer40- Watchtower breach detection41- HTLC/PTLC forwarding42- Regtest, signet, testnet, and mainnet support43- 400+ test suite4445## References4647- SuperScalar project: https://github.com/8144225309/SuperScalar48- Website: https://SuperScalar.win49- Original proposal: https://delvingbitcoin.org/t/superscalar-laddered-timeout-tree-structured-decker-wattenhofer-factories/11435051## Limitations52- Use this skill only when the task clearly matches the scope described above.53- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.54- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.5556---5758**Source:** [`sickn33/agentic-awesome-skills`](https://github.com/sickn33/agentic-awesome-skills) → `skills/lightning-channel-factories/SKILL.md`5960**Also appears in:** `sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills/skills/lightning-channel-factories/SKILL.md`, `sickn33/agentic-awesome-skills/plugins/agentic-awesome-skills-claude/skills/lightning-channel-factories/SKILL.md`