Skip to the reading
ln.university
LN 300 Liquidity & Fee Policy Lesson 04 Lesson 4 of 7 · 2 min · one measured block
Lesson 04 Measured lesson revised

What capital costs, in bitcoin

Every decision a node operator makes about liquidity is a decision about the cost of capital, and almost nobody states what that cost is. This lesson states it, from a curve this operator computes daily, and then shows what it does to a channel-lease decision.

Assumed before you start
After this lesson you can
  • Say what a lease costs you against the alternative use of the same capital
  • Reject a liquidity offer priced above the measured rate without arguing
  • Reproduce the fixing from the published method
Anchor text · read alongside CC-BY-SA-4.0 · free online
Chapter 12 · background
Mastering the Lightning Network
Andreas M. Antonopoulos, Olaoluwa Osuntokun, René Pickhardt
"Pathfinding and Payment Delivery" — how fees enter route selection, which is the mechanism the price in this lesson is a price for.
Read the chapter →

Ask a routing node operator what their capital costs and you will usually get a shrug, or a number from a blog post. It is the input every liquidity decision depends on and the one nobody measures, because measuring it means computing a curve rather than repeating one.

This operator computes one daily. Here is today’s.

Measured Sat Rates · methodology 2026.08.1
−0.66% a year

What three-month bitcoin-denominated capital cost on 2026-09-11, across 3 venues. At this rate, 10 BTC lent for a quarter returns 0.0164 BTC less than it started with.

Venues
3
Confidence
interpolated
Custody tier
T4
USD curve
2026-09-10
As of Window daily fixingn = 21 observationsRecomputed dailyMethod & raw log

Read the sign before the magnitude. A negative bitcoin-denominated rate means the market prices bitcoin forward below spot: someone holding bitcoin and willing to sell it forward is paid to do so, and someone wanting bitcoin later pays less than someone wanting it now. That is the ordinary state of this market and not an anomaly.1

What that does to a lease

A channel lease is a purchase of inbound liquidity for a term. The seller locks capital in a channel with you and charges for it; the question is whether their price beats what you would otherwise do with the same capital.

Most operators answer that against zero. If bitcoin held in a channel earns nothing, then any lease fee is a pure cost and the instinct is to minimise it. But zero is the wrong baseline, and the measured rate is the reason: capital held at tier 1, in cold storage, is not earning zero in bitcoin terms — it is tracking a rate that is usually slightly negative.

Model · a lease against the measured rate

A model, not a measurement. Every row below is arithmetic on a 5 000 000 sat lease held for one quarter, against a 450 ppm forwarding fee; the slider interpolates between them and computes nothing of its own. The cost of capital it is measured against is the figure above.

A 5 000 000 sat lease for one quarter, at five prices
Lease price, per quarter Fee paidAnnualisedBreak even at
100 ppm 500 sats0.04 %1 111 k sats forwarded
500 ppm 2 500 sats0.20 %5 556 k sats forwarded
1 500 ppm 7 500 sats0.60 %16 667 k sats forwarded
3 000 ppm 15 000 sats1.20 %33 333 k sats forwarded
5 000 ppm 25 000 sats2.00 %55 556 k sats forwarded

Without JavaScript this block is the table itself — the same five rows the slider interpolates between, which is also what prints.

The arithmetic is not subtle and that is the point. A lease priced at 500 ppm for a quarter is 5 000 sats on five million — less than a single on-chain channel open at almost any fee environment, and cheaper than the opportunity cost of the same capital sitting somewhere it can lose value. A lease at 3 000 ppm is a different proposition, and now the channel has to actually route to justify itself.

What the measured rate gives you is the ability to say which of those you are looking at without arguing about it.

What is not here yet

Measurement pending · boltring-rebalance

This block will carry the median clearing price for a rebalance matched through Boltring — the price of the thing a lease substitutes for.Reason: only 0 of 0 buckets cleared k-anonymity (minimum 5 participants); a median over fewer than 3 is not a measurement.

That gap matters more than it looks. Leasing inbound liquidity and rebalancing into it are substitutes: they buy the same thing by different means, and the sensible choice is whichever is cheaper today. With one price measured and the other missing, this page can tell you what a lease costs against your capital but not what it costs against the alternative.

It will say so until it can say otherwise. A page that filled the gap with a figure from a blog post would be the content farm this site exists not to be.

Reproduce it

The fixing is computed from public venue data every day and the method is published. Two commands get you the same numbers:

curl -s https://satrates.com/data/curve.json | jq '.headline'
curl -s https://satrates.com/data/curve.json | jq '.venues[] | {venue, ok, n_points}'

The second is the one worth running. It tells you how many venues answered and how many points each contributed, which is what separates a fixing from a quote — and on a day when only one venue answers, this page shows no figure at all rather than a number with a footnote.

Check yourself · 3 questions no score, no record
  1. 01 A provider offers you 5 000 000 sats of inbound liquidity for three months at 2 500 ppm. The measured three-month rate is negative. Is the offer expensive?
  2. 02 The block above says the rate is negative. Does that mean you are paid to borrow bitcoin?
  3. 03 Two of the blocks on this page are missing. Should you trust the one that is not?

Notes

  1. The rate is measured across venues at custody tier 4 — funds at an exchange, keys not yours. A tier 1 or tier 2 operator cannot realise it without changing tiers, and that change is the cost the headline figure does not include.Sat Rates methodology

Source & licence

This page adapts no licensed material. It is original work by Delta Gamma LLC and is published under CC BY-SA 4.0; the figures it reports are separately dedicated to the public domain, below.

Measurements are the author's own and are dedicated to the public domain (CC0). Cite as: ln.university, LN 300 lesson 4, "What capital costs, in bitcoin", figures as of the date shown on each block.