Mcap -- BTC -- ETH -- SOL -- BNB -- XRP -- F&G -- View Market
Loading prices…

Lightning Network

Bitcoin's payment-channel Layer 2 for fast, cheap transfers. The most serious attempt to make Bitcoin usable as an everyday payment system.

Bitcoin 4 min read

The Lightning Network is a Layer 2 protocol built on top of Bitcoin that lets users send payments to each other instantly and at negligible cost, without every transaction having to be confirmed by the main Bitcoin blockchain. The underlying mechanism is payment channels: two parties open a channel by jointly locking some Bitcoin into a multisig address on-chain, then exchange signed state updates off-chain as many times as they want, and finally close the channel with a single on-chain transaction that settles the final balance. In between opening and closing, the participants can move funds back and forth at whatever speed their internet connection supports, with zero blockchain interaction.

What makes this a network rather than just a set of isolated channels is that payments can be routed across multiple hops. If Alice has a channel with Bob and Bob has a channel with Carol, Alice can pay Carol by routing through Bob, using a trick called a hash time-locked contract (HTLC) that guarantees Bob cannot steal the payment in flight. In practice, any node on the network can pay any other node as long as there is some sequence of channels with sufficient capacity between them, and routing algorithms handle the pathfinding automatically.

The Vision and the Reality

The original Lightning whitepaper, published by Joseph Poon and Thaddeus Dryja in 2015, pitched Lightning as the answer to Bitcoin’s scaling problem. Bitcoin could stay slow and expensive at the base layer, acting as the secure settlement system, while Lightning handled everyday payments at near-infinite scale. The vision was that most Bitcoin transactions would eventually happen on Lightning and only occasionally settle back to L1.

Reality has been more complicated. Lightning does work β€” you can download a Lightning wallet, fund a channel, and start sending tiny Bitcoin payments that settle in under a second for fractions of a cent. But adoption has been slower than enthusiasts predicted. The network currently carries a total public capacity of around 5,000 BTC, which is meaningful but tiny compared to the total Bitcoin supply. Daily transaction volume is hard to measure because most Lightning payments are private, but the best estimates put it at a small fraction of on-chain volume.

The obstacles are real. Running a routing node requires 24/7 uptime and active channel management β€” rebalancing, fee-setting, liquidity provisioning β€” that is nontrivial for non-technical users. Receiving payments requires inbound liquidity, which has historically been hard to acquire. Custodial Lightning services (Strike, Wallet of Satoshi) solve the UX problems by running the complicated parts on behalf of users, but at the cost of reintroducing the trusted-intermediary problem that Bitcoin was supposed to eliminate in the first place. Non-custodial Lightning wallets have gotten much better β€” Phoenix and Breez are both usable β€” but the UX is still a step down from regular on-chain Bitcoin for casual users.

Where It Actually Gets Used

El Salvador’s rollout of Bitcoin as legal tender in 2021 was the first national-scale test of Lightning as a payment system. The results were mixed: Strike and the government-issued Chivo wallet both supported Lightning, and some merchants accepted LN payments, but day-to-day adoption of Bitcoin for payments never really took hold, and most El Salvadorans who used Chivo did so to claim the $30 signup bonus and then stopped.

The more successful niche has been cross-border remittances to developing markets. Strike has been used to send dollars to the Philippines, Nigeria, and other countries where Lightning’s low fees and fast settlement make it cheaper than traditional remittance rails. The user on each end does not necessarily know or care that Lightning is involved β€” they see dollars in, local currency out β€” but the rails underneath are LN, and the cost savings are real.

Lightning also shows up at Bitcoin conferences, where vendors commonly accept LN payments, and in certain online Bitcoin-native products (Nostr zaps, podcast 2.0 streaming sats, some games and content platforms). It is a real, working system. Whether it ever becomes the global payment layer that the early pitch described is an open question, and one that depends as much on user-facing product development as on protocol improvements.