Bitcoin's base layer confirms a new batch of transactions every 10 minutes and handles roughly 7 transactions per second globally. Visa handles around 1,700 per second. For large settlements and long-term savings, that 10-minute cadence works well. For paying for your morning coffee, it doesn't.
The Lightning Network was built to close that gap. In November 2025, Lightning crossed $1.17 billion in monthly transaction volume for the first time. Most people outside of Bitcoin didn't notice.
This guide covers what Lightning is, how it works, and where it's headed.
Why Bitcoin needed a second layer
Bitcoin's blockchain is a public ledger. Every transaction ever made sits on it permanently, and every full node on the network downloads and verifies all of them. That verification is what makes Bitcoin trustless and tamper-resistant. There's no central server to hack, no company database to alter, no authority who can reverse a payment.
But that design has a hard constraint. You can't record every coffee purchase, every streaming micropayment, and every cross-border remittance on a ledger that every computer on Earth has to verify. Bitcoin's block size stays deliberately small so that ordinary people around the world can still run nodes. If running a node required a data center, only corporations would bother, and the decentralization that makes Bitcoin valuable would shrink.
So the answer was to leave Bitcoin's base layer alone and build a faster layer on top of it.
"Lightning doesn't replace Bitcoin's blockchain. It uses the blockchain as a settlement layer while moving day-to-day transactions off-chain."
This model already runs most of the financial world. Your bank doesn't record every card swipe on a government ledger. It keeps its own books and periodically settles net balances with other banks. Lightning works the same way on Bitcoin, with one difference: neither party can cheat, because cryptography enforces the rules instead of trust in an institution.
How payment channels work
The core building block of Lightning is the payment channel. If you understand channels, you understand Lightning.
Say Alice buys coffee from Bob every morning. Instead of broadcasting each purchase to the entire Bitcoin network, they open a payment channel. That takes one on-chain transaction to lock up some funds, like both of them putting money into a shared safe.
2. This creates a shared "balance sheet" between them that only they can update.
3. Every time Alice buys a coffee, they update the balance sheet off-chain: Alice's side decreases, Bob's side increases.
4. These off-chain updates are instant and free. No miner is involved. Nothing hits the blockchain.
5. When they're done, they broadcast the final state to the blockchain in a closing transaction. Each party receives their final balance.
One on-chain transaction to open. Unlimited transactions in between. One on-chain transaction to close. If Alice bought a coffee every day for a year, that's 365 purchases settled with just two on-chain fees.
The cryptographic system behind this is called Hash Time-Locked Contracts (HTLCs). Either party can close the channel at any time by broadcasting the most recent signed state to the blockchain. Cheating is economically irrational: if Alice broadcast an old state (one where she has more bitcoin than she actually does), Bob's software would catch it and claim all the funds as a penalty. Lightning nodes watch for this automatically.
Routing: transacting with people you don't have a channel with
A channel between two people is useful but limited. Lightning becomes powerful when channels connect into a network.
Say Alice has a channel with Bob, and Bob has a channel with Carol. Alice can pay Carol through Bob without opening a direct channel with Carol. Bob forwards the payment and earns a tiny fee.
As more nodes and channels join, more payment paths open up. A payment from Alice in London to a merchant in Buenos Aires might route through three or four hops in milliseconds. Each routing node earns a small fee (often fractions of a satoshi) for forwarding the payment.
HTLCs also secure multi-hop routing. Each intermediate node can only collect its fee if the payment reaches the final recipient. Nobody along the route can steal the funds. The cryptographic structure makes theft impossible, even across multiple hops.
Lightning in numbers
As of early 2026, Lightning has grown well beyond its experimental phase. Here's what the network looks like today.
Payment channels: ~45,000+
Network capacity: ~5,000+ BTC locked in channels
Monthly transaction volume: crossed $1.17B (November 2025, via River)
Typical fee per payment: <1 satoshi (fractions of a cent)
Settlement time: ~200ms–2 seconds
Note: Public channel data captures only visible network activity. Many enterprise deployments and custodial Lightning providers process additional off-network volume not reflected in public figures.
That $1.17B is not a speculative market cap or a theoretical ceiling. It represents actual payments that cleared through Lightning in a single calendar month: remittances, purchases, micropayments, salary payouts, and more. Three years earlier, monthly volume was a fraction of that number.
What Lightning is actually used for
Lightning use cases have grown well beyond the "coffee payment" thought experiment.
Remittances. If you send money from the United States to El Salvador, the Philippines, or Nigeria through a traditional service, you typically pay 5-10% in fees and wait days. On Lightning, the same transfer arrives in seconds for less than a cent. If you send small amounts home regularly, that difference adds up fast.
Micropayments. Fractions of a cent can move over Lightning programmatically. That makes new models viable: pay-per-article reading, streaming payments by the minute instead of the month, tipping creators as you scroll. None of these work on Visa or on Bitcoin's base layer. Lightning makes them economical.
Bitcoin payroll and rewards. Companies in high-inflation economies pay workers in bitcoin over Lightning, bypassing the local banking system entirely. Loyalty programs are starting to replace points with actual satoshis (fractions of a bitcoin) that you can spend or save.
Machine-to-machine payments. As AI agents and IoT devices multiply, Lightning gives software a native way to pay other software for routing fees, API calls, and compute costs, with no human in the loop.
Is Lightning safe?
Lightning is cryptographically robust. HTLCs prevent either party from stealing, and the penalty system makes cheating attempts self-defeating. But "safe" comes with tradeoffs you should know about.
Your funds are hot while in a channel. Bitcoin in a Lightning channel stays accessible at all times. That's what makes instant payments possible. It's different from cold storage, where your private key never touches an internet-connected device. For daily spending, the tradeoff makes sense. For large savings, keep your bitcoin on-chain.
You need to be online. A self-sovereign Lightning node has to stay online to monitor channels and route payments. If your node goes offline for an extended period, a malicious channel partner could try to close the channel with an outdated state. Watchtower services can monitor channels on your behalf, but they add complexity.
Channel liquidity matters. A payment can only route through a path if each hop has enough bitcoin on the right side of its channel. In a growing network, this can occasionally cause payment failures. Routing has improved a lot since 2018, but it still isn't as reliable as a Visa payment.
For regular spending, remittances, and micropayments, Lightning works well. The software has improved enormously since the 2018 mainnet launch. Custodial Lightning wallets (where a service handles channel management for you) have made it accessible even if you've never run a node.
Lightning vs. other "fast" payment systems
Lightning often gets compared to Visa, PayPal, M-Pesa, and UPI. The comparisons are useful but imperfect.
Visa is fast and reliable. It's also a closed network. The company behind it can decline transactions, charge merchants 1.5-3% per sale, and exclude anyone it chooses. Lightning is a protocol. No company can terminate your access to it.
M-Pesa and UPI work well within their geographic and currency boundaries. Neither can easily route a payment from Kenya to Argentina without passing through correspondent banks. Lightning is a single global protocol. A payment from Lagos to Los Angeles routes through the same network as a payment across the street.
"You don't apply for Lightning access. There's no compliance check and no account to freeze. It's a protocol, like email, open to anyone with an internet connection."
Speed isn't the real differentiator. Many payment systems are fast. What sets Lightning apart is the combination of open access, final settlement in a censorship-resistant asset, near-zero fees, and programmability. No existing payment rail offers all four.
The road ahead
Lightning is still maturing. Managing your own channels remains hard for non-technical users. Routing can still fail on large payments. And the public channel graph shows only part of total payment volume, because many custodial wallets and enterprise rails process payments that never appear in public node data.
Several protocol improvements are in progress. Taproot Assets (formerly Taro) lets other assets like stablecoins and other currencies be issued on Bitcoin and transferred over Lightning. This could expand Lightning from purely bitcoin payments to a global value-transfer layer for any asset. Early deployments are live as of 2026.
Splicing lets you add or remove funds from a channel without closing it. Major Lightning implementations are rolling out splicing support, which makes channel management more flexible and reduces the friction of maintaining liquidity.
The network that just crossed $1 billion in monthly volume is still early. Millions of people already use it for real money, and the infrastructure keeps improving.
Common questions
Do I need to run a node to use Lightning?
No. Custodial Lightning wallets like Wallet of Satoshi or Strike handle all the channel management for you. You download an app, fund it with bitcoin, and start sending and receiving Lightning payments right away. The tradeoff: you're trusting the service with your funds, the same way you trust a bank. For small daily amounts, that's usually fine. For larger holdings, look into self-custody.
What's the maximum payment size on Lightning?
Lightning works best for smaller payments, from fractions of a cent up to a few thousand dollars. Very large payments are possible but need significant channel liquidity and can run into routing issues. For multi-bitcoin transfers, on-chain transactions are still the better choice.
Can Lightning payments be reversed?
No. Lightning payments are final, like cash. Once a payment settles (in milliseconds), no one can reverse it. Merchants benefit because chargebacks don't exist. But double-check the address before you send. There is no customer service line to call.
Is Lightning the same as Bitcoin?
Lightning is a second-layer protocol built on top of Bitcoin. All funds on Lightning are bitcoin. There is no separate "Lightning coin." Lightning is a faster and cheaper way to move BTC, and you can always fall back to Bitcoin's base layer to settle your final balance.
The bottom line
Bitcoin's base layer is built for security, immutability, and decentralization. It was never meant to handle millions of retail transactions per second. Lightning is the second layer that fills that gap: everyday payments at internet speed, settled in bitcoin, with no intermediary who can stop or reverse them.
Lightning crossed $1 billion in monthly volume in November 2025. As wallets improve and more of the world's financial activity moves to rails that don't require a bank account, a company's approval, or a 3% toll, that number will keep growing.
Lightning doesn't compete with Bitcoin. Lightning is what makes Bitcoin practical for daily use.
Read more: our issue on the month Lightning crossed $1 billion, including the River data behind the milestone. Or start with our explainer on what Bitcoin is if you want the foundation first.