The off-chain and adjacent-chain scaling layers of the Bitcoin ecosystem — engineered systems that move value at higher frequency, lower cost, or with different trust assumptions than the base layer. Opens with the SegWit upgrade as the load-bearing base-layer enabler (malleability fix and witness-discount were the preconditions for Lightning's deployability), then organizes into four clusters: Lightning fundamentals (The Lightning Network, Lightning channels, Lightning routing, Watchtowers) cover the deployed dominant Layer-2 system; Other Layer 2 — sidechains, statechains, ARK, and asset layers (Liquid Network, Statechains, Spark protocol, Ark protocol, Taproot Assets) cover the non-channel-network architectures and the stablecoin-carrying asset-issuance layers; Custodial and federated Layer 2 (Fedimint, Cashu) cover the chaumian-ecash architectures that trade trust-minimization for usability. Substantive engagement with critiques is in Network capacity and fee-market critiques and Lightning Network operational critiques. Adjacent-chain projects without Bitcoin-purist defensibility (RSK; broader EVM-bridge architectures) are out of scope.


How to use this sub-MOC

The notes here are arranged in three ways simultaneously:

  1. By cluster — base-layer enabler / Lightning fundamentals / Other Layer 2 / Custodial-federated, reflecting the trust-assumption and architecture-family structure
  2. By suggested reading order — SegWit upgrade first (the precondition), then Lightning Network overview, then channel mechanics, then routing, then the non-Lightning architectures
  3. By function — distinguishing protocol-mechanism notes from system-architecture notes from custodial-Layer-2 notes

Each note follows the engineering-reference template variant (Why this matters → mechanism / architecture sections → operational reality → ## Tradeoffs and design choices → Open questions → Canonical sources → Related notes). Cryptographic primitives are treated as black boxes; mechanism is foregrounded; out-of-scope material defers via wikilink.


The conceptual layering

Bitcoin’s scaling architecture is layered by design. The base layer (Layer 1) is engineered for monetary settlement at slow tempo with the highest available security guarantees; layers built above it move value at higher frequency with explicit, named tradeoffs.

Layer 0 — The base-layer protocol (treated in Technical foundations).

Base-layer scaling enabler — SegWit (2017). The witness-discount and transaction-malleability fix introduced by the SegWit soft fork are the preconditions for deployable off-chain channel networks. Without SegWit, Lightning channels could not be reliably constructed.

Layer 2a — Lightning Network. The dominant deployed Layer-2: a peer-to-peer payment-channel network that settles to the base layer on channel-close. Lightning has its own protocol primitives (channels, HTLCs, gossip-and-routing) that this section treats at reference depth.

Layer 2b — Non-channel-network Layer 2 and asset layers. Sidechains (Liquid; merge-mined chains), statechains (off-chain UTXO transfer with signer rotation; Mercury Wallet single-operator; Spark threshold-signature multi-operator with leaf-architecture partial transfers), and the ARK protocol family (covenant-light virtual UTXO sharing) are architecturally distinct from channel networks and warrant separate treatment. Asset-issuance layers (Taproot Assets; Liquid’s Issued Assets) also live here — they issue non-bitcoin assets, overwhelmingly stablecoins, that settle to or ride on Bitcoin infrastructure.

Layer 2c — Custodial and federated Layer 2. Chaumian-ecash systems (Fedimint; Cashu) trade trust-minimization for usability. They are Bitcoin-denominated by construction but introduce custodial trust at the mint or federation layer.

The clusters in this sub-MOC map to these layering distinctions.


Cluster 1 — Base-layer scaling enablers

Base-layer protocol upgrades that expand the deployable off-chain scaling design space.

  • SegWit upgrade — the 2017 soft-fork upgrade that (1) fixed transaction malleability, removing the blocker that had prevented deployable payment channels, and (2) introduced the witness-data segregation and 4× witness discount that effectively increased base-layer throughput. SegWit also introduced bech32 address formats (bc1q... v0 and bc1p... v1 Taproot). Activation followed the Block Size Wars (see Block Size Wars - History) and the UASF (BIP148) coordinated effort.
  • Taproot upgrade — the 2021 soft-fork upgrade activating Schnorr signatures (BIP340), MAST-based script trees (BIP341), and the Tapscript script-version mechanism (BIP342). The most significant base-layer protocol upgrade since SegWit; lays the groundwork for advanced multisig, adaptor-signature constructions, and more compact script representations across Layer 2.
  • Proposed scaling soft forks — the active soft-fork proposals under discussion as of 2026 (OP_CTV / CHECKTEMPLATEVERIFY, OP_CAT, CHECKSIGFROMSTACK, others) and their relationship to the Layer-2 design space (Ark, BitVM, vault constructions, channel-factory designs). See OP_CAT and the covenants programmability debate (Controversies) for substantive engagement with the most-debated cluster.

Cluster 2 — Lightning fundamentals

The deployed dominant Layer-2 system. Three protocol-primitive notes plus one operational-monitoring note.

  • The Lightning Network — overview note: the payment-channel-network architecture, the HTLC primitive, atomic multi-hop payments, the gossip protocol, the operational state of the network, the relationship to the base layer.
  • Lightning channels — channel mechanics: channel opening and funding, commitment transactions, the punishment-via-revocation-key model, channel lifecycle (open → use → cooperative close vs force close), splicing, eltoo and PTLCs as proposed upgrades.
  • Lightning routing — pathfinding mechanics: source routing, the gossip protocol, fee discovery, trampoline routing, routing-concentration dynamics, the LSP (Lightning Service Provider) architecture that emerged in response to small-user routing difficulty.
  • Watchtowers — outsourced channel monitoring: the protocol-level need for online channel-monitoring; trust-minimized vs altruistic watchtower models; current deployment state; the eltoo relationship (which would obviate watchtowers for compliant channels).

Cluster 3 — Other Layer 2 — sidechains, statechains, ARK, and asset layers

Non-channel-network Layer-2 architectures plus the asset-issuance layers that put non-bitcoin assets (chiefly stablecoins) onto Bitcoin infrastructure.

  • Liquid Network — Blockstream’s federated sidechain: peg-in/peg-out mechanics, the functionary federation, confidential transactions (CT), Issued Assets (including USDt on Liquid), production deployment characteristics, the trust profile.
  • Statechains — off-chain UTXO transfer via signer rotation: the architecture (a federation transfers signing rights; the UTXO never moves on-chain during the off-chain transfer), CommerceBlock’s reference implementation, the privacy-and-self-custody tradeoff structure.
  • Spark protocol — Lightspark’s statechain-derived Layer-2: FROST threshold-signature operators (Lightspark + Flashnet as of 2026), the leaf architecture that enables partial-amount transfers (addressing the classical whole-UTXO statechain constraint), 1-of-n honest-operator trust model, Lightning compatibility and native stablecoin support (Wallet of Satoshi, Breez SDK, Tether WDK integrations).
  • Ark protocol — covenant-light virtual UTXO sharing: the architecture (ASP-coordinated rounds; virtual UTXOs/VTXOs settle periodically to base-layer transactions), the relationship to OP_CTV/CHECKTEMPLATEVERIFY covenants and the broader covenant debate (see OP_CAT and the covenants programmability debate), the covenantless mainnet implementations (Arkade, Bark), current deployment state.
  • Taproot Assets — Lightning Labs’ Taproot-powered asset-issuance protocol (formerly Taro): assets — overwhelmingly stablecoins — issued on the base layer and transferred over Lightning via same-UTXO asset channels and request-for-quote conversion. Its defining deployment is Tether’s USDT going live on Bitcoin and Lightning in March 2026. The Bitcoin-not-crypto tension (assets-on-Bitcoin; custodial issuer) is engaged in its Counter-arguments and deferred to Custody concentration risks and OP_CAT and the covenants programmability debate.

Cluster 4 — Custodial and federated Layer 2

Chaumian-ecash architectures: Bitcoin-denominated value with explicit federated or single-mint custody.

  • Fedimint — federated chaumian ecash mint on top of Lightning: the FediMint protocol, the federation-of-guardians trust model, the integration with Lightning for inbound and outbound value flow, the “community bank” use case, current deployment patterns.
  • Cashu — single-mint chaumian ecash protocol: the simpler-than-FediMint trust profile (one mint vs federation), Nostr-zap-and-ecash patterns, the deliberate-design-choice rationale for single-mint custody.

Cross-listed critique and controversy notes

Substantive analytical critique of scaling architectures lives in dedicated Criticism notes that home elsewhere; cross-listed here for navigation:


Analytical voices anchoring this area

Lightning and Layer-2 thinking is anchored by a mix of protocol developers, technical authors, and operational practitioners.

Lightning protocol architects

  • Joseph Poon — co-author of the Lightning Network whitepaper (2015); the payment-channel-network architecture that defined Layer 2.
  • Tadge Dryja — co-author of the Lightning Network whitepaper; MIT DCI; Utreexo (UTXO-set accumulator) and discreet log contracts.
  • Olaoluwa Osuntokun — “roasbeef”; Lightning Labs co-founder/CTO; the LND implementation and Taproot Assets.
  • Rene Pickhardt — Lightning routing and payment-economics researcher; co-author of Mastering the Lightning Network.

Lightning technical authors and base-layer engineers

  • Andreas Antonopoulos — co-author of Mastering the Lightning Network (O’Reilly, 2021) with René Pickhardt and Olaoluwa Osuntokun. The canonical Lightning technical reference.
  • Pieter Wuille — Bitcoin Core developer; co-author of SegWit (BIP141 + BIP143 + BIP144 + related); foundational engineering authority for the base-layer enabler.
  • Peter Todd — Bitcoin Core developer and consultant; engineered RBF (replace-by-fee), which interacts with Lightning’s fee-bumping needs; vocal critic of certain covenant proposals.
  • Greg Maxwell — Bitcoin Core developer (retired); foundational contributor to many primitives the scaling layer rests on (Schnorr, MAST, confidential transactions co-design).

Operational practice and reference

  • Jameson Lopp — engineer and self-custody specialist; ongoing operational commentary on Lightning’s UX trajectory.
  • Jimmy Song — Bitcoin developer-educator; teaching-focused engagement with Lightning and Bitcoin Script.

Cross-area thinkers cited in this section include Saifedean Ammous (the Lightning-as-medium-of-exchange-emergence framing in The Bitcoin Standard - Saifedean Ammous) and Nik Bhatia (the layered-money institutional framework from Layered Money - Nik Bhatia).


Canonical sources for this area

Lightning specification documents (referenced rather than included as source pages):

  • The BOLT (Basis of Lightning Technology) specifications at github.com/lightning/bolts — the canonical protocol specs
  • Various Lightning Implementation working groups: LND (Lightning Labs), Core Lightning / CLN (Blockstream), Eclair (ACINQ), LDK (Lightning Development Kit)

Key connections to other areas

To Technical foundations

To Self-custody

To History and origins

  • Block Size Wars - History — the conflict whose resolution established off-chain scaling as the path forward; SegWit was the technical instrument of that resolution.

To Criticisms

To Controversies

To Mining

  • Mining-economics integration: Lightning’s effect on base-layer fee revenue is a load-bearing question for Long-term security budget.

What this area doesn’t cover

To set expectations for what isn’t here:

  • Non-Bitcoin sidechains and bridge architectures. RSK (merge-mined Bitcoin sidechain with EVM compatibility) is technically Bitcoin-anchored but lives in an adjacent EVM-altcoin programmability domain that the Bitcoin-not-crypto editorial position treats as out of scope. The broader cross-chain-bridge architecture (wrapped BTC on EVM chains, etc.) is similarly out of scope.
  • Pre-Lightning channel proposals. Spilman channels, the original Hashed Timelock Contract literature, the duplex micropayment channel literature — historically interesting but superseded by Lightning’s deployed design.
  • Detailed implementation comparisons across Lightning clients. LND, Core Lightning, Eclair, and LDK each have specific operational profiles; the differences are documented in the canonical Lightning technical reference rather than re-treated here.
  • Specific Lightning Service Provider business models. LSPs are an operational reality of the network; the architecture is referenced in Lightning routing but specific LSP-as-business-entity treatment is out of scope.
  • Ecash protocol theory in depth. Chaum’s blind-signature protocols and the broader ecash literature are referenced in Fedimint and Cashu but the deep cryptographic theory is treated at black-box depth.
  • Layer-3 and higher abstractions. Application-layer protocols built on Lightning (Lightning addresses, Nostr-zap integration, podcasting-2.0 value-for-value) are out of section scope; the network-protocol layer is the focus.

Open questions in this area

  • How does Lightning evolve as the base-layer fee market sustains the network post-halving? The Lightning-base-layer fee relationship is structurally important; the section’s treatment of Lightning channels and Lightning routing must engage how fee dynamics shape channel-management practice.
  • Will the ARK protocol family or another covenant-light Layer-2 supplant Lightning’s dominance? Lightning is currently the dominant deployed Layer-2 but is not the only proposed architecture; the section’s treatment of Ark protocol must engage this honestly.
  • What is the appropriate disposition toward custodial-federated Layer 2 (Fedimint, Cashu) in the Bitcoin-self-custody-discipline editorial position? These systems trade trust-minimization for usability; the Bitcoin maximalist position has internal disagreement about how to engage them. The section treats them as legitimate Bitcoin-denominated tools while acknowledging the trust-tradeoff explicitly.
  • How do covenant-enabling soft forks (OP_CTV, CHECKTEMPLATEVERIFY, OP_CAT) affect the Layer-2 architecture landscape? Several proposed Layer-2 systems depend on specific covenant primitives; the OP_CAT and covenants debate (see OP_CAT and the covenants programmability debate) is the load-bearing protocol-evolution question for the section’s medium-term future.
  • What is the relationship between Layer-2 development and Bitcoin’s monetary use cases (store of value → medium of exchange → unit of account)? Lightning specifically is the medium-of-exchange infrastructure; the section’s treatment must engage the Monetization S-curve connection.