Realized Price Drawdown Multi-Cycle
Standard on-chain framework. Realized Price (RP = realized_cap / supply) measures the average cost basis of the Bitcoin supply. The chart measures the percentage drawdown of RP relative to its rolling 5-year all-time-high, sliced by cycle and anchored by cycle highs (start of bear regimes). The multi-cycle overlay shows how deeply the realized cost basis has corrected during each successive bear regime.
What is it?
The Realized Price Drawdown measures how deeply Realized Price has corrected from its rolling 5-year all-time-high. Realized Price (RP) is the on-chain construct realized_cap divided by supply - it represents the average cost basis of every Bitcoin in circulation, computed by summing the value at last on-chain movement of each UTXO and dividing by the total supply. RP_drawdown is computed as (RP - rolling_max(RP, 1825d)) divided by the rolling max, expressed as a percentage. The series is sliced by cycle and anchored on each cycle's high (the structural start of each bear regime). The multi-cycle overlay places three successive cycles in superposition so the depth and duration of RP drawdown across each bear regime can be compared directly on the same horizontal cycle-relative axis.
How to read
The chart shows three overlaid line segments, each tracing the RP-drawdown trajectory of one halving cycle's bear regime: cycle 4 (post-2024 high, primary line), cycle 3 (post-2021 high, terracotta), and cycle 2 (post-2017 high, teal). The horizontal axis is days-since-cycle-high (0 at the cycle high, increasing to the right through the bear regime). The vertical axis is the RP drawdown as a percentage - values are zero or negative because RP cannot exceed its own rolling all-time-high. The closer to zero a curve sits, the smaller the RP correction; the more negative, the deeper the correction. Two reference zones - green shallow zone (-10% to 0%, mild correction) and burgundy deep zone (-30% to -15%, historical bear floor magnitude) - provide cycle-independent reference levels for absolute drawdown depth. To read the chart: pick a horizontal position and compare the vertical depths of the three curves at that days-since-cycle-high.
Key zones
Two cycle-independent reference zones for absolute RP-drawdown magnitude: • Shallow RP correction (-10% to 0%): the early stage of each bear regime, before the structural cost-basis correction has fully materialized. RP corrections in this band are mild relative to the historical bear-regime trough magnitudes. • Deep RP drawdown - historical bear floors (-30% to -15%): the trough magnitude band where the historical bear-regime troughs across the documented cycles have settled. The depth of RP correction has historically remained more contained than the depth of spot-price correction during the same bear regimes - because the realized cost basis represents a structural average rather than the marginal market price. The vertical comparison across cycles at any fixed days-since-cycle-high is the structural reading: each cycle has historically traced its own RP-drawdown trajectory shape and depth, and comparing across cycles reveals whether the structural cost-basis correction has been progressively shallower or deeper across cycles.
What to observe
• Trough depth per cycle: the lowest point each cycle's curve reaches is the structural measure of that bear regime's RP correction. Comparing trough depths across cycles is the central observation of the chart - it reveals whether structural cost-basis correction has remained contained, deepened, or shrunk across successive cycles. • Time-to-trough per cycle: each cycle reaches its RP-drawdown trough at a different days-since-cycle-high. Comparing time-to-trough across cycles is an observation of how each bear regime has phased its structural correction in time. • Recovery trajectory: after the trough, each cycle's curve climbs back toward zero. The recovery slope and the days-back-to-zero are observations of how rapidly each cycle's structural cost basis re-anchored to a new all-time-high. • Residence in the shallow band: the proportion of days-since-cycle-high spent in the shallow zone (-10% to 0%) is a reading of how mild each cycle's structural correction was. Cycles with longer shallow-zone residence have had less structural cost-basis stress. • Residence in the deep band: the proportion of days-since-cycle-high spent in the deep zone (-30% to -15%) is a reading of how prolonged each cycle's structural correction was. Cycles with longer deep-zone residence have had more sustained cost-basis stress. • Cycle 4 in-progress reading: cycle 4's RP-drawdown trajectory is not yet complete; its line terminates at the present day's days-since-cycle-high offset. The cycle 4 bear-regime resolution may not yet have begun (if the cycle 4 high has not yet been reached) or may be in progress (if the high has been reached and bear regime is unfolding). The chart accommodates either case; the cycle 4 line will fill in as the cycle progresses. • Anchor convention asymmetry: this chart anchors on cycle high (start of bear), unlike the volatility decay and BMSB-distance charts which anchor on cycle low. The high-anchor is structurally appropriate here because the chart's purpose is to render the depth and duration of bear-regime RP correction, which is naturally cycle-high-relative.
Historical context
Realized Price as an on-chain construct emerged in the late-2010s technical-analysis literature on Bitcoin and has been a long-standing measure of structural cost basis. The intuition is that RP captures the average price at which the existing supply was last moved on-chain - a smoothed structural cost-basis measure that lags spot price during expansions and corrects more shallowly during bear regimes because long-dormant supply does not refresh its cost basis. The 5-year rolling all-time-high window for the drawdown computation is set to span at least one full halving cycle (4 years) plus a margin, ensuring that the rolling-max captures the structural ATH context of the cycle rather than only intra-cycle local maxima. Cycle 1 (pre-2013) is omitted from the multi-cycle overlay because pre-2013 realized-cap data is sparse - the early Bitcoin epoch had insufficient on-chain transaction density for the realized-cap computation to be reliable. Cycles 2 (2017→2018), 3 (2021→2022), and 4 (2024→present) each provide enough realized-cap density for the RP drawdown to be computed reliably across the bear regime.
Expert notes
Implementation: the backend computes RP = realized_cap / supply on the daily index, then computes RP_ATH = rolling_max(RP, 1825 days), then drawdown_pct = (RP - RP_ATH) / RP_ATH × 100. The drawdown series is then anchored on cycle highs detected from local maxima of the rolling 5-year price ATH series - specifically, dates where the daily close equals 99% of its rolling 5-year max are clustered (gap > 730 days between clusters), and the most recent date in each cluster is taken as the cycle-high anchor. Up to four cycle-high anchors are used, but the cycle-1 anchor is dropped from the multi-cycle overlay because cycle-1 realized-cap data is sparse. The three remaining cycle segments (cycles 2, 3, 4) are exposed via three separate compute functions (compute, compute2, compute3) so each cycle becomes its own value-channel in the API response. The renderer aligns the three channels on the same horizontal cycle-high-relative axis. The 5-year (1825-day) rolling-max window for the ATH computation is the standard convention for this on-chain construct; shorter windows would track too closely to recent maxima and lose the structural ATH context, longer windows would over-include pre-cycle data.
Common mistakes to avoid
• Treating RP drawdown as equivalent to spot-price drawdown: RP is a structural cost-basis measure, not a spot price. A spot price drawdown of -75% during a bear regime can correspond to an RP drawdown of only -15% to -25% in the same bear regime - because RP captures the long-dormant supply that has not refreshed its cost basis at the new lower prices. The chart measures structural cost-basis correction, which is a distinct quantity from spot price correction. • Reading shallow RP drawdowns as bullish: a shallow RP drawdown does not mean the bear regime was mild - it means the structural cost basis remained anchored despite the spot-price correction. Mild RP drawdown during a deep spot-price bear is the normal pattern, not an anomaly. • Comparing RP drawdowns at very different days-since-cycle-high: the chart is designed for vertical comparison at the same horizontal position. Comparing cycle 4 at day 100 to cycle 3 at day 800 is not a structural reading; both points must be at the same days-since-cycle-high for the comparison to carry the cycle-fingerprint observation. • Expecting cycle 4 to mirror cycles 2 and 3 in trajectory: each cycle's bear regime has resolved with its own depth and timing. Cycle 4 may produce a deeper, shallower, faster, or slower RP-drawdown trajectory than cycles 2 and 3 depending on macro and structural conditions distinct from prior cycles. • Mistaking the cycle-high anchor for an exact cycle-peak day: the cycle-high anchor used by the chart is the most recent date in a clustered local maximum of the rolling 5-year price ATH; this is a robust structural definition, not necessarily the absolute single-day cycle peak. The two are usually within a few days of each other, but the structural definition is more reproducible across cycles.
Programmatic access
REST API
curl -sS \
'https://api.trinityinsights.io/api/v1/cycle-intelligence/cycle-realized-price-drawdown-multi/history?days=90' \
-H 'X-API-Key: $TRINITY_API_KEY'MCP server
{
"tool": "get_chart_value",
"metric_id": "cycle-realized-price-drawdown-multi",
"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.