Bitcoin as MoneyPractical Guides5 March 2026 · 6 min read

Lightning, Explained Without the Jargon

The Lightning Network is what makes bitcoin a practical medium of exchange. Here is how it works, in plain language, without skipping the parts that matter.

The Bitcoin base layer processes a few transactions per second. Lightning processes millions. This is not a contradiction. It is a deliberate architectural choice. The base layer is designed for final settlement — the kind of transaction that needs to be cryptographically verified by every node on the network forever. Lightning is designed for the day-to-day payments that do not need that level of finality.

The Core Idea

Two parties open a payment channel by jointly signing a transaction on the bitcoin base layer that locks some funds into a multi-signature output. Both parties must sign for the funds to move. Once the channel is open, the two parties can exchange signed transactions back and forth between themselves — not on the main chain, but directly — updating their respective balances without broadcasting anything.

At any point, either party can close the channel by broadcasting the latest state to the base layer. The funds are distributed according to the final balance. The main chain only sees two transactions: the one that opened the channel, and the one that closed it. All the activity in between is invisible to the network.

The Routing Layer

You do not need a direct channel with everyone you want to pay. If you have a channel with Alice, and Alice has a channel with Bob, you can pay Bob by routing through Alice. Alice does not take custody at any point; the routing is atomic — either the full payment completes, or nothing moves.

The result is a network of channels, each operated independently, that together form a payment graph. Any user can pay any other user, as long as there is a path of sufficient capacity between them. The protocol finds the path automatically.

What It Feels Like

From a user perspective, Lightning feels like a normal payment experience. You scan a QR code. You confirm the amount. You press send. The payment settles in about a second. Fees are typically a fraction of a cent. The experience is better than credit cards, better than Venmo, better than PayPal, and operates on a protocol no single entity controls.

It also works across borders without any additional machinery. A Lightning payment from Argentina to Nigeria is identical to one from your bedroom to the corner shop. There is no international wire fee. There is no foreign exchange markup. There is no requirement that the recipient have a bank account.

What It Does Not Do

Lightning is not a replacement for base-layer settlement. Large transactions, final settlements, and stores of value belong on the base chain. Lightning is for the payments that need to move quickly and cheaply, and whose counterparty risk tolerance is measured in hours rather than decades.

Used together, the base layer and Lightning form a complete monetary system. The base layer is the vault. Lightning is the spending wallet. Both are necessary. Neither is sufficient on its own.

Written by

The Bitcoin Transition

The Bitcoin Transition is an educational project of the Bitcoin Education Foundation. We publish from first principles, in the voice of the protocol itself: direct, technically precise, and free from fiat-denominated framing.

Related reading

Bitcoin as Money3 April 2026 · 4 min read

What Is a Satoshi? Bitcoin's Smallest Unit Explained

A satoshi is the smallest unit of Bitcoin — one hundred-millionth of a bitcoin. Here is why that matters, and why it changes how you should think about ownership.

Read →