The Lightning Network is a layer built on top of Bitcoin for fast, cheap, small payments. Instead of writing every coffee-sized transaction to the main chain, Lightning settles them through payment channels and only touches the base layer when channels open or close. The result is payments that clear in under a second for a fraction of a cent.
Why Lightning exists
Bitcoin's base layer is secure and final but deliberately limited in throughput, so on-chain fees and confirmation times make it a poor fit for buying a coffee or tipping a creator. Lightning solves that by moving small payments off-chain while still settling in real bitcoin.
It's not a replacement for on-chain Bitcoin β it's a complement. Large, infrequent transfers still make sense on-chain; high-frequency, low-value payments are where Lightning shines.
Channels and invoices, briefly
A payment channel is a shared balance between two parties, opened with one on-chain transaction. Once open, the two can pay each other instantly by updating the balance, and the network routes payments across many connected channels so you don't need a direct channel to everyone.
Payments are requested with an invoice: the recipient generates one encoding the amount and a payment hash, the payer scans it, and the payment either completes atomically or fails β there's no half-paid state. LNURL and Lightning Addresses (which look like an email) make this friendlier for everyday use.
Custodial vs non-custodial Lightning
Custodial Lightning wallets manage channels and liquidity for you β you just scan and pay, at the cost of the provider holding your funds. They're the easiest way to start and are ideal for small balances.
Non-custodial Lightning wallets put you in control of keys and channels, which means managing liquidity and staying online to receive. The trade-off is the familiar one: convenience versus control. Pick custodial to learn, non-custodial when self-sovereignty matters.
- Custodial: instant setup, provider holds funds, great for small amounts.
- Non-custodial: you hold keys and manage channels and liquidity.
- Lightning Address: a human-readable handle for receiving, like an email.
Where Lightning fits for payments
For merchants, Lightning is compelling wherever amounts are small and speed matters: content, tips, in-game items, point-of-sale, and pay-per-use APIs. Gateways like BTCPay Server support Lightning alongside on-chain Bitcoin, so you can offer both and let the buyer choose.
The main operational consideration is inbound liquidity β your node needs channel capacity to receive. Custodial services and managed BTCPay hosts handle this for you; running your own node means planning for it.
Frequently asked questions
Is a Lightning payment still real Bitcoin?
Yes. Lightning settles in bitcoin and is secured by the Bitcoin base layer. It moves small payments off-chain for speed and cost, then settles to the main chain when channels open or close.
How fast and cheap is Lightning really?
Payments typically complete in well under a second and cost a fraction of a cent, which is why it suits tiny, frequent payments that would be impractical on-chain.
Do I need to run a node to use Lightning?
No. Custodial Lightning wallets manage channels for you β scan and pay. Running your own node is optional and gives you full control at the cost of managing channels and liquidity.
What is a Lightning Address?
It's a human-readable identifier that looks like an email address and lets people pay you without copying an invoice each time. It's built on LNURL and makes receiving Lightning payments much simpler.