What is the Lightning Network?

A "layer 2" payment protocol built on top of Bitcoin that enables fast, low-cost transactions. Instead of recording every transaction on the blockchain, Lightning creates payment channels between users.

Why It Matters

Lightning Network solves Bitcoin's scalability challenge. On-chain Bitcoin transactions are limited to about 7 per second by design (blocks arrive every 10 minutes with limited size). Lightning could theoretically support millions of transactions per second by processing them off-chain. When you open a Lightning payment channel with someone, you can transact back and forth instantly without touching the blockchain. Only when you close the channel does a final transaction settle on-chain. This makes Bitcoin practical for everyday purchases—coffee, small services, international remittances. Lightning maintains Bitcoin's security because channel participants can always force closure on-chain if something goes wrong. Lightning is especially valuable for low-value transactions where on-chain fees would be prohibitive.

How It Works

Lightning works by creating payment channels between users. You deposit bitcoin into a channel with a merchant or friend, creating a shared ledger that both of you can sign off on. You can then send payments back and forth instantly by updating the channel balance—no blockchain transaction needed. If the other party disappears, you can force-close the channel on-chain to recover your funds. Channels can be chained together through routing, so you can pay someone you don't have a direct channel with by routing through intermediaries. The routing is trustless because each hop cryptographically ensures the payment goes through. This architecture lets Lightning handle millions of transactions per second while remaining anchored to Bitcoin's security.

Further Reading

lightning network