Definition
Inbound liquidity is the amount of Bitcoin parked on the remote side of your Lightning channels, which determines how much you can receive. It is widely considered the single most discussed operational challenge in running a Lightning node, because the network's structure makes receive-side balance scarce by default.
Why inbound liquidity is hard to get
When you open a channel, every satoshi starts on your side as outbound capacity, leaving you with no ability to receive until balance moves to your peer. This is a structural problem rather than a bug: to receive, either someone must open a channel pointing at you, or you must first push funds outward through payments or swaps.
Common ways to acquire it
Operators use several techniques. Spending through a channel naturally shifts balance to the remote side, creating inbound room. Liquidity marketplaces let you purchase inbound capacity from well-connected nodes. And submarine swaps let you convert outbound Lightning balance back into an on-chain UTXO that can fund a fresh channel, increasing total capacity while rebalancing toward receiving.
Inbound liquidity is one half of every channel's channel capacity, and managing it well is what makes a profitable routing node.
In Simple Terms
Inbound liquidity is the amount of Bitcoin parked on the remote side of your Lightning channels, which determines how much you can receive. It is…
