LN Fee Structure Overview
Lightning Network routing fees have two components: a flat base fee and an amount-proportional fee. Every hop along a route charges both.
| Parameter | Default | Unit |
|---|---|---|
| base_fee_msat | 1000 | msat (= 1 sat) |
| fee_rate_millionths | 1 | ppm (0.0001%) |
fee_rate is in millionths (ppm). 1 ppm = 0.0001% = 1 sat per 1,000,000 sats sent.
For small payments the flat base fee dominates. For large payments the proportional fee dominates. The crossover is when both contribute equally:
At defaults (1000 msat base, 1 ppm): crossover = 1,000,000,000 msat = 1,000 sats. Below 1k sats → base fee dominates. Above 1k sats → proportional dominates.
Fee breakdown
Fee vs payment amount (log scale)
Channel Profitability Calculator
Full economics model for a routing node operator: revenue from routing fees vs. on-chain costs, opportunity cost, and rebalancing expenses.
Break-even timeline — cumulative profit vs cost
Fee Market Dynamics
How routing fees reach equilibrium through supply (liquidity) and demand (payment flow). Path selection tradeoffs between cost and reliability.
Supply curve: liquidity available at each fee level. Demand curve: volume of payments willing to pay that fee. Adjust market conditions below.
LSP (Lightning Service Provider) Economics
LSPs are businesses providing liquidity and channel services. They earn through channel fees, routing revenue, and premium services.
LSP opens a channel to the user, granting them receiving capacity. User pays a one-time channel fee proportional to channel size.
Instant channels opened before on-chain confirmation. Higher risk for LSP (double-spend window) → higher fee. User gets immediate liquidity.
LSP intercepts incoming payment, opens channel just-in-time, routes the payment through. Fee wrapped in the payment itself (wrapped invoice).
Liquidity Management & Rebalancing Economics
When channels drain, nodes must rebalance. Each strategy has different costs and break-even characteristics.
Alice sends 30k sats in a circular route: Alice→Carol→Bob→Alice, restoring balance without touching the on-chain layer.
Economic Attacks & Griefing
Fee incentives can be exploited. Understanding economic attack vectors is essential for robust node operation and protocol design.
Attacker holds HTLCs without settling. Victim's slots (max 483 HTLCs) and liquidity are consumed without the attacker paying fees (failed payments are free).
Hold 483 HTLCs, victim earns nothing
Flood with tiny payments, all fail
Attacker pays per attempt
Attacker preferentially routes through channels it plans to close, collecting fees just before the channel closes cooperatively. The final state is on-chain, so routing revenue is captured but the long-term relationship is abandoned.
Attacker routes maximum volume through target channel
Channel closes, attacker moves on
Young channels (few days old) charge higher fees; established nodes earn discount
Large hub nodes control many routes. They can extract monopoly rents if alternative paths are insufficient.
| Hub market share | Pricing power | User impact |
|---|---|---|
| < 10% | Minimal | Competitive fees |
| 10–30% | Moderate | Mild premium over competitive rate |
| 30–60% | Significant | Toll road dynamics emerge |
| > 60% | Dominant | Near-monopoly, fee extraction |
Channel Economics — Research Insights
Key findings from Guasoni et al. (Mathematical Theory of PCN, 2024) and related work on optimal fee setting and channel sizing.
| Variable | Meaning |
|---|---|
| σ | Payment flow volatility |
| T | Time horizon |
| vol | Channel volume (total flow) |
- Too small: drains frequently → costly rebalancing erodes margin
- Too large: capital locked inefficiently → low ROI per sat
- Optimal: balances rebalancing cost against capital opportunity cost
Channel balance evolves as a random walk. Mean reversion occurs when payments are symmetric. Drift occurs when systematic imbalance exists (e.g., always buying goods, never selling).
Network-Level Economics
Macro perspective on LN's economic structure, fee distribution inequality, and why centralisation has systemic consequences.
Routing fee income is highly unequal — hub nodes capture a disproportionate share.
| Node tier | % of nodes | % of fees |
|---|---|---|
| Top 10 nodes | 0.1% | ~40% |
| Top 100 nodes | 1% | ~75% |
| Top 1,000 nodes | 10% | ~95% |
| Long tail (9k+) | 89% | ~5% |
Failure of a top-10 hub disconnects a large fraction of nodes, fragmenting the network. Single points of failure are inherent.
Dominant hubs gain pricing power. Users with few alternative routes pay above competitive rates — creating "toll road" dynamics.
Hub nodes observe a large fraction of all payments. Even with onion routing, traffic analysis at hubs is more effective than at leaf nodes.