# Stablecoin Exchange In/Outflow & Netflow

## Definition

**Stablecoin Exchange Inflow** is defined as an amount of Stablecoin deposited into the exchange wallets.

| Metrics          | Description                                                                    |
| ---------------- | ------------------------------------------------------------------------------ |
| Inflow Total     | The total amount of Stablecoin transferred to the exchange.                    |
| Inflow Mean      | The mean amount of Stablecoin per transaction sent to the exchange.            |
| Inflow Top10     | The total Stablecoin amount of the top 10 transactions inflow to the exchange. |
| Inflow Mean(MA7) | The 7 days moving average of mean Stablecoin inflow to the exchange.           |

**Stablecoin Exchange Outflow** is defined as an amount of Stablecoin withdrawal from the exchange wallets.

| Metrics           | Description                                                                       |
| ----------------- | --------------------------------------------------------------------------------- |
| Outflow Total     | The total amount of Stablecoin transferred from the exchange.                     |
| Outflow Mean      | The mean amount of Stablecoin per transaction sent from the exchange.             |
| Outflow Top10     | The total Stablecoin amount of the top 10 transactions outflow from the exchange. |
| Outflow Mean(MA7) | The 7 days moving average of mean Stablecoin outflow from the exchange.           |

**Stablecoin Exchange Netflow** is the difference between Stablecoin flowing into and out of the exchange. (Inflow - Outflow = Netflow)

The mean value is the In/Outflow Total divided by the Transactions Count In/Outflow.

## Interpretation <a href="#interpretation" id="interpretation"></a>

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

* **Increase of inflow** to exchanges is mostly a **Bullish** sign
* **Increase of outflow** from exchanges is mostly a **Bearish** sign

Considering the fact that moving coins costs fees, wallets outside from exchange send their coins to the exchanges for two possible reasons.

#### 1) To buy coins - Bullish&#x20;

In the case of inflow to spot exchange, it is highly likely that investors are sending Stablecoins for buying coins.&#x20;

This reason of action mostly leads to the price rise which indicates a bullish sign.

#### 2) To trade in derivatives market - volatility risk

The purpose for sending coins to derivative market wallets indicates that more trades will be happening on the derivative market. This could possibly lead to increased volatility risk as a result of increased trading activity, investors looking to take profits, and/or to rebalance to de-risk their investment portfolios. This type of action has difficulty in deciding the effect on price since coins in the derivative market could be used to open both long/short positions.&#x20;

Instead, it should be interpreted as increased volatility risk.

## Link to Our Data

* [Stablecoin Exchange In/Outflow & Netflow in CryptoQuant Live Chart](https://cryptoquant.com/asset/stablecoin/chart/exchange-flows)
* [Stablecoin Exchange In/Outflow & Netflow in CryptoQuant Data API docs](https://cryptoquant.com/docs#tag/Stablecoin-Exchange-Flow)


---

# 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/stablecoin/stablecoin-exchange-in-outflow-and-netflow.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.
