💡 The Plain-English Definition
A routing fee is the small amount a Lightning Network channel operator earns for forwarding someone else’s payment through their node. It’s how routing nodes (nodes that forward payments for others, earning fees in return) make money from the liquidity and infrastructure they provide to the network.
🤔 But Why Though?
Lightning payments that travel through intermediate nodes — from sender to recipient via one or more hops — pay those intermediate nodes for the service. Without routing fees, there’d be no reason to lock up capital in channels, stay well-connected, and keep a node running to provide a reliable payment path.
The fee has two parts. A base fee (a fixed amount charged per payment regardless of size — usually a few millisatoshis, where a millisatoshi is a thousandth of a satoshi) covers the fixed effort of handling any payment at all. And a proportional rate (a small percentage of the amount, typically a few parts per million) scales with the value being routed, to make up for having that capital tied up while the payment passes through.
A typical routing fee on a well-set-up node might be a 1-millisatoshi base fee plus 1 part per million — so a 10,000-satoshi payment costs the sender about 0.01 satoshis for that hop. The total fee across a multi-hop route is just the sum of the fees at each node in between.
Routing fees are competitive: charge too much and senders route around you. Nodes with better connectivity, more balanced channels, and fairer fees attract more payment flow. That competition has pushed fees to very low levels as Lightning has matured — even well-connected, well-funded routing nodes typically earn fees measured in hundreds or thousands of satoshis a day.
🌍 The Real-World Analogy
Think of routing fees like the tolls on a motorway. Each stretch of road (each routing node) charges a small amount for the vehicles (payments) that pass through. The toll is tiny next to most journey costs, but enough to justify building and maintaining the road. Several toll stretches on a long journey add up — yet still stay a tiny fraction of the total cost of the trip. Lightning routing fees are those tolls: minimal one at a time, small in total, and providing the incentive that keeps the infrastructure running.
⚡ So What?
For regular Lightning users sending payments, routing fees are nearly invisible — usually fractions of a cent, even on substantial payments. They’re worth understanding because they explain why Lightning has a network of well-maintained routing nodes at all: there’s a real economic incentive to run them. And for anyone thinking of running a routing node, the fee structure is the starting point for working out whether the economics justify the capital and the effort.
