Skip to content

← Cycle intelligence

Decay Channel - Decreasing Peaks

Public-domain decay channel framework derived from power-law cycle literature. The chart overlays the BTC spot price with two enveloping bounds: the long-term power-law lower bound (10^-17.04 × days^5.83) and an exponential decay upper envelope (PL × (1 + 9.0 × exp(-0.0005 × days))). Three historical cycle peaks (December 2013, December 2017, April 2021) have exhibited progressively decreasing multiples over the power-law trend (~10× → ~5× → ~3×), suggesting an asymptotic regime of market maturation. CAVEAT 3-point calibration is statistically limited - sample-size constraint for cycle 4 extrapolation pending empirical confirmation.

Tier proCycle intelligencedecay-channelcycle-peakspower-lawdecreasing-peaksasymmetric-cyclepro

What is it?

The Decay Channel - Decreasing Peaks chart frames the long-term Bitcoin price growth within a public-domain decay channel framework derived from power-law cycle literature. The channel combines two enveloping bounds: the long-term power-law lower bound (defined as 10^-17.04 × days_since_genesis^5.83, with constants empirically calibrated via least-squares regression on full BTC price history) and an exponential decay upper envelope (the lower bound multiplied by (1 + 9.0 × exp(-0.0005 × days_since_genesis))). The empirical observation underpinning the framework is that historical cycle peaks have exhibited progressively decreasing multiples over the power-law trend: cycle 1 peak (December 2013) reached approximately 10× the power-law value, cycle 2 peak (December 2017) reached approximately 5×, cycle 3 first peak (April 2021) reached approximately 3×. The decay envelope models this asymptotic compression. The chart is updated daily at publication T+0 (no editorial lag).

How to read

Read the chart in three layers on a logarithmic price scale. First, the primary line (Trinity Gold) shows the BTC spot price over time. Second, a green forest filled zone marks the area between the price line and the power-law lower bound, indicating the historical support territory where the network has structurally held the long-term growth trend. Third, a burgundy filled zone marks the area between the price line and the decay upper envelope, indicating the historical overshoot territory which has progressively compressed cycle after cycle. Three historical markers (red triangles annotated with their decreasing multiples 10× / 5× / 3×) anchor the past cycle peaks for visual reference.

Key zones

Power-law support zone (green forest fill, between price and lower bound): the historical territory where the network has structurally held the long-term growth trend. Past cycle bottoms (January 2015, December 2018, November 2022) all materialized at or near the power-law lower bound, suggesting the bound serves as a structural floor over multi-year horizons. Decay overshoot zone (burgundy fill, between price and upper envelope): the historical territory where past cycle peaks have materialized but with progressively decreasing intensity. Three documented historical peaks: December 2013 (cycle 1 peak ~10× power-law multiple), December 2017 (cycle 2 peak ~5×), April 2021 (cycle 3 first peak ~3×). The decay envelope models the asymptotic compression empirically observed. Neutral zone (between bounds, no overlap): the bulk of inter-cycle time. Historically the price has spent the majority of inter-halving time within this neutral channel.

What to observe

• Approach to the upper envelope: when the price climbs toward the decay upper envelope, the network is approaching the historical overshoot territory. The envelope has compressed cycle after cycle (10× → 5× → 3× peaks). • Approach to the lower bound: when the price drops toward the power-law lower bound, the network is approaching the historical support territory. Past cycle bottoms have materialized at or near this bound. • Decreasing peaks asymptotic pattern: observe the progressive compression of the multiple at each cycle peak, suggesting an asymptotic regime of market maturation. • Cycle 4 hypothesis pending: the 2024-onwards cycle is the test of whether the asymptotic compression continues. As the chart updates daily, observe the relationship between the cycle 4 price action and the decay envelope. • Cross-reference with Power Law Time Contours: the decay channel uses the same power-law lower bound calibration as the time contours framework.

Historical context

The decay channel framework emerged in the on-chain literature as an extension of the power-law cycle model - the observation that the long-term price trend follows a log-log relationship with network age, combined with the empirical observation that cycle peak multiples over the trend have decreased cycle after cycle. The decreasing peaks pattern was first noted after the 2017 cycle peak (which materialized at a smaller multiple than the 2013 peak) and was formally extended to a decay envelope after the 2021 cycle peak (which materialized at an even smaller multiple). The framework is statistically limited by sample size - only 3 historical peaks have been observed, which is insufficient for robust statistical validation of the asymptotic decay hypothesis. Trinity v3.0 implements the framework as a visualization tool with explicit caveat documentation.

Expert notes

The power-law lower bound uses constants LOG_PL_A = -17.04 and LOG_PL_B = 5.83, calibrated empirically via least-squares regression in log-log space on full BTC price history. The decay upper envelope uses constants DECAY_FACTOR = 9.0 and DECAY_LAMBDA = 0.0005 (per day), calibrated via least-squares fit on the 3 historical top multiples (10× / 5× / 3×). The 3-point calibration is a known statistical limitation. Trinity intentionally does not refit the decay constants automatically as new cycle peaks materialize, to avoid silent overfitting; the constants are documented and locked. Days_since_genesis is computed from the canonical Bitcoin genesis block (January 3, 2009) imported from the halvings module. Caveat: the framework is descriptive of the observed historical pattern (3 cycle peaks) and not predictive - past compression does not guarantee future continuation.

Common mistakes to avoid

• Treating the decay envelope as a hard ceiling: the upper envelope is a model-fitted boundary based on 3 historical peaks. It is not a hard ceiling - future cycle peaks may exceed or fall short of the envelope. • Assuming the asymptotic decay is guaranteed: the decreasing peaks pattern (10× → 5× → 3×) is empirical observation on 3 cycles, which is statistically limited. Future cycles may exhibit a different pattern, especially in the post-ETF regime. • Reading the lower bound as a guaranteed floor: while past cycle bottoms have materialized at or near the power-law lower bound, sustained breaks below the bound are theoretically possible. The bound is a structural reference, not a guaranteed floor. • Confusing the chart with a price prediction: the decay channel is descriptive of past observed patterns. It is not a predictive model - future price action is not bound by the envelope. • Reading without the sample-size caveat: any interpretation must explicitly account for the 3-point calibration limitation. Trinity surfaces this caveat in education for that reason.

Programmatic access

REST API

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

MCP server

{
  "tool": "get_chart_value",
  "metric_id": "cycle-decay-channel-decreasing-peaks",
  "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.