← Bitcoin Encyclopedia

Channel Balance

🌿 Intermediate

💡 The Plain-English Definition

In a Lightning Network payment channel (a direct payment connection between two nodes), the channel balance is how the total funds are split between the two sides. Your local balance is what you can send. Your remote balance is what you can receive. Managing this split is one of the central ongoing challenges of running Lightning.

🤔 But Why Though?

When two nodes open a Lightning channel, they commit a fixed total amount of Bitcoin — the channel capacity. Initially, whichever side funded the channel holds all the capacity as their local balance. If Alice opens a channel to Bob with 1 BTC, Alice starts with 1 BTC local balance (she can send up to 1 BTC) and zero remote balance (she can receive nothing). Bob has 1 BTC remote balance and zero local. Every payment shifts the split. Alice pays Bob 0.3 BTC: now Alice has 0.7 BTC local, 0.3 BTC remote. Bob has 0.3 BTC local, 0.7 BTC remote. The total always stays the same — only the distribution changes. A channel used heavily for sending eventually depletes on one side and must be rebalanced before it’s useful again.

For nodes that earn fees by routing payments for others, balance management is critical. Routing requires the intermediate node to have enough local balance to forward a payment. Channels that are skewed entirely in one direction — all sent out or all received — can’t route payments and generate no fee income. Rebalancing options include making or receiving payments that naturally correct the balance, using submarine swaps (services that exchange on-chain Bitcoin for Lightning Bitcoin to inject liquidity), or paying routing fees to move funds through circular routes.

🌍 The Real-World Analogy

Think of a Lightning channel like a water pipe between two tanks. The pipe has a fixed capacity. Water flows toward Bob’s tank when Alice sends (her tank empties, his fills) and the other way when she receives. A pipe used only for sending eventually empties Alice’s tank completely — she can’t send anymore. Rebalancing is the process of refilling her tank, either by receiving payments or by pumping water through a separate path.

⚡ So What?

For casual Lightning users, channel balance is invisible — wallet apps and LSPs (Lightning Service Providers — companies that manage channels on your behalf) handle it automatically. For anyone running their own Lightning node, balance management becomes a significant operational task. Understanding it explains why Lightning payments sometimes fail (insufficient balance in an intermediate channel) and why maintaining a well-balanced routing node requires ongoing attention.

Part of The Bitcoin Encyclopedia 167 terms, plain English, no jargon.