The core idea
The Lightning Network is a payment network built on top of Bitcoin. Participants open channels with on-chain transactions, exchange signed balance updates off-chain and later settle the final state on Bitcoin. This can make frequent or small payments faster and less expensive.
- Lightning payments use Bitcoin but have a different operational model from ordinary on-chain payments.
- Channels lock funds and need inbound or outbound liquidity.
- Routing fees are separate from on-chain channel-opening and closing fees.
- Custodial Lightning wallets are simpler but reintroduce counterparty risk.
How it works in practice
A payment can travel through several channels when no direct channel exists between sender and recipient. Routing requires available liquidity in the correct direction. Wallet design matters: a custodial Lightning wallet manages channels and keys for the user, while a self-custodial wallet requires more responsibility for backups, liquidity and online operation.
Practical checklist
- Identify whether the wallet is custodial or self-custodial.
- Start with a small amount and test receiving as well as sending.
- Understand how the wallet backs up channel state and recovers access.
- Keep enough on-chain bitcoin for channel operations when self-managing.
- Do not assume every merchant or wallet supports the same invoice features.
Limits and risks
Lightning reduces some payment friction but adds channel, liquidity, routing and availability risks. A failed payment does not necessarily mean funds were lost; it may indicate insufficient route liquidity. Self-custodial setups can be more complex, and large long-term balances may be better suited to a security model designed for savings rather than frequent payments.
Sources and further reading
Use primary documentation where possible and compare claims across independent sources.
Frequently asked questions
Is Lightning a different coin?
No. Lightning transfers bitcoin through payment channels anchored to the Bitcoin blockchain.
Why can a Lightning payment fail?
A route may lack sufficient liquidity, a node may be offline or the invoice may be invalid or expired.
Do Lightning payments appear individually on the blockchain?
Individual off-chain updates normally do not. Channel opening and settlement transactions do appear on-chain.