Lightning Network
Segunda camada sobre o Bitcoin que usa canais de pagamento entre participantes para permitir transferências rápidas e baratas fora da cadeia principal.
Key points
- Lightning Network is a second layer built on top of Bitcoin to enable fast, cheap payments off the main chain.
- It uses payment channels between participants, where many transactions happen without recording each one on the main network.
- It is one of the main answers to Bitcoin's speed and cost limitations for small, frequent payments.
What is the Lightning Network?
Lightning Network is a second-layer protocol that runs on top of Bitcoin with the goal of enabling instant, low-cost payments. Instead of recording every transfer on the main chain, which has limited capacity, it lets participants exchange value with each other through channels, turning to the main network only when opening and closing those channels.
How it works
Two participants open a payment channel by committing funds in a transaction on the Bitcoin main chain. From then on, they can exchange value with each other as many times as they want, updating the channel balance instantly and without network cost on each exchange. Only when they decide to close the channel is the final result recorded on the main network.
The system does not require a direct channel between everyone: channels connect to form a network, and a payment can pass through several participants before reaching its destination. This makes it possible to pay someone you don't have an open channel with, by routing through intermediary channels, with cryptographic guarantees that no one along the path can divert the funds.
Since most transactions never touch the main chain, they are fast and cheap, which makes very small payments viable that would be too expensive on Bitcoin's base network.
Why it matters
For everyday Bitcoin payments, the Lightning Network solves the main chain's cost and speed problem. For those receiving small, frequent amounts, it enables near-instant transfers with minimal fees, while keeping security anchored in the Bitcoin main network.
Limitations
The Lightning Network requires managing channels and keeping funds committed to them, which adds complexity and limits how much can be moved per channel. The need for participants to be available to receive funds and the dependence on liquidity in intermediary channels also impose restrictions. Closing channels improperly or losing data can create risks that require technical care. Even so, for small and frequent payments, the cost and speed gains usually outweigh this complexity for many use cases.