💡 The Plain-English Definition
Channel capacity is the total amount of Bitcoin locked in a Lightning Network payment channel when it’s opened. It’s fixed at that moment, sets the absolute ceiling for payments through that channel, and can only be changed by closing the channel or using a technique called splicing.
🤔 But Why Though?
Opening a Lightning channel requires an on-chain Bitcoin transaction (a transaction permanently recorded on the Bitcoin blockchain) that locks a specific amount of Bitcoin into a shared contract between two parties. This locked amount is the capacity — the ceiling for everything that channel can do. Neither party can send more than the total capacity at any time, and what each can send is further limited by their share of the current balance.
The capacity directly constrains payment size. If you want to send 0.5 BTC through a channel with only 0.3 BTC total capacity, the payment fails — regardless of what else you own. This is one reason Lightning works best for small and medium payments. Capacity also represents a capital commitment: Bitcoin locked in a channel earns nothing and can’t be used elsewhere while the channel is open. Node operators must weigh the cost of that locked capital against the routing fees they earn from payments flowing through. Originally, Lightning channels had a maximum capacity of roughly 0.167 BTC — a conservative limit during the network’s early development. The “wumbo” flag (an opt-in option in the Lightning protocol, the name a playful reference to the cartoon SpongeBob SquarePants) removed this cap, allowing channels of any size. Large capacity channels are now common among routing nodes handling significant payment volumes.
🌍 The Real-World Analogy
Think of a Lightning channel like a prepaid phone balance shared between two people. The total balance is fixed at top-up. When one person makes calls, their share decreases and the other’s increases. Neither can make calls worth more than the total shared balance — and adding more credit requires a new top-up, which in Lightning terms means closing and reopening the channel, or using splicing to add funds without closing.
⚡ So What?
For anyone choosing how much Bitcoin to commit to a Lightning channel, capacity is the key decision. Too little, and the channel depletes quickly or can’t handle payments of useful size. Too much, and capital is unnecessarily locked up. For users of custodial Lightning wallets, capacity decisions are handled automatically. For self-hosted node operators, channel sizing is one of the most important operational choices they make.
