A layer-2 payment network built on top of Bitcoin that enables near-instant, low-cost transactions by conducting them off-chain through payment channels. Only the opening and closing of channels are recorded on the main blockchain.
A layer-2 payment network built on top of Bitcoin that enables near-instant, low-cost transactions by conducting them off-chain through payment channels. Only the opening and closing of channels are recorded on the main blockchain.
The Lightning Network addresses Bitcoin's scalability limitation — the base layer can process roughly 7 transactions per second, far too few for global payment use. Lightning works by creating payment channels between two parties. Once a channel is open (funded by an on-chain transaction), the parties can transact unlimited times between themselves, instantly and almost free. Only the net result is eventually settled on-chain.
The real power emerges from the network effect. You don't need a direct channel with everyone you want to pay. Lightning routes payments through interconnected channels — if Alice has a channel with Bob, and Bob has a channel with Carol, Alice can pay Carol through Bob. Sophisticated routing algorithms find paths through the network, enabling payments between any two connected participants. This creates a scalable mesh that can theoretically handle millions of transactions per second.
Lightning has grown significantly, with capacity exceeding thousands of Bitcoin and adoption spanning wallets, exchanges, and merchants worldwide. El Salvador's adoption of Bitcoin as legal tender used Lightning as the primary payment rail through the Chivo wallet. However, challenges remain: channel liquidity management, routing reliability for large payments, and the requirement to be online to receive payments are active areas of development.
Lightning transactions settle in milliseconds to a few seconds, compared to the 10-minute average for on-chain Bitcoin confirmations. This speed makes Lightning suitable for point-of-sale payments, micropayments, and real-time streaming of value — use cases that aren't practical on the base layer.
Lightning fees are typically fractions of a cent, composed of a small base fee plus a percentage of the payment amount charged by routing nodes. This is dramatically cheaper than on-chain fees, which can range from a few cents to tens of dollars during congestion. The low cost enables micropayments that are uneconomical on-chain.
Lightning inherits Bitcoin's security because channels are anchored by on-chain transactions. If a counterparty tries to cheat by broadcasting an old channel state, the other party can claim all funds as a penalty. However, users should keep their nodes online or use watchtower services to monitor for fraud attempts.