Power Law Time Contours
Public-domain power-law cycle framework with multi-horizon structural projection. The chart projects the BTC long-term power-law trend forward by horizon: power_law_t(H) = 10^-17.04 × (days_since_genesis + H × 365)^5.83 for H ∈ {1y, 10y} short and long horizons. The frontend interpolates 2y/3y/5y between the two backend channels for the canonical 5-contour 'blue cloud' rendering. Calibration constants empirically derived via least-squares regression in log-log space on full BTC price history (15+ years). CAVEAT projection assumes long-term trend continues - sample of 4 cycles statistically limited for multi-year extrapolation validation.
What is it?
The Power Law Time Contours chart projects the long-term Bitcoin power-law growth trend forward across multiple time horizons, producing a structural multi-horizon visualization of the network's projected price trajectory. The framework is derived from the public-domain power-law cycle observation that the long-term log-price follows a log-log relationship with network age (price = 10^-17.04 × days_since_genesis^5.83, with constants calibrated empirically via least-squares regression on full BTC price history). The multi-horizon extension projects the trend forward by H years: power_law_t(H) = 10^a × (days + H × 365)^b for H ∈ {1y, 10y} short and long horizons. The frontend renderer interpolates 2y/3y/5y between the two backend channels for the canonical 5-contour 'blue cloud' visualization. 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, two backend cyan-progressive contours (cyan vif for +1y short horizon, violet for +10y long horizon) represent the projected trend at each horizon. Third, the frontend renderer interpolates 2y/3y/5y between the two backend channels, producing a 5-contour 'blue cloud' visual. Each contour represents where the price would land at that horizon if the long-term power-law trend continues mechanically. A vertical legend on the side of the chart explains the horizon-color mapping.
Key zones
Below all contours: when the spot price sits below all the projected contours, the network is structurally below its long-term trend at all horizons. Historically this regime has occurred during cycle bottoms and deep accumulation phases (January 2015, December 2018, November 2022). The recovery toward the contours has been a multi-year process. Between contours: when the spot price sits between the projected contours (e.g., above +1y but below +10y), the network is structurally above the short horizon trend but below the long horizon trend. This is the typical neutral mid-cycle regime where the network is on track with its long-term trajectory. Above all contours: when the spot price sits above all the projected contours, the network is structurally above its long-term trend at all horizons. Historically this regime has occurred briefly during cycle peak windows (December 2013, December 2017, April 2021). The reversion toward the contours has been relatively rapid (weeks to months).
What to observe
• Spot price position relative to short horizon contour (+1y): a position above the +1y contour indicates the network is structurally appreciating faster than the short-horizon trend; a position below indicates slower. • Spot price position relative to long horizon contour (+10y): a position above the +10y contour indicates the network is structurally above its long-term trajectory at the 10-year horizon; a position below indicates structural undershoot. • Convergence dynamics: observe whether the spot price is converging toward or diverging from the contours over multi-year periods. Convergence suggests the network is tracking its long-term trend. • Cycle 4 post-halving 2024: the 2024-onwards cycle is the test of whether the network continues to track its long-term power-law trend in the post-ETF regime. • Cross-reference with Decay Channel Decreasing Peaks: both frameworks use the same power-law lower bound calibration. Reading both charts together provides complementary structural context.
Historical context
The power-law growth framework was established in the on-chain literature in the late 2010s as an empirical observation that Bitcoin's logarithmic price exhibited a consistent log-log relationship with network age. The exponent of approximately 5.83 was calibrated via least-squares regression on the historical price data and has remained stable across 15+ years. The multi-horizon time contours extension projects the trend forward by various horizons (1y, 2y, 3y, 5y, 10y) to provide a structural multi-horizon visualization useful for comparing the current price to its long-term projected trajectory. The framework gained adoption among institutional analysts as a structural reference framework, distinct from short-term cyclical models. Cycles 1-3 (2011-2022) have validated the framework in the sense that the long-term power-law trend has held; cycles have oscillated around the trend without breaking it structurally.
Expert notes
The power-law model uses constants LOG_PL_A = -17.04 and LOG_PL_B = 5.83, identical to the Decay Channel Decreasing Peaks chart for cross-framework consistency. Days_since_genesis is computed from the canonical Bitcoin genesis block (January 3, 2009) imported from the halvings module. The horizon projection adds H × 365 days to the current days_since_genesis value before applying the power-law formula. The backend persists only the +1y and +10y contours (DB pragma 3 channels max - Wave 3 lesson); the frontend interpolates 2y/3y/5y between these two channels using the same power-law formula, enabling the canonical 5-contour 'blue cloud' rendering without doubling the backend storage. Caveat: the multi-year extrapolation (especially +10y) is descriptive of past trend continuation and is not predictive - structural changes (institutional flows, regulatory shifts, technological evolution) may invalidate the assumption that the power-law trend continues mechanically.
Common mistakes to avoid
• Treating the contours as price predictions: the contours are projections of the long-term power-law trend forward, descriptive of the trajectory if the trend continues. They are not price predictions - actual future prices may deviate significantly. • Assuming the +10y contour is reliable: the 10-year horizon extrapolation has higher uncertainty than the 1-year horizon. Multi-year projections amplify any structural deviations. • Reading the chart in isolation from regime context: the contours are structural references. Combine with cyclical frameworks (Pi Cycle, MVRV, Mayer Multiple) for shorter-horizon context. • Confusing convergence with predictive accuracy: the convergence of the spot price toward the contours over time would suggest the network is tracking the trend, but it is not a guarantee. Past convergence does not predict future convergence. • Ignoring the sample-size and post-ETF caveats: the framework was calibrated on 4 cycles of historical data, which is statistically limited. The post-ETF regime introduces a structural change that may invalidate the long-term extrapolation.
Programmatic access
REST API
curl -sS \
'https://api.trinityinsights.io/api/v1/cycle-intelligence/cycle-power-law-time-contours/history?days=90' \
-H 'X-API-Key: $TRINITY_API_KEY'MCP server
{
"tool": "get_chart_value",
"metric_id": "cycle-power-law-time-contours",
"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.