> For the complete documentation index, see [llms.txt](https://userguide.cryptoquant.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://userguide.cryptoquant.com/cryptoquant-metrics/miner/miner-to-exchange.md).

# Miner to Exchange

## Definition

The total amount of coins transferred from the mining pool to exchange wallets.

| Metrics                 | Description                                                                 |
| ----------------------- | --------------------------------------------------------------------------- |
| Flow Total              | The total amount of BTC transferred from a mining pool to exchange wallets. |
| Flow Mean               | The mean amount of BTC transferred from a mining pool to exchange wallets.  |
| Transactions Count Flow | The number of transactions from a mining pool to exchange wallets.          |

The mean value is the Flow Total divided by the Transactions Count Flow. Data entries were collected from the first transaction between two entities.

## Interpretation

Identify if mining pool affiliated miners are preparing to sell coins.

Unlike Miner Outflow, it only tracks the movement between Miner and Exchanges.

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

* **High** : A lot of miners' coins are exposed to selling - **Bearish** &#x20;
* **Low :** only a few of miners' coins are exposed to selling - **Bullish** &#x20;

### By examining trend

* **Increasing** **:** Miners' selling power is increasing - **Bearish**
* **Decreasing** : Miners' selling power is decreasing - **Bullish**

## About Miners' Outflow to the exchange

#### Moving to the exchanges for possible selling - Bearish

Moving their coins to the exchanges includes the purposes of selling to cover the cost or to prepare for possible sell. Miner's selling actions include the immediate need to cover the cost or  to gain excess gains by selling at the price they consider to be over-valued. Both cases are correlated to sell action which naturally lead to interpret this reason to the price drop which indicates a bearish sign.

## Link to Our Data

* [Miner to Exchange in CryptoQuant Data API docs](https://cryptoquant.com/docs#operation/BTCgetMinerToExchange)


---

# 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, and the optional `goal` query parameter:

```
GET https://userguide.cryptoquant.com/cryptoquant-metrics/miner/miner-to-exchange.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
