Bitcoin's layer 2 payment network. Instant transactions, near-zero fees, and the infrastructure behind everyday Bitcoin spending.
The Lightning Network is a payment system built on top of Bitcoin. It is often called a "layer 2" protocol because it sits above Bitcoin's base layer - the blockchain itself - and uses it as a settlement layer.
Think of it like a bar tab. Instead of running your credit card for every drink, you open a tab at the start of the night and settle once at the end. Lightning works the same way. Two parties open a payment channel on the Bitcoin blockchain, exchange as many transactions as they want off-chain, and then settle the final balance back to the blockchain when they are done.
The result is Bitcoin payments that are instant (under a second), extremely cheap (fractions of a cent), and capable of handling millions of transactions per second. The base layer handles roughly 7 transactions per second. Lightning removes that bottleneck.
Bitcoin's base layer was designed for security and decentralization, not speed. Every transaction must be validated by thousands of nodes worldwide and included in a block that is mined roughly every 10 minutes. This is what makes Bitcoin decentralized and censorship-resistant - but it also means the network can only process a limited number of transactions.
At 7 transactions per second, Bitcoin's base layer could not support a city, let alone a global economy. Visa processes around 1,700 transactions per second on average. For Bitcoin to function as money for everyday purchases, it needs a way to handle high volume without sacrificing the security of the base layer.
Lightning solves this by moving the majority of transactions off-chain while still anchoring everything to Bitcoin's security. The base layer becomes the final settlement layer - like a central bank settling between commercial banks - while Lightning handles the day-to-day flow.
Open on-chain. Transact off-chain. Close on-chain.
Two parties create a special Bitcoin transaction that locks funds into a shared address on the blockchain. This is the only on-chain transaction required to start. The amount locked becomes the channel's capacity - the maximum that can flow through it.
Once the channel is open, the two parties can send Bitcoin back and forth instantly by updating the balance between them. Each update is cryptographically signed by both parties. These transactions never touch the blockchain - they happen directly between the two nodes. This is why they are fast and free.
When either party wants to settle, the final balance is broadcast to the Bitcoin blockchain. This is one more on-chain transaction. The result: two on-chain transactions (open and close) can represent thousands of off-chain payments in between.
You do not need a direct channel with every person you want to pay. Lightning uses multi-hop routing to find a path through the network. If Alice has a channel with Bob, and Bob has a channel with Carol, then Alice can pay Carol through Bob.
Alice pays Carol through Bob. Bob cannot steal the funds - the payment uses cryptographic hash locks that guarantee delivery or refund.
This routing happens automatically. Your wallet finds a path, and the payment completes in under a second. The cryptographic mechanism - called Hash Time-Locked Contracts (HTLCs) - ensures that either the entire payment goes through or none of it does. Intermediary nodes cannot steal funds in transit.
Routing nodes can charge tiny fees for forwarding payments - typically a fraction of a cent. Some people run their own Lightning node and earn these fees, though the amounts are modest.
Different layers for different purposes. Neither replaces the other.
| Feature | Lightning (Layer 2) | On-Chain (Layer 1) |
|---|---|---|
| Speed | Under 1 second | 10-60 minutes |
| Fees | Fractions of a cent | $0.50 - $50+ (varies) |
| Throughput | Millions of tx/sec | ~7 tx/sec |
| Best for | Small, frequent payments | Large, infrequent settlements |
| Privacy | Better (off-chain) | Transparent ledger |
| Settlement | Probabilistic until closed | Final after ~6 confirmations |
| Minimum amount | 1 satoshi (0.00000001 BTC) | ~546 satoshis (dust limit) |
Lightning is no longer theoretical. It is being used daily around the world.
In 2021, El Salvador made Bitcoin legal tender. The government-backed Chivo wallet used Lightning for everyday transactions - buying coffee, paying for groceries, receiving remittances from abroad. It demonstrated that Lightning could handle real-world retail volume.
Platforms like Nostr and Stacker News use Lightning for instant tipping. Send 100 satoshis to a post you liked - the payment arrives in under a second with no fee worth mentioning. This type of micropayment was impossible before Lightning.
Strike uses Lightning to enable instant cross-border payments. A worker in the US can send money to family in the Philippines, and it arrives in seconds - not days - with minimal fees compared to Western Union or traditional bank wires.
Pay-per-article, pay-per-minute podcast streaming, API metering - Lightning enables payments so small they would be impossible with credit cards. Podcasting 2.0 apps let listeners stream satoshis to creators in real time as they listen.
To use Lightning, you need a wallet that supports it. Most modern Bitcoin wallets include Lightning built in. Here are three options we have reviewed, along with the key tradeoff - custodial vs non-custodial.
Non-custodial Lightning wallet by ACINQ. You hold your own keys and channels are managed automatically. The best option for people who want real self-custody on Lightning without the complexity of running a node. Requires an initial on-chain transaction to open a channel.
Supports both on-chain and Lightning. The Lightning functionality uses a custodial model by default - meaning a third party holds the keys for your Lightning funds. Easy to get started, but you are trusting someone else with your sats on the Lightning side.
Not a traditional wallet - more of a payment app. Custodial, but with a polished user experience and strong fiat on/off ramps. Excellent for remittances and spending Bitcoin without thinking about channels or liquidity. The tradeoff is that Strike holds your keys.
For a full breakdown of wallet types and how to choose, see our wallet reviews or read how Bitcoin wallets work.
This is the most important decision when choosing a Lightning wallet. It mirrors the same tradeoff in on-chain Bitcoin - do you hold your own keys, or trust someone else to hold them?
Examples: Phoenix, Breez, Zeus
Examples: Strike, Wallet of Satoshi, BlueWallet (LN side)
Our recommendation: start with a custodial wallet to learn how Lightning feels. Once you are comfortable and holding meaningful amounts, move to a non-custodial option like Phoenix. The same principle applies here as with on-chain Bitcoin - if the amount matters to you, hold your own keys.
The Lightning Network has grown significantly since its mainnet launch in 2018. As of early 2026, the network has over 15,000 active nodes and around 5,000 BTC in public channel capacity. The actual capacity is likely higher because private channels are not visible to the network.
15,000+
Active nodes
50,000+
Payment channels
~5,000 BTC
Public capacity
<1 sec
Payment speed
Major exchanges including Coinbase, Kraken, and Binance now support Lightning deposits and withdrawals. This means you can buy Bitcoin on an exchange and withdraw it instantly to your Lightning wallet with minimal fees - a major improvement over on-chain withdrawals that can take 30-60 minutes.
Lightning is powerful, but it is not perfect. Here is what you should know.
To receive payments on Lightning, you need inbound liquidity - meaning someone else has to have funds on their side of a channel with you. For non-custodial wallets, this can be confusing for beginners. Phoenix handles this automatically but charges a fee for new channels.
Non-custodial Lightning wallets need to be online periodically to monitor for fraud attempts on your channels. If a counterparty broadcasts an old channel state, your wallet needs to respond within a time window (usually a few days) to protect your funds. Custodial wallets handle this for you.
Lightning is designed for everyday spending, not cold storage. Routing large payments (over a few million satoshis) can fail due to insufficient liquidity along the path. For large amounts, use the base layer. Think of Lightning as your checking account and on-chain as your savings account.
Lightning has improved dramatically since 2018, but the user experience is still rougher than traditional payment apps. Occasional payment routing failures happen, especially for larger amounts. The technology is actively being developed, and each year brings meaningful improvements.
“Lightning is a separate cryptocurrency.”
It is not. Lightning is Bitcoin. Every satoshi on Lightning is backed by real Bitcoin locked in on-chain payment channels. There is no separate token or coin.
“Lightning replaces the Bitcoin blockchain.”
Lightning depends on the blockchain. It cannot exist without the base layer. The blockchain provides the security and finality that Lightning relies on for its trust model. They are complementary, not competing.
“Lightning is not secure.”
Lightning inherits Bitcoin's security model for the funds locked in channels. The cryptographic guarantees ensure that if a counterparty tries to cheat, you can recover your funds on-chain. The main risk is operational - keeping your wallet online and backed up - not a fundamental security flaw.
“You need to be technical to use Lightning.”
This was true in 2019. It is much less true now. Wallets like Phoenix and Strike abstract away the complexity. Most users scan a QR code, confirm, and the payment goes through. The experience is approaching Venmo-level simplicity for basic send/receive.
Go deeper on Bitcoin infrastructure and wallets