Skip to content

← On-chain Bitcoin

True Market Mean Deviation

Price deviation from the True Market Mean price, expressed as a Z-score. Statistical extremes in this deviation have historically marked the best long and short opportunities.

Tier performanceOn-chain Bitcoininnovationtrue-market-meandeviationz-scorestatisticalexclusive

What is it?

True Market Mean Deviation measures the gap between Bitcoin's spot price and its 'True Market Mean' price, expressed as a Z-score. The True Market Mean is calculated as the volume-weighted average of all prices at which BTC changed hands on-chain, cleaned of internal movements (change outputs, consolidations). Unlike Realized Price which weights by UTXO volume, True Market Mean weights by effective transactional volume, giving more weight to recent prices where volume is high. The Z-score normalises the deviation by historical standard deviation, enabling direct cross-cycle comparison.

How to read

The Z-score oscillates around zero, where zero means spot price is exactly at the True Market Mean. Positive values (price > mean) indicate the market is 'expensive' relative to transactional average price - recent buyers are paying a premium. Negative values (price < mean) indicate the market is 'cheap'. Extremes beyond ±2σ are statistically rare (<5% of time) and have historically marked major reversals.

Key zones

A Z-score > +2.0 marks statistical overheating - spot price is more than 2 standard deviations above the true mean price, a condition observed only during bubble peaks. A Z-score < -2.0 marks extreme undervaluation, observed only during capitulations. The -1.0 to +1.0 zone (70% of time) is the equilibrium zone where price oscillates around its transactional average. Rapid transitions between zones are the most actionable readings.

What to observe

Persistence in extreme zones is an indicator of market conviction. A Z-score remaining > +2.0 for over 30 days marks prolonged euphoria (observed only in 2013 and briefly in 2017). A Z-score < -2.0 persisting > 60 days marks deep capitulation with forced selling (observed in H2 2018 and H2 2022). Speed of return toward zero after an extreme (mean-reversion speed) is a proxy for market elasticity - resilient markets revert faster.

Historical context

Most notable positive extremes: December 2013 (Z ≈ +3.8), December 2017 (Z ≈ +2.9), April 2021 (Z ≈ +2.4), and November 2021 (Z ≈ +2.1). Negative extremes: January 2015 (Z ≈ -2.6), December 2018 (Z ≈ -2.3), March 2020 (Z ≈ -2.8, deepest but briefest), and November 2022 (Z ≈ -2.2). The secular trend shows progressive compression of extreme Z-scores, consistent with market maturation and declining relative volatility.

Expert notes

True Market Mean differs from Realized Price on a crucial point: it weights by transactional volume, not UTXO count. This means a 100 BTC transaction at $50K has 100x more weight than a 1 BTC transaction at $50K. This weighting better reflects real economic activity but is more sensitive to whale movements. Internal movement cleanup uses Trinity's change output and consolidation heuristics, calibrated on known exchange patterns. The Z-score uses a 1,460-day rolling standard deviation (~4 years, one full cycle) for normalisation.

Common mistakes to avoid

True Market Mean is a weighted average price, NOT a 'fair' price or a 'target' price. The market has no obligation to return to this price - it can remain above or below for months or even years. The Z-score measures statistical deviation, not price anomaly. Moreover, internal movement cleanup is imperfect - some undetected exchange movements can bias the True Market Mean, especially for exchanges using non-standard UTXO architectures.

Programmatic access

REST API

curl -sS \
  'https://api.trinityinsights.io/api/v1/onchain/true-market-mean-deviation/history?days=90' \
  -H 'X-API-Key: $TRINITY_API_KEY'

MCP server

{
  "tool": "get_chart_value",
  "metric_id": "true-market-mean-deviation",
  "timeframe": "1y"
}

Required tier: performance. See the pricing grid for the tier list and the MCP documentation for multi-client configuration.

Related metrics

Institutional disclaimer

Trinity Insights is an educational and analytical tool. The metric above does not constitute investment advice. Trinity Insights is not a Crypto-Asset Service Provider (CASP) registered under MiCA Regulation (EU) 2023/1114. See the full disclaimer.