Skip to content

← Cycle intelligence

Cycle Drawdown Profile

Visualizes the maximum drawdown observed within each Bitcoin cycle, separating pre-halving and post-halving phases. Captures the structural risk profile of cycles and reveals the dampening effect introduced by spot ETF flows in the post-2024 era, where drawdowns have been markedly shallower than in previous cycles.

Tier foundingCycle intelligencedrawdownriskcycle-comparisonetf-eramax-drawdown

What is it?

Cycle Drawdown Profile traces the maximum peak-to-trough percentage drawdown observed within each Bitcoin cycle, exposed as a multi-line overlay aligned on the halving date. The metric quantifies the structural risk profile of each cycle: how deep was the worst pullback, when did it occur (pre or post halving), and how does drawdown behavior evolve as the asset matures? The pattern of progressive shallowing across cycles is one of the clearest empirical signs of liquidity-driven maturation.

How to read

Each color-coded line represents the running drawdown of one cycle (current peak-to-current price percentage). The X-axis is days since the halving event, the Y-axis is drawdown percentage (0% = no drawdown, -50% = halved from peak, etc.). The deepest dip on each line is the cycle's max drawdown. Hover at any point to read the percentage and identify the cycle phase (pre-halving accumulation, post-halving bull, peak, bear).

Key zones

Drawdown depth zones (observed across cycles): • 0% to -20%: healthy bull-phase pullback, structurally bullish. • -20% to -40%: deeper consolidation, often mid-cycle correction. • -40% to -60%: late-cycle structural risk-off, usually post-peak. • -60% to -80%: cyclical bear market - typical of completed cycles. • Below -80%: deep bear, observed only in early cycles. Has been absent in later cycles, consistent with progressive liquidity-driven shallowing.

What to observe

• Max drawdown trend: each cycle's worst drawdown has been less severe than the previous (-93% → -84% → -77%), signalling deepening liquidity. • Pre-halving vs post-halving drawdown: in mature cycles the deepest dip occurs post-peak; in early cycles drawdowns clustered closer to the halving. • Recovery time: after the deepest dip, the days needed to recover to break-even shrinks across cycles, suggesting faster price discovery. • Use with timing metrics: align the drawdown profile with bottom-to-bottom compression to triangulate cycle exhaustion.

Historical context

Drawdown analysis is a cornerstone of risk management across all asset classes. Applied per-cycle to Bitcoin, it reveals the maturation of the market more clearly than any single absolute number. Each cycle's deepening institutional participation, regulated infrastructure, and capital base has compressed the peak-to-trough drawdown without removing it entirely. Bitcoin remains a high-volatility asset, but the volatility floor has structurally lifted across each successive cycle.

Expert notes

Drawdown is computed as `(price_t / running_max_t) - 1`, where `running_max_t` is the cycle peak-to-date (re-anchored at each halving). The metric is robust to noise and handles forward-fill correctly across weekends and exchange outages. Cycle 1 ran from 2012-11-28 to 2016-07-09, Cycle 2 to 2020-05-11, Cycle 3 to 2024-04-19, Cycle 4 ongoing.

Common mistakes to avoid

• Reading drawdown as a target: -77% in Cycle 3 does not mean Cycle 4 will reach -70%; the structural shallowing trend may continue, stop, or reverse. • Ignoring sample size: with only 3 completed cycles, drawdown shallowing is suggestive, not statistically conclusive. • Confusing intra-cycle correction with cyclical bear: a 30% drawdown during a bull is not a bear market. • Overweighting Cycle 1: pre-2013 liquidity was anomalous and distorts the comparison.

Programmatic access

REST API

curl -sS \
  'https://api.trinityinsights.io/api/v1/cycle-intelligence/cycle-drawdown-profile/history?days=90' \
  -H 'X-API-Key: $TRINITY_API_KEY'

MCP server

{
  "tool": "get_chart_value",
  "metric_id": "cycle-drawdown-profile",
  "timeframe": "1y"
}

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

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.