> For the complete documentation index, see [llms.txt](https://docs.glassnode.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.glassnode.com/further-information/metric-guides/coin-days-destroyed/supply-adjusted-cdd.md).

# Supply-Adjusted CDD

## Indicator Overview

Supply-Adjusted CDD accounts for the impact that coin day accumulation by the total supply has on the [Coin Days Destroyed](/further-information/metric-guides/coin-days-destroyed/cdd-coin-days-destroyed.md) metric. As more coins are issued and more coin days are accumulated by the aggregate network, the lower bound of coin days destroyed will increase over time.

This results in a steadily rising 'floor value' and potential for higher 'peak values' of CDD which therefore requires additional consideration in analysis to accurately compare measurements from different points in time. Adjusting for supply aims to provide a more proportional and equivalent view of indicator values over the history of the market.

The rationale behind supply adjustment is as follows:

* Early in a protocol's life, coin supply is small and so is the aggregate accumulated lifespan and thus the required adjustment is larger to scale up in line with more recent values.
* Later in a protocol's life, coin supply is larger and so is the aggregate accumulated lifespan so the required adjustment is smaller relative to recent values.

In general, horizontal levels and values in supply adjusted metrics are likely to more consistent over time than those for the base metric. The trends, fractals and interpretation remain consistent between both the original metric and supply adjusted variants.

<figure><img src="/files/lw319jA3q6vWCQGoqpav" alt="Bitcoin: Supply-Adjusted CDD"><figcaption></figcaption></figure>

* [View Supply-Adjusted CDD in Glassnode Studio](https://studio.glassnode.com/metrics?a=BTC\&m=indicators.CddSupplyAdjusted)
* [View Supply-Adjusted CDD in Glassnode API Docs](https://docs.glassnode.com/basic-api/endpoints/indicators#supply-adjusted-cdd)

## How is it measured?

Supply-Adjusted CDD simply divides CDD by the circulating supply (total amount of coins issued).

$$
\begin{align\*} \textrm{Supply-Adjusted CDD} &= \frac{\textrm{CDD}}{\textrm{Total Supply}} \\\[0.5em] &=\frac{ \textrm{value} \cdot \textrm{lifespan}~~{\color{gray}{\[\textrm{days}]}}~~{\color{gray}{\textrm{(of all spent outputs)}}} }{ \textrm{value}\~{\color{gray}{\textrm{(of all UTXOs)}}} } \end{align\*}
$$

## About

### Coined By

[Hans Hauge](https://twitter.com/hansthered) (May 2019)

### Further Resources

Hans Hauge - [Introducing Binary Adjusted BDD](https://www.kanaandkatana.com/valuation-depot-contents/2019/5/30/exploration-of-bitcoin-days-destroyed)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.glassnode.com/further-information/metric-guides/coin-days-destroyed/supply-adjusted-cdd.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
