Skip to content

← On-chain Bitcoin

RHODL Ratio

Ratio of 1-week to 1-2 year realized value bands. Historically peaks near cycle tops when recent coins dominate realized value.

Tier proOn-chain Bitcoinsupplyhodlratiocycle-topvaluation

What is it?

The RHODL Ratio (Realized HODL Ratio) divides the Realized Cap value held in the sub-1-week age band (<1w) by that held in the 1-2 year band, multiplied by total market age in days since the genesis block (January 3, 2009). It thus measures the ratio between 'speculative heat' (recently transacted coins) and 'long-term conviction' (mature coins). Created by Philip Swift in December 2020, this indicator amplifies indications of market behaviour changes by comparing two extremes of the holding spectrum. Trinity computes this metric directly from the UTXO Realized Cap age bands on a Bitcoin full node, without relying on pre-computed ratios.

How to read

The chart is typically shown on a logarithmic scale. High values indicate a disproportionate share of realised value sits in recent coins - historically associated with euphoric phases. Low values indicate old coins dominate the value distribution - associated with accumulation phases. The amplitude of peaks and troughs is more informative than absolute levels due to structural market evolution.

Key zones

Historically, extremely high RHODL readings (red zone on most visualisations) have coincided with major cycle tops. Prolonged low readings (green zone) have preceded major rallies. The intermediate zone reflects normal market conditions without a strong directional indicator. Exact thresholds vary between cycles due to increasing market maturation.

What to observe

Watch the slope of the RHODL Ratio more than its absolute level. Rapid upward acceleration indicates an intense transfer of value from old hands to recent hands. Look for divergences between RHODL and price: if price rises but RHODL stagnates or falls, it may indicate the rally is not fuelled by typical late-cycle redistribution.

Historical context

RHODL reached marked peaks in November 2013, December 2017, and April 2021, each time within weeks of price tops. The deepest troughs were observed in late 2014, late 2018, and late 2022. Notably, the 2021 peak was structurally lower than 2017's, potentially reflecting market maturation and diversification of holder profiles.

Expert notes

The choice of bands (1 week vs 1-2 years) is arbitrary but has proven empirically robust. Variants using other band pairs (1 month vs 2-3 years, for example) can provide complementary readings. The rise of spot Bitcoin ETFs since 2024 may structurally alter RHODL behaviour by adding a layer of coins regularly rebalanced by institutional custodians whose temporal profile differs from individual holders.

Common mistakes to avoid

Do not confuse RHODL with a trading volume indicator. A high RHODL does not necessarily mean a lot of BTC is being traded - it measures realised value, not volume. Large movements from a single old wallet can cause a RHODL move without marking a widespread sentiment change.

Programmatic access

REST API

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

MCP server

{
  "tool": "get_chart_value",
  "metric_id": "rhodl-ratio",
  "timeframe": "1y"
}

Required tier: pro. 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.