Module 5 · The Bitcoin Story / 5.3
A payment does not need its own page.
How Lightning moves repeated payments above the base chain.
Imagine two friends who buy lunch for each other throughout a week. They could settle every small amount separately. Or they could keep updating what each owes and settle a final amount later.
A Bitcoin payment channel follows a related idea, but it cannot rely only on a friendly promise. It needs rules that protect either participant if the other stops cooperating.
More capacity has a cost.
Every full node must receive and validate the base chain’s blocks. Increasing the amount of work and data required can increase the resources needed to participate independently.
This creates tradeoffs among capacity, security and decentralization. People call this a blockchain trilemma. It is a useful way to investigate designs, not a mathematical rule that every system must choose exactly two qualities.
Layering lets different parts of a system do different jobs. The internet already separates underlying transport from applications. Bitcoin can keep a shared settlement record while additional protocols handle some activity outside that record.
A layer does not remove all costs. It changes where data, capital, trust and responsibility sit. Before celebrating the faster number, ask which assumptions made it possible.
Commit once. Update the allocation.
In a Lightning payment channel, participants commit bitcoin through an on-chain funding arrangement. They can then exchange signed updates defining how the committed amount is allocated.
Our hypothetical channel starts with 80,000 sats on Jo’s side and 20,000 on Lee’s. Jo pays Lee 10,000. The allocation becomes 70,000 and 30,000. The combined amount remains 100,000; we omit fees and reserves in this teaching example.
Further updates can happen without publishing each one as a separate base-chain transaction. Closing a channel eventually settles its state on-chain. A cooperative path can be simple; force-closes, disputes and other operations may require extra transactions and waiting.
Jo has 80,000 and Lee has 20,000 in this no-fee teaching channel. Fees and reserves are omitted.
Protection comes from signed transactions, timelocks and rules for responding to an attempt to publish an obsolete state. Participants or a service watching for them must be able to respond within relevant deadlines. This is more than a private spreadsheet.
A network of channels.
Jo need not have a direct channel with everyone. A payment can travel through a route of connected channels. Conditional payments help ensure that forwarding either completes as required or times out according to the protocol.
But every part of the route needs suitable liquidity. A channel can have plenty of total capacity and still lack funds in the direction the payment needs. A payment can therefore fail even when the recipient address and authorization are correct.
Routing fees, base-chain fees, liquidity costs and provider charges can all matter. Payments can be fast, but “instant, free and any size” is not an honest universal description.
Small purchases, tips and remittances are possible applications. A real comparison includes currency conversion, access, local cash-out, reliability and custody—not just the network fee shown in an ideal demonstration.
Know which system you are using.
A custodial Lightning app may run channels for you and keep an internal balance. That can be convenient, while returning you to the same custody question: who can sign and what if withdrawals stop?
A self-custodial setup transfers more channel and recovery responsibility to you or to services with defined roles. Look at the actual arrangement instead of assuming every “Lightning wallet” has the same protections.
Other familiar Bitcoin names belong in different categories. Taproot is a base-layer protocol upgrade. Ordinals and inscriptions describe ways to interpret and use data on the base chain; they are not themselves a faster payment layer.
When someone introduces a new layer or bridge, trace how you enter, what backs the claim, who can interfere, and how you exit if participants disagree. Faster interaction is valuable when you understand the conditions underneath it.
The idea to keep
A payment channel lets participants update an allocation without putting every update on the base chain. It gains efficiency by adding funding, routing and enforcement arrangements. Those arrangements deserve the same care as the base protocol.