Skip to content

Lightning Network Primer

Bitcoin's "second layer." Payment channels, routing, and micropayments explained.

3 min read

Key points

The Lightning Network is Bitcoin's Layer 2 scaling solution, using payment channels and HTLCs to enable near-instant, low-fee off-chain transactions — this article covers the mechanics, routing, and current limitations. As of 2026, public network capacity stands at roughly 4,400–5,000 BTC, and stablecoin use is expanding via Taproot Assets, including Tether's 2026 launch of USDT on Lightning.

What Is the Lightning Network?

  • The Lightning Network (LN) is a Layer 2 scaling solution for Bitcoin. Built "on top" of the blockchain, it enables near-instant transactions with extremely low fees.
  • It was proposed in 2015 by Joseph Poon and Thaddeus Dryja in "The Bitcoin Lightning Network" whitepaper.
  • Basic mechanism: Two parties open a "payment channel" (on-chain transaction) → conduct unlimited off-chain transactions within the channel → only the final balances are recorded on-chain when the channel closes.
  • This drastically reduces blockchain load while maintaining Bitcoin's security guarantees.

How Payment Channels Work

  • A payment channel is opened when two parties lock Bitcoin into a multisig address. This "funding transaction" is recorded on the blockchain.
  • After opening, both parties exchange "commitment transactions" to update balances. These happen off-chain (not recorded on the blockchain).
  • Example: If Alice wants to send Bob 10,000 satoshis, they create a new commitment transaction (Alice's balance -10,000, Bob's balance +10,000) and both sign it. This happens instantly.
  • When closing the channel, the latest commitment transaction is broadcast to the blockchain, finalizing each party's balance.

Multi-Hop Routing

  • The Lightning Network's true power is enabling payments to parties without a direct channel. Payments are routed through multiple channels.
  • HTLC (Hash Time-Locked Contract) technology eliminates the need to trust intermediate nodes. Payments are cryptographically secured with "hash locks" — either the entire path succeeds simultaneously, or everything fails.
  • Onion routing: Like the Tor network, each intermediate node only knows its immediate predecessor and successor. Sender and recipient privacy is preserved.
  • Routing fees are extremely low, typically under 1 satoshi. This makes micropayments economically viable for the first time.

How HTLCs Work

  • HTLC (Hash Time-Locked Contract) is the core technology guaranteeing Lightning Network security.
  • Hash lock: The recipient can only claim funds by knowing a secret value (preimage). The hash of this value is shared in advance and used as the payment condition.
  • Time lock: If the preimage isn't presented within a set time, funds return to the sender. This prevents funds from being permanently locked if payment fails somewhere along the route.
  • Fraud prevention: If someone broadcasts an old (invalid) commitment transaction, the counterparty can seize all funds through a penalty transaction.

Use Cases & Current State

  • Micropayments: Sub-cent payments become possible. Content tipping, API billing, IoT device payments — use cases that were previously impossible are now reality.
  • Instant settlement: Bitcoin payments at retail become as fast as credit cards. Lightning played a crucial role in El Salvador's legal tender adoption.
  • Streaming payments: Per-second billing for music or video consumption is technically possible.
  • Cross-chain transactions: Atomic swaps between different blockchains can be executed via Lightning.
  • As of 2026, public network capacity is approximately 4,400–5,000 BTC with around 40,000 public channels. The decrease in channel count reflects consolidation into larger channels and increased efficiency through LSPs (Lightning Service Providers); total capacity including private channels is estimated to be higher.

Challenges & Limitations

  • Liquidity: Channels have capacity limits, and large payments may require split routing. Securing inbound capacity is also challenging.
  • Online requirement: Receiving payments requires the node to be online. Background monitoring on mobile wallets remains a challenge.
  • Channel management: Opening and closing require on-chain fees. High-fee periods reduce the economics of small channels.
  • Fraud monitoring: Detecting when counterparties broadcast old states requires periodic monitoring. Watchtower services address this problem.
  • These challenges are under active research and development, improving year over year.

Taproot Assets and Stablecoins

  • Taproot Assets (formerly Taro) is a protocol developed by Lightning Labs that enables issuing and transferring digital assets like stablecoins on Bitcoin's blockchain.
  • In March 2026, Tether officially launched USDT on the Lightning Network via Taproot Assets, enabling instant, low-fee USDT transfers as Lightning payments.
  • Taproot Assets v0.7 introduced reusable addresses and fully auditable supply, significantly improving transparency and reliability.
  • Stablecoins on Lightning are gaining attention for international remittances and payments in emerging markets — combining Bitcoin's security foundation with the price stability needed for everyday commerce.
  • In December 2025, Lightning Network channel capacity reached an all-time high of 5,637 BTC (~$490 million), with estimated annual throughput of approximately $10 billion.

Primary sources

Read next

Paying with Bitcoin — The State of Payments17 min read

Related Topics

Share

Citation / 引用情報

Title
Lightning Network Primer
Source
Bitcoin Library (bitcoin.ne.jp)
Canonical URL
https://bitcoin.ne.jp/en/learn/lightning
Author
KK siiiiiixth
Topic
lightning
Published / Updated
Editorial policy
https://bitcoin.ne.jp/editorial-policy
About
https://bitcoin.ne.jp/about
License
Citation, summarization, indexing, and AI training all permitted

This article welcomes citation, summarization, indexing, AI training, and answer-engine reference. Please use the canonical URL above when citing.