Skip to main content
Important: We do not provide financial advice or custody funds. All transactions occur on third-party platforms.

Lightning, Sidechains, Modular DA, and Account Abstraction

Explore scaling approaches beyond rollups — the Lightning Network, sidechains, modular data-availability layers like Celestia, Cosmos IBC, and account abstraction.

13 min · intermediate · part of Layer 2 Solutions & Scaling

The Lightning Network: Bitcoin's Scaling Layer

Bitcoin took a different scaling path than Ethereum. Instead of generalized smart-contract rollups, Bitcoin scaling has centered on the Lightning Network, a state-channel system optimized for fast, cheap, peer-to-peer payments. The basic mechanic: two parties open a payment channel by jointly funding a multi-signature output on the Bitcoin blockchain. This single on-chain transaction creates the channel. From that point, the two parties can exchange Bitcoin between themselves an unlimited number of times by signing successive updates to the channel balance, without any of these updates touching the main chain. When they are done, either party can broadcast the final state to the blockchain, closing the channel and settling the final balances. Two on-chain transactions (open and close) can host thousands of off-chain payments. The genius is the network topology that emerges. If Alice has a channel with Bob, and Bob has a channel with Carol, Alice can pay Carol by routing the payment through Bob — without needing a direct channel with Carol. The Lightning Network is a graph of channels, and payments are routed across the graph. Bob does not learn the payment details (the protocol uses Hashed Time-Locked Contracts to prevent man-in-the-middle theft), and routing is automatic from the user perspective. By December 2025, Lightning capacity reached approximately 5,637 BTC — a record at the time, valued at billions of dollars depending on BTC price. The network had approximately 14,940 nodes and 48,678 channels. Adoption has been driven heavily by El Salvador (where Bitcoin is legal tender and Lightning is the primary on-chain payment rail), by exchanges integrating Lightning withdrawals (Kraken, Bitfinex, Cash App, Strike), and by the Wallet of Satoshi-style custodial Lightning wallets that abstract channel management for ordinary users. Lightning has limitations. Channels require funding capital up front. Routing payments through the network can fail if the path lacks sufficient liquidity. Lightning works for payments but not for arbitrary smart contracts — it cannot host DeFi, NFTs, or any application requiring expressive on-chain state. For Bitcoin's "be a payment network" thesis, however, Lightning is the answer, and it is now mature enough to handle commerce-level traffic in production.

Also in this lesson

  • Sidechains: Independent Chains with Bridges
  • Modular Blockchains and Data Availability
  • Account Abstraction: ERC-4337 and EIP-7702
  • Choosing Between Approaches

Key terms

Lightning Network
A state-channel network on Bitcoin enabling instant, near-zero-fee payments. December 2025: approximately 5,637 BTC capacity (a record), 14,940 nodes, 48,678 channels.
Payment channel
A two-party Lightning channel funded by a single on-chain Bitcoin transaction, allowing unlimited off-chain updates. Closed by either party broadcasting the final state to the blockchain.
Sidechain
An independent blockchain with its own validator set and consensus, connected to a main chain via a bridge. Polygon PoS is the largest example, launched May 2020.
Polygon POL migration
The 1:1 migration from MATIC to POL governance token. Began September 4, 2024.
Modular blockchain
An architecture separating execution, settlement, consensus, and data availability into specialized layers. The dominant paradigm for new chains since 2023.
Celestia (TIA)
The leading modular data-availability layer. Mainnet launched October 31, 2023. Provides cheap blob storage for rollups that prefer not to use Ethereum for DA.
EigenDA
Eigen Layer's data-availability service launched April 2024. Leverages Ethereum validator set through restaking. Used by rollups seeking cheap DA with Ethereum-aligned security.
Avail
A modular data-availability layer launched mainnet July 23, 2024. Originated within Polygon's research before being spun out as an independent project.
Cosmos IBC
The Inter-Blockchain Communication protocol enabling cross-chain transfers between Cosmos SDK chains. Battle-tested across hundreds of connected chains.
Account abstraction (ERC-4337, EIP-7702)
ERC-4337 (live March 2023) introduced smart accounts; 26-40 million accounts and 170 million+ UserOperations to date. EIP-7702 (shipped Pectra, May 7, 2025) lets existing EOAs delegate to smart-contract logic; 14 million EOAs have signed authorizations.

Continue this lesson — 4 more sections in the CryptoBipto app.

Open lesson

Educational only — not financial advice.