Cut Your Bitcoin Fees with Lightning
Why Lightning Network fees stay sub-cent in 2026 โ the BOLT #7 base + ppm formula per hop, channel open/close costs, and trade-offs vs on-chain Bitcoin.
Updated June 2026 ยท Reviewed by the PipeFlare team
Less than 1 cent for almost any payment
Payments route off-chain, so fees don't scale with the amount you're sending
Learn more โFee category
Lightning routing
What drives it
Number of hops ร each node's base_msat + ppm on amount forwarded
How to lower it
Use a well-connected wallet; keep payments small/mid-sized; pre-arrange inbound liquidity
Worst-case spike
Large or illiquid payments retry across routes and may fail; channel open/close pays on-chain sat/vB
About lightning network fees
Lightning Network fees are how a Bitcoin layer-2 payment network keeps everyday transactions at sub-cent cost. You don't pay miners โ you pay the routing nodes that forward your payment across pre-funded channels. The BOLT #7 spec defines the math: each hop charges a base fee plus a parts-per-million (ppm) cut of the amount routed, summed across the whole path. For a typical small payment in 2026, total Lightning routing fees come in well under one cent โ which is the only reason tips, podcast streaming, and faucet payouts work economically on Bitcoin at all.
How it works
BOLT #7 defines the per-hop formula as fee_base_msat + (amount_msat ร fee_proportional_millionths รท 1,000,000), where all values are millisatoshis (1 sat = 1,000 msat). Each routing node along the path applies its own base + ppm to the amount it forwards on its outgoing channel, and your wallet pays the sum. Default base fees are typically 1 sat (1,000 msat); public-channel ppm rates in 2026 sit in a wide 20โ150 ppm range depending on the operator. Bitcoin miner fees are paid only when channels open or close on the base layer โ never during normal routing. That on-chain cost gets amortized across every Lightning payment the channel handles before it closes.
How to pay less
- 1Use a well-connected wallet โ fewer hops and better pathfinding means cheaper, more reliable routes.
- 2Keep individual payments small to mid-sized โ ppm scales with amount and large payments hit more liquidity failures.
- 3If you receive often, arrange inbound liquidity ahead of time via an LSP (Phoenix, Voltage, Megalith) or LN+ rings to avoid emergency channel-open costs.
- 4Check your wallet's payment log for high-fee paths โ some routes consistently overcharge and a fresh path is often cheaper.
Pros
- Routing fees are routinely sub-cent regardless of fiat amount, because they're per-hop on millisatoshis, not auctioned block space.
- Settlement is near-instant โ HTLCs clear in seconds versus ~10-minute Bitcoin blocks.
- No miner fee on the payment itself; the only on-chain cost is at channel open and close, amortized across every payment in between.
Watch out for
- Opening and closing channels still pays Bitcoin on-chain fees (sat/vB), and during mempool spikes that can be significant.
- Liquidity can fail mid-route on larger or off-the-beaten-path payments โ wallets retry, but time-to-pay grows and very large payments may not route at all.
- Receive-side liquidity isn't free: LSPs like Phoenix charge ~1% of liquidity provisioned, and custodial wallets simplify the trade-off by holding your sats.
Common questions
How are Lightning Network fees calculated?
Lightning Network fees are calculated per hop using the BOLT #7 formula: fee_base_msat + (amount_msat ร fee_proportional_millionths รท 1,000,000), with all values in millisatoshis. Each routing node along the path adds its own base fee plus a ppm cut of the routed amount, and your wallet pays the sum. A typical small payment across 2โ4 hops costs only a few sats total.
What is ppm in Lightning fees?
Ppm stands for parts per million and is the proportional fee rate a routing node charges on the amount it forwards. A 100-ppm node takes 0.01% of the routed amount โ 100 sats on a 1,000,000-sat payment. Median public-channel rates in 2026 sit roughly in the 20โ150 ppm range depending on the operator's strategy.
Why are Lightning fees so much cheaper than on-chain Bitcoin?
Lightning fees are cheaper because payments never touch the Bitcoin base layer during normal routing โ they're off-chain HTLCs between nodes that already share funded channels. You only pay the routing nodes' small base + ppm fees, not the per-block sat/vB miner auction. Bitcoin miner fees apply only when channels are opened or closed.
Do I pay a fee to receive on Lightning?
You don't pay a routing fee to receive a Lightning payment โ the sender's wallet pays it. But to receive at all you need inbound channel capacity, which usually means either opening a channel yourself (pays an on-chain miner fee) or using a Lightning Service Provider like Phoenix or Voltage, which typically charges around 1% of the liquidity it provisions.
When should I use Lightning instead of on-chain Bitcoin?
Use Lightning for everyday payments โ tips, small purchases, podcast streaming, micropayments, and most sub-$100 transfers โ where sub-cent fees and instant settlement matter. Use on-chain Bitcoin for large final settlements, payments to recipients who don't run Lightning, or amounts that exceed available routing liquidity on the network.
Sources
Other fee topics
Price any fee in USD.
Use the converter to turn gwei or sats into your local currency.