> 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/dormancy/supply-adjusted-dormancy.md).

# Supply-Adjusted Dormancy

## Indicator Overview

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

This results in a steadily rising 'floor value' and potential for higher 'peak values' of Dormancy 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/9zHsf5oUjKMBWMTuVLlq" alt="Bitcoin: Supply-Adjusted Dormancy"><figcaption></figcaption></figure>

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

## How is it measured?

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

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

## About

### Coined By

[Reginald D. Smith](https://twitter.com/supremevinegar) and [David Puell](https://twitter.com/kenoshaking) (June 2019)

### Further Resources

Reginald Smith and David Puell - [Bitcoin Average Dormancy: New Views of a Classic On-Chain Metric](https://medium.com/adaptivecapital/bitcoin-average-dormancy-28f88ea4c2ce)


---

# 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/dormancy/supply-adjusted-dormancy.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.
