Learn

Lightning channel: the funded link payments route through

A Lightning channel, also called a payment channel, is a funded two-party link between Lightning nodes. You open it with an on-chain Bitcoin transaction that locks in a balance, then send and receive many payments across it instantly without touching the blockchain each time. Payments hop from channel to channel to reach someone you have no direct channel with, which is how the wider network routes value.

At a glance

What it is
A funded two-party link between Lightning nodes
How it opens
With an on-chain transaction that locks in a starting balance
What it gives
Many instant, low-fee payments without an on-chain hit each time
What you manage
Capacity and the inbound and outbound balance of each channel
Flow

How a channel carries payments

An on-chain transaction funds a channel between two nodes. After that, many payments move across it instantly, and can hop through other channels to reach someone further away. Green is the funded channel that makes the speed possible.

1
On-chain transaction funds the channel locks in a starting balance between two nodes
2
The channel carries many payments instant and off-chain, no blockchain hit each time
3
Payments hop across channels to reach someone you have no direct channel with

What is a Lightning channel?

A channel is a funded link between two Lightning nodes. To open one you make a single on-chain Bitcoin transaction that locks a balance into the channel. After that, the two nodes can send payments back and forth across it as often as they like, instantly and for almost nothing, without writing anything to the blockchain. When you are finally done, closing the channel settles the final balance back on-chain. The blockchain sees the open and the close; everything in between stays off it, and that is where Lightning’s speed comes from.

You almost never have a direct channel with everyone you want to pay. The network solves this by routing: a payment hops through a chain of connected channels, node to node, until it reaches the destination. Each hop just shifts balance along a channel that already exists.

Why do channels need managing?

Because a channel has a direction. The funds in it sit on one side or the other, which gives it outbound capacity, what you can send, and inbound capacity, what you can receive. Send a lot and your balance shifts to the far side, leaving you plenty of room to receive but little to send. Receive a lot and the reverse happens. Neither is a fault; it is just how the balance moves.

This is the upkeep that running your own node adds. You open channels with enough capacity for what you do, keep an eye on the inbound and outbound balance, and occasionally rebalance or open another. It is the price of holding your own funds instead of letting a custodial app paper over all of it for you.

A channel is

  • A funded link between exactly two nodes
  • Opened and closed with on-chain transactions
  • Able to carry countless payments while it stays open
  • Directional: it has inbound and outbound capacity to manage

A channel is not

  • A free-floating balance with no counterparty
  • Settled on-chain for every payment it carries
  • Unlimited; it can only move what its capacity allows
  • Maintenance-free once open; balances drift and need attention

Related terms

← All terms Reviewed: June 2026