> 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-cyd.md).

# Supply-Adjusted CYD

## Indicator Overview

Supply-Adjusted CYD accounts for the impact that coin day accumulation by the total supply has on the [Coin Years Destroyed](/further-information/metric-guides/coin-days-destroyed/cyd-coin-years-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 CYD over time. Therefore additional consideration is required 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/73H9PwAekyVL7beRueqF" alt="Bitcoin: Supply-Adjusted Coin Years Destroyed"><figcaption></figcaption></figure>

* [View Supply-Adjusted CYD in Glassnode Studio](https://studio.glassnode.com/metrics?a=BTC\&category=Lifespan\&chartStyle=column\&m=indicators.CydSupplyAdjusted)
* [View Supply-Adjusted CYD in Glassnode API Docs](https://docs.glassnode.com/basic-api/endpoints/indicators#supply-adjusted-cyd)

## How is it measured?

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

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

## About

### Coined By

[Ark Invest](https://ark-invest.com), [David Puell](https://twitter.com/kenoshaking) and Glassnode (April 2021)

### Further Resources

[Buyer and Seller Behavior: Analyzing Bitcoin’s Fundamentals](https://ark-invest.com/articles/analyst-research/bitcoin-buyer-and-seller/) by Ark Invest and David Puell


---

# 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-cyd.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.
