LessonLearn the foundationsRoot: Know what you are buyingCrypto from first principles, lesson 6 of 8

Why can Lightning payments be faster?

Learn how Bitcoin Lightning payment channels update balances away from the base layer, route payments, and keep their final settlement tied to Bitcoin.

CoinBeaver TeamPublished Jul 14, 2026Updated Jul 14, 2026
A secure lodge at the meeting point of two learning routes
On this page

Quick read

Bitcoin can settle ownership on its base layer, but waiting for a block for every small payment can be slow or costly. This lesson explains how Lightning payment channels update balances away from the chain, how payments can route through channels, and why available liquidity and eventual Bitcoin settlement still matter.

Why can a Bitcoin payment need another path?

Bitcoin's base layer gives participants one shared history, but that history is not designed to record every possible small payment immediately. When a payment needs to be frequent or responsive, putting every update directly into a block can reintroduce the delay and competition for block space from the previous lesson.

Lightning is a payment-layer response to that constraint. It lets participants make many balance updates in a channel, then use Bitcoin's base layer when they need to establish or settle that channel.

What is a Lightning payment channel?

A payment channel begins with participants committing BTC to an arrangement that Bitcoin can recognize. Inside the channel, they can agree on newer balance states as they pay one another, without broadcasting every update as a separate Bitcoin transaction. The channel is not disconnected from Bitcoin: its funding and its closing or enforcement path remain tied to Bitcoin transactions.

Steps

  1. Fund a channel

    Participants create the funding arrangement that anchors the channel to Bitcoin.

  2. Update balances

    They exchange new channel states as payments change who can claim what amount.

  3. Settle when needed

    A channel can close or use its commitment path so the resulting balance is resolved on Bitcoin.

How can a payment reach someone without a direct channel?

Lightning can forward a payment through a sequence of channels. Each forwarding node passes a conditional payment to the next hop, rather than taking custody of a separate asset. This is why Lightning can connect people who have not opened a channel with each other directly.

That route is not guaranteed merely because a diagram shows connected nodes. A payment needs a usable amount in the required direction at each hop, while also meeting the hops' current fee, timing, and HTLC limits. In this context, liquidity means whether the needed payment can actually travel along that route now—not simply how much value exists somewhere in the whole network.

What a Lightning payment needs
QuestionDirect channelRouted payment
Who updates the payment?The two channel participants.Each adjacent pair along a route updates its own channel.
What must be usable?Enough capacity in the direction of the payment.Enough usable capacity and compatible limits at every hop.
What can block it?Channel constraints or an unavailable peer.Any hop's availability, fee, timing, or amount constraint.

What trade-offs remain after moving payments into channels?

Lightning can reduce the need to compete for a Bitcoin block for every payment, but it does not make constraints disappear. Funds must be committed to channels, available liquidity can differ by direction, and a route can fail if one hop cannot forward the amount. Channel participants also retain a relationship with Bitcoin for the funding and final settlement of those balances.

What should a beginner remember?

Lightning is an example of a layer built on top of Bitcoin for a specific job: frequent payments. Its speed comes from moving many updates into channels, not from removing Bitcoin's settlement rules. The next lesson follows a different path on Ethereum, where rollups move much of the execution away from the base layer and submit batch information back to it.

Related coins

Keep learning