Lightning Network

A Bitcoin layer-2 payment protocol using off-chain channels to enable faster, cheaper transactions while settling securely on-chain.

The Lightning Network is a layer-2 payment protocol built on top of Bitcoin that aims to make everyday BTC payments faster and cheaper. Instead of recording every small transfer directly on Bitcoin’s base layer, Lightning moves most activity off-chain while still relying on Bitcoin for final settlement and security.

How Lightning works

Lightning uses payment channels, which are shared ledgers between two participants. To start, the users create a channel by locking some bitcoin into a Bitcoin transaction. Within that channel, they can send payments back and forth by updating balances, without broadcasting each update to the Bitcoin blockchain. When they are done, the channel can be closed and the final balances are settled on-chain.
To pay someone you do not have a direct channel with, Lightning routes payments through connected nodes across the network. Cryptographic contracts (commonly implemented with HTLCs, or Hashed Time-Locked Contracts) help ensure that intermediaries either forward the payment correctly or do not get paid, reducing the need to trust routing nodes.

What it enables in practice

Because most transactions happen off-chain, Lightning can support high-frequency, low-value payments that would be impractical if every transaction competed for limited block space. For example, a merchant can accept small purchases with low fees, or an app can enable tiny “micropayments” for content, streaming, or tipping. Many wallets abstract away channel management, making Lightning payments feel similar to standard Bitcoin transfers, but typically faster and with lower costs.

Trade-offs and why it matters

Lightning introduces new considerations, including liquidity constraints (you can only send what your channel can route), reliance on network connectivity, and the need to manage channels or use a service provider. Even with these trade-offs, Lightning matters because it extends Bitcoin’s utility beyond slow, infrequent settlements, supporting more scalable payment use cases while anchoring security to the main chain.