# Exchange Inflow CDD

## Definition

[Coin Days Destroyed (CDD)](https://cryptoquant.com/asset/btc/chart/network-indicator/coin-days-destroyed-cdd) of coins destroyed by flowing into exchanges. High values indicate that more long-term holders moved their coins for the purpose of possible selling. This indicator is a noise-removed version of CDD with respect to exchange dumping signal.

$$
\text{Exchange Inflow CDD}=\sum\_{o \in \text{spent outputs to the exchange}}\text{lifespan}\_o\*\text{value}\_o
$$

## Interpretation

Exchange Inflow CDD is a subset of Coin Days Destroyed (CDD) where coins are destroyed by flowing into exchanges. This indicator is noise-removed version of CDD with respect to exchange dumping signal. Also, note that exchange to exchange inter flow's value was excluded to clear the noise.

Exchange Inflow CDD specifically screens transaction that involved inflow to exchanges' wallets and represent its value as CDD. CDD gives more weight to&#x20;

1\) longer-lived UTXO&#x20;

2\) Amount of UTXO is holding BTC.&#x20;

Weighting more on these makes the indicator sensitive to long-term holders’ movement and show sentiment & behavior.&#x20;

### By value itself <a href="#interpretation" id="interpretation"></a>

* **High**: Long-held coins or great amount of coins or both are moving into the exchange  \
  -**Volatility Risk or Possible Trend Reversal**

A large number of alive days are destroyed which indicates that long-term holders' coins are exposed to selling. It is especially notable that coins that held large alive days or in quantity are moving into exchange, indicating possible sell pressure or trend reversal.&#x20;

* **Low**: Long-held coins are moving in less amount&#x20;

## Link to Our Data

* [Exchange Inflow CDD Live Chart](https://cryptoquant.com/asset/btc/chart/flow-indicator/exchange-inflow-cdd?exchange=all_exchange\&window=DAY\&sma=0\&ema=0\&priceScale=linear\&metricScale=linear\&chartStyle=line)


---

# Agent Instructions: 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://userguide.cryptoquant.com/cryptoquant-metrics/exchange/exchange-inflow-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.
