# Power-law Growth Curves

Also known as: Bitcoin power law.
A Breadth, Sentiment & External Data concept (Crypto-native) in the LuxAlgo Library, with 1 indicator implementation.

## What are Power-law Growth Curves?

Power-law growth curves model an asset's long-run price as a power function of time: price proportional to elapsed time (measured from some origin, such as Bitcoin's genesis block) raised to a fixed exponent. On [log-log axes](https://www.luxalgo.com/library/concept/chart-scales/), where both price and time are logarithmic, a power law plots as a straight line, so the model is fitted as a simple [linear regression](https://www.luxalgo.com/library/concept/linear-regression/) of log price on log time. Parallel rails offset above and below the fit form a growth corridor. The best-known application is the Bitcoin power law, a fit popularized by quantitative analysts studying its multi-year price history.

Read strictly, the model claims growth decelerates in a specific way: each doubling of the asset's age multiplies price by a constant factor. Its appeal is that price has so far stayed inside a corridor around one fitted line across several cycles. Its weakness is the same as any curve fit: the sample is one asset's short history, the exponent depends on the chosen origin date and fitting window, and nothing enforces future adherence. It is a descriptive fit, not a law of nature, despite the name.

The specifics of the Bitcoin fit are worth knowing because they are what gets argued about. Published fits put the exponent in the mid single digits, meaning price has scaled roughly as age raised to the fifth or sixth power, with the exact value swinging on the origin choice, genesis block versus first traded price, and the fitting window; the corridor rails are commonly drawn through quantiles of the deviations, so historical bull peaks kiss the upper rail and bear lows the lower one by construction. The framework was popularized by physicist-analysts arguing the fit's multi-cycle stability resembles the power laws of natural growth processes, an analogy that remains an argument rather than a demonstration.

In the model zoo the power law is the deceleration thesis: against halving-anchored [cycle models](https://www.luxalgo.com/library/concept/crypto-cycle-models/) that schedule repeating four-year theater, it claims a single smooth trajectory whose cycles are noise around the trend, and its projections undercut the supply-model targets by design. Deployment is correspondingly modest: corridor position as multi-year valuation context tilting accumulation and distribution schedules, refits tracked over time since the corridor itself drifts as data arrives, and triangulation against measured fundamentals from the [on-chain valuation suite](https://www.luxalgo.com/library/concept/on-chain-valuation-suite/), which anchor to usage rather than to age.

## How to identify a power-law growth fit

One regression on transformed axes, plus the honesty bookkeeping around it.

1. Fix the origin: the date age is measured from, genesis block conventionally for Bitcoin, noting that this choice moves the exponent.
2. Transform both axes: log of price against log of elapsed time, where a power law is a straight line.
3. Fit the line by least squares; the slope is the exponent, the fit the corridor's spine.
4. Draw the rails: parallel offsets through chosen quantiles of the historical deviations, framing the growth corridor.
5. Track the refit drift: re-estimate as data arrives and log how the corridor moves, since parameter stability is the model's actual testable claim.

## How traders use it

- As long-horizon valuation context: distance from the fitted line, or position within the corridor's bands, frames current price as historically cheap or expensive on a multi-year scale, in the same spirit as other [crypto cycle models](https://www.luxalgo.com/library/concept/crypto-cycle-models/).
- As cycle framing: past bull-market peaks appeared as temporary deviations toward the corridor's upper rail and bear lows near the lower rail, so some traders use band touches as regime markers rather than trade signals.
- As a check on extrapolation: because small parameter changes compound over years, projections are treated as scenario ranges, and refitting as new data arrives can shift the entire corridor.
- For allocation cadence: long-horizon accumulation and distribution schedules tilt with corridor position, buying patience near the lower rail and harvesting discipline near the upper one, always as tilt rather than trigger.
- In model triangulation: the power law's decelerating projections against halving-model targets and measured on-chain fundamentals form a disagreement worth watching, with the gaps between models mapping the honest uncertainty.

## Power-law curves vs related long-horizon models

- **Crypto Cycle Models** (https://www.luxalgo.com/library/concept/crypto-cycle-models/): Halving-anchored models schedule repeating cycles from the supply calendar; the power law claims one smooth age-anchored trajectory with cycles as noise around it. Their projections diverge increasingly with time, and the divergence is the informative part.
- **Linear Regression** (https://www.luxalgo.com/library/concept/linear-regression/): The engine underneath: on log-log axes the power law is a straight-line fit, inheriting every regression caveat, window sensitivity, outlier influence, in-sample comfort, compounded by extrapolation across years. The transformation changes the axes, not the epistemology.
- **On-chain Valuation Suite** (https://www.luxalgo.com/library/concept/on-chain-valuation-suite/): The suite measures live fundamentals, usage, cost basis, flows; the power law fits price against nothing but age. Measured versus asserted: when corridor position and on-chain gauges disagree, the disagreement deserves more attention than either claim alone.

## FAQ

### Is the Bitcoin power law a proven model?

No. It is a regression fitted to roughly a decade and a half of data from a single asset. The fit has been stable so far, but in-sample stability does not guarantee the future, competing models fit the same history, and modest changes to the fitting window move the projected corridor. Treat its projections as scenarios, not forecasts.

### How is a power-law growth curve fitted?

Take the logarithm of price and the logarithm of time elapsed since a chosen origin, then fit a straight line by least squares; the slope is the power-law exponent. Support and resistance rails are drawn as parallel lines offset by fixed amounts or fitted through the extremes or quantiles of the deviations. Different origins and windows produce different exponents.

### What exponent does the Bitcoin power law use?

Published fits land in the mid single digits, price scaling roughly as age to the fifth or sixth power, with the exact figure depending on the origin date, the data window, and whether the fit weights all eras equally. The exponent is the model's one substantive parameter: it encodes the deceleration rate, each doubling of age multiplying price by a constant factor, and small changes to it compound into enormous projection differences over years.

### How does the power law differ from stock-to-flow?

Different anchor, different shape. Stock-to-flow models price from the supply schedule, stepping upward at each halving toward aggressive targets; the power law models price from age alone, a smooth decelerating trajectory that treats halving cycles as noise around the trend. Both are curve fits on the same short history, and their diverging projections frame the honest range better than either does alone.

### Why plot on log-log axes?

Because that is where the hypothesis becomes visible: a power law is a straight line on log-log axes, so the fit's quality, and its failures, can be judged by eye, and the regression machinery applies directly. The more familiar log-price-versus-linear-time chart shows exponential growth as a line instead; the power law's claim is specifically that Bitcoin's growth is slower than exponential, which only the log-log frame tests visually.

### Does the power-law approach work for other assets?

The fits can be computed for anything, and long-lived network assets are the argued candidates, but the Bitcoin result does not generalize automatically: altcoin fits are notoriously unstable, most assets lack the single continuous history the model needs, and survivorship quietly rigs the exercise, since the assets still around to fit are the ones that grew. Treat the framework as a Bitcoin-specific empirical observation until an independent case earns its own record.

## Implementations in the Library

- Bitcoin Power Law (LuxAlgo): https://www.luxalgo.com/library/indicator/bitcoin-power-law/

## Related concepts

- Liquidation Clusters: https://www.luxalgo.com/library/concept/liquidation-clusters/
- Open Interest: https://www.luxalgo.com/library/concept/open-interest/
- On-chain Valuation Suite: https://www.luxalgo.com/library/concept/on-chain-valuation-suite/
- Crypto Cycle Models: https://www.luxalgo.com/library/concept/crypto-cycle-models/
- Exchange & Stablecoin Flows: https://www.luxalgo.com/library/concept/exchange-and-stablecoin-flows/
- Whale-wallet Tracking: https://www.luxalgo.com/library/concept/whale-wallet-tracking/
- Funding Rate: https://www.luxalgo.com/library/concept/funding-rate/
- Futures Basis: https://www.luxalgo.com/library/concept/futures-basis/
- Long/short Account Ratio: https://www.luxalgo.com/library/concept/long-short-account-ratio/
- NVT Ratio: https://www.luxalgo.com/library/concept/nvt-ratio/

---

Source: https://www.luxalgo.com/library/concept/power-law-growth-curves/ (LuxAlgo Library, the encyclopedia of trading & technical analysis). Free to use with attribution: https://www.luxalgo.com/library/license/