← Bitcoin Encyclopedia

Routing Fee

🌱 Beginner

💡 The Plain-English Definition

A routing fee is the small amount a Lightning Network payment 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) monetise 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 — compensate those intermediate nodes for the service. Without routing fees, there would be no economic incentive to lock capital in channels, maintain connectivity, and keep nodes running to provide a reliable payment path. The fee structure has two components. A base fee (a fixed amount charged per payment, regardless of size — typically a few millisatoshis, where one millisatoshi is 0.001 satoshis) covers the fixed overhead of processing any payment. A proportional fee rate (a percentage of the payment amount — typically a few parts per million) scales with the value being routed, compensating for the opportunity cost of the capital being temporarily used.

A typical routing fee on a well-configured node might be 1 millisatoshi base fee plus 1 part per million proportional — meaning a 10,000 satoshi payment would cost the sender about 0.01 satoshis in routing fees for that hop. The total fee across a multi-hop route is the sum of fees at each intermediate node. Routing fees are competitive: if a node charges too much, senders route around it. Nodes with better connectivity, more balanced channels, and fairer fees get more payment flow. The market for routing fees is genuinely competitive and has driven fees toward very low levels as Lightning has matured, with well-connected routing nodes typically earning fees measured in hundreds or thousands of satoshis per day even on well-capitalised nodes.

🌍 The Real-World Analogy

Think of routing fees like the tolls on a motorway. Each section of motorway (each routing node) charges a small amount for vehicles (payments) that pass through. The toll is tiny relative to most journey costs, but enough to justify building and maintaining the road. Multiple toll sections on a long journey add up — but still remain a tiny fraction of the total cost of the trip. Lightning routing fees are those motorway tolls: minimal individually, summing to a small total, and providing the economic incentive to keep the infrastructure operating.

⚡ So What?

For regular Lightning users sending payments, routing fees are nearly invisible — typically 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: economic incentive drives their operation. For anyone considering running a routing node, understanding the fee structure is the starting point for evaluating whether the economics justify the capital commitment and operational effort.

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