Reading the MVRV Ratio: A Practical Guide
The MVRV ratio (Market Value to Realized Value) is one of the most powerful tools in Bitcoin on-chain analysis. It compares the current market cap to the “realized cap” — a measure of what investors collectively paid for their coins.
What is Realized Cap?
Unlike market cap (price × circulating supply), realized cap prices each bitcoin at the last time it moved on-chain. This gives a better approximation of the aggregate cost basis of all BTC holders.
Formula:
MVRV = Market Cap / Realized Cap
How to interpret it
| MVRV Range | Signal |
|---|---|
| > 3.5 | Historical overvaluation zone — past cycle peaks |
| 2.0 – 3.5 | Bull market territory |
| 1.0 – 2.0 | Neutral / accumulation |
| < 1.0 | Undervaluation zone — past cycle bottoms |
When MVRV drops below 1, it means the average holder is underwater. This has historically been a strong buy signal — not financial advice, but useful context.
Practical usage
On the BGeometrics Charts platform you can view MVRV alongside price to identify entry and exit zones visually.
If you’re building a systematic strategy, the MVRV data is available via the API:
GET https://bitcoin-data.com/api/v1/mvrv?limit=365
This returns 365 days of daily MVRV values, which you can combine with your own price data or alerts.
Combining with SOPR
MVRV is most powerful when combined with SOPR (Spent Output Profit Ratio). While MVRV measures the aggregate unrealized profit of all holders, SOPR captures the realized profit of coins that moved on any given day.
When both indicators are elevated simultaneously, the probability of a local top increases significantly. When both are depressed, it historically coincides with capitulation events.
We’ll cover SOPR in depth in a future article.
All charts referenced are available for free at charts.bgeometrics.com.