Skip to content
buybitcoinsmart

Bitcoin glossary

Lightning & layer 2

Lightning exists because block space is scarce and a coffee should not have to bid against a settlement for it. The idea is simple even where the vocabulary is not. Two parties lock bitcoin in a channel, trade signed updates about how it is split, and only the opening and the closing ever touch the chain.

Everything else follows from that. A channel has a capacity and it has a direction, so one that has been used hard in a single direction cannot receive again until it is rebalanced. Routing means finding a path of channels between you and the person you are paying, which is why a Lightning payment can fail in ways an on chain payment cannot. Invoices carry an amount and they expire, which is why Lightning feels less like sending money and more like paying a bill.

The trade offs are real and this section names them. Channels need funds that are online and watched, a different risk model from cold storage. Force closing is what happens when a counterparty vanishes, and it costs an on chain fee at whatever the fee rate happens to be that day.

Sidechains, statechains and the other layer two designs are here too, along with what each one is really asking you to trust.

47 terms. Last reviewed 2026-09-07.

Terms in Lightning & layer 2

The other 13 sections

Frequently asked questions

What problem does Lightning solve?

Block space is scarce, and a coffee should not have to bid against a settlement for it. Two parties lock bitcoin in a channel, exchange signed updates about how it is split, and only the opening and the closing ever touch the chain.

Is a Lightning wallet still self-custody?

It depends entirely on the wallet. Some run a real node on your phone and hand you a seed phrase. Others are an account on somebody else's server wearing the same interface. The difference only becomes visible when you try to recover.

Why did my Lightning payment fail?

Usually liquidity rather than a fault. A payment needs capacity along a route, and receiving needs inbound capacity you may not have yet. Failures are cheap and safe, which is why wallets retry quietly and you rarely notice them.

What is a force close and what does it cost?

Closing a channel unilaterally when the other side is unreachable. Your funds are safe but locked until a timelock expires, often several days, and the on-chain fee comes out at whatever rate was agreed when the channel was opened.