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.
22 terms. Last reviewed 2026-08-13.
Terms in Lightning & layer 2
- ArkArk lets you receive bitcoin off chain without opening a channel, by giving you a share of a large shared output that expires unless you refresh it.
- Atomic swapAn atomic swap trades coins on two different blockchains in a single all-or-nothing operation, enforced by matching hash locks and timelocks rather than by an exchange holding both sides.
- BOLT11 invoicealso Lightning invoice, BOLT 11A BOLT11 invoice is the long string starting with lnbc that a Lightning wallet produces to request a payment, encoding the amount, a payment hash, an expiry, and a signature.
- Cashualso Ecash, Chaumian ecashCashu is an open protocol for Chaumian ecash on bitcoin, where a mint issues blinded digital notes that spend instantly and privately but remain the mint's IOUs.
- Channel capacityChannel capacity is the total amount of bitcoin locked in a Lightning channel's funding output, which is the ceiling on what the two peers can move between them, not the amount you can spend.
- Drivechainalso BIP300Drivechain is an unactivated proposal, BIP300 and BIP301, that would let bitcoin miners rather than a federation guard sidechain deposits, with withdrawals taking months of miner votes.
- Fedimintalso Federated mintFedimint is a protocol for community custody: a group of guardians holds bitcoin in a threshold multisig and issues blinded ecash notes that the guardians themselves cannot trace.
- Force closeA force close ends a Lightning channel without your counterparty's help: you broadcast the latest commitment transaction, pay on-chain fees, and wait out a delay before your own balance is spendable.
- HTLCalso Hash time-locked contractAn HTLC is a payment that pays out only against a secret, and refunds the sender if that secret never arrives before a block height both sides agreed on.
- Inbound liquidityalso Receive capacityInbound liquidity is the amount someone can send you over Lightning right now, which equals the balance your channel partners hold on their side of your open channels.
- Lightning addressA Lightning address looks like an email address, user at domain, and resolves to a web endpoint on that domain which hands your wallet a fresh Lightning invoice on request.
- Lightning Networkalso Lightning, LNThe Lightning Network is a payment layer built on top of bitcoin where two parties lock coins in a shared on-chain address and then pay each other instantly off-chain.
- Liquid Networkalso LiquidLiquid Network is a bitcoin sidechain run by a federation of exchanges and financial firms, offering one minute blocks, confidential amounts, and issued assets in exchange for federated custody.
- LNURLLNURL is a family of small web protocols that let a Lightning wallet fetch a fresh invoice, a withdrawal, or a login challenge from a server by following one encoded link.
- Payment channelalso Micropayment channel, Lightning channelA payment channel is a two-party bitcoin contract funded by one on-chain transaction, inside which the two sides can rewrite the split of that money thousands of times without touching the chain.
- PTLCalso Point time-locked contractA PTLC locks a payment to an elliptic curve point rather than a hash, so each hop on a Lightning route sees a different lock and cannot recognize the same payment twice.
- Routing nodeA routing node is a Lightning node that keeps channels open in both directions and forwards other people's payments through them, collecting a small fee on every hop it relays.
- SidechainA sidechain is a separate blockchain whose coins are backed by bitcoin locked on the main chain, so value moves between the two through a peg instead of a trade.
- SplicingSplicing resizes an open Lightning channel by spending its funding output into a new, larger or smaller one, so the channel keeps its history and stays usable throughout.
- StatechainA statechain moves an entire bitcoin output from one owner to the next off chain, by handing over a key share while a server that co-signs promises to forget the old one.
- Submarine swapA submarine swap trades on-chain bitcoin for Lightning bitcoin in one atomic step, using the same payment hash on both sides so neither party can take the money and run.
- WatchtowerA watchtower is a service you pay or ask to watch the blockchain while your Lightning node is offline, ready to punish a channel partner who publishes an old balance.
The other 13 sections
- BasicsWhat bitcoin is, what a satoshi is, and the handful of ideas the rest of the glossary is built on.
- Addresses & keysWhere coins get sent, what a private key actually controls, and how one seed produces thousands of addresses.
- Wallets & custodyHot, cold, custodial and multisig, and what each one changes about who can move your coins.
- Privacy & securityThe attacks that take people's bitcoin, and the habits and tools that stop them.
- Transactions & feesWhat a bitcoin transaction is made of, why it costs what it costs, and how to unstick one.
- Buying & exchangesOrder types, spreads and fee schedules: the vocabulary an exchange uses while it is charging you.
- Markets & investingMarket cap, volatility and spot ETFs. The language of price, without the price predictions.
- Mining & consensusHow new blocks get made, what difficulty adjusts, and why the rules hold with nobody in charge.
- Protocol & upgradesSegWit, Taproot, soft forks and BIPs: how bitcoin changes and who gets to decide.
- Regulation & taxKYC, the Travel Rule, MiCA and capital gains: the rules that reach your account and your tax return.
- Culture & historyMt. Gox, the genesis block, HODL, and the events and slang that shaped how people talk about bitcoin.
- Nodes & softwareBitcoin Core, full nodes, pruning and RPC: the software that enforces the rules.
- Developer referenceP2P message types, opcodes and script terms: the field names you meet reading bitcoin code.