DEV Community

logan miller
logan miller

Posted on Originally published at agentdatum.com

what mvrv's quiet climb and a flat etf tape told me about who is actually holding bitcoin

I spend a lot of time watching bitcoin's price. A few months back I realized that price alone hides the more useful question: who is holding, and is fresh money still coming in? Two free data feeds changed how I read that.

the on chain holder base looks calm but in the money

BTC's MVRV ratio (market value divided by realized value, a read on whether holders sit above or below their cost basis) printed 1.4914 for data dated 2026-08-31. That is up from 1.2393 on 2026-08-18, a roughly 20 percent climb in two weeks, and it sits in the undervalued to reasonable band. The same feed puts NUPL (net unrealized profit/loss) at 0.3295, in the belief to greed zone, up from 0.1931 two weeks earlier.

What that says to me: more holders are in profit, but neither metric is near bubble extremes. MVRV under 3.5 and NUPL under 0.75 are the levels people watch for tops, and we are nowhere close. This is a holder base that is comfortable, not euphoric.

the flow tape tells a cooler story

BTC spot ETF net flow came in at 0.0M for 2026-09-01. Flat. The five day cumulative is still plus 489.3M, but the daily pace has clearly faded from the plus 517.2M and plus 606.3M prints of 2026-08-19 and 2026-08-20, through a minus 201.9M outflow on 2026-08-28. So institutional spot buyers stepped back to neutral after a late August spike and fade.

I pull both feeds from a single machine readable catalog. Here is the on chain read:

curl -s https://agentdatum.com/api/v1/d/processed-mvrv
Enter fullscreen mode Exit fullscreen mode

And the ETF flow tape:

curl -s https://agentdatum.com/api/v1/d/processed-etf-flow
Enter fullscreen mode Exit fullscreen mode

the macro backdrop is loose

Fed net liquidity printed 6.375 trillion (balance sheet 6.731T minus reverse repo 0.356T, TGA not yet subtracted in this snapshot). Ample liquidity is the kind of condition that lets a holders are fine reading stay intact. The smart money proxy I watch sits at 75.4 out of 100, driven mostly by gold momentum (4 week plus 8.35 percent, z score 3.49) while equities and US macro components are roughly flat.

the honest part

These three reads do not have to agree on any given day, and today they do not. MVRV and NUPL are reported with a one day delay, so they describe 2026-08-31, not 2026-09-01. A single flat ETF day of 0.0M is noisy: it could be a reporting lag or a quiet session, not a regime shift. And MVRV at 1.49 is a mid cycle number. It describes a holder base that is in profit but not stretched. It is not a forecast, and I am not treating it as one.

If you want the full set of endpoints I used, the catalog is here: https://agentdatum.com/.well-known/ai-catalog.json

It lists 323 machine readable resources across crypto, gold, macro, and AI, each callable with a simple GET.

This article was written with AI assistance.

Top comments (0)