Lightning Network
Pronunciation: LYTE-ning NET-wurk
Definition
The Lightning Network is a Bitcoin payment-channel system that routes fast off-chain payments through connected channels while retaining on-chain settlement rights. Payments can complete quickly and cheaply, but success depends on channel liquidity, routing, fees, timelocks, node availability, and invoice conditions. Custodial wallets may hide these details while adding provider risk. Channel opening and closing still use Bitcoin transactions. Wallets and merchants should validate invoice amount, network, expiry, payment hash or offer details, and final settlement status.
Overview
Lightning participants lock bitcoin in two-party channels and exchange signed state updates instead of broadcasting every payment. Multi-hop payments use conditional contracts so value can cross a route without requiring intermediaries to trust one another.
Payments can complete quickly and cheaply, but success depends on channel liquidity, routing, fees, timelocks, node availability, and invoice conditions. Custodial wallets may hide these details while adding provider risk. Channel opening and closing still use Bitcoin transactions. Wallets and merchants should validate invoice amount, network, expiry, payment hash or offer details, and final settlement status. Nodes need inbound and outbound liquidity, backups, fee policy, and chain monitoring. A failed route does not necessarily lose funds, but unresolved HTLCs can temporarily lock liquidity. Integration with Lightning Network should use current official specifications for RPC methods, transaction formats, fees, finality, contract addresses, and upgrade schedules. Public endpoints and explorers are useful operational tools but are not independent proof that a node is synchronized or a transaction is canonical.
Changes to governance, validators, sequencers, bridges, or client versions can alter risk without changing the public brand. Payment support for Lightning Network needs explicit asset and network allowlists, receipt or execution checks, reorganization handling, and recovery procedures. Historical records involving Lightning Network should retain chain identifiers, block hashes, transaction data, and the configuration version used at acceptance time. This prevents later renames, forks, or infrastructure changes from making previous settlement decisions impossible to reproduce. Technical takeaway: Lightning enables rapid Bitcoin payments through channels, while liquidity, routing, monitoring, invoice validation, and custody model shape reliability.
Key Takeaway
Lightning enables rapid Bitcoin payments through channels, while liquidity, routing, monitoring, invoice validation, and custody model shape reliability.
Sources
- Bitcoin.org Documentation: Payment Processing — Bitcoin.org (2026-07-30)
- Lightning Network Specifications — Lightning Network Developers (2026-07-30)
- Bitcoin Developer Guide: Transactions — Bitcoin.org (2026-07-30)