# Exchange Whale Ratio

## Definition

The total BTC amount of the top 10 transactions (in terms of total BTC sent) divided by the total BTC amount flowing into exchanges.<br>

$$
\text{Exchange Whale Ratio} = \frac{\text{Sum of Top 10 Exchange Inflow TXs(BTC)}}{\text{Total Exchange Inflows in BTC}}
$$

## Interpretation

Find Whale Focused Exchanges with Top 10 Inflows. Looking at the relative size of the top 10 inflows to total inflows, it is possible to discover which exchanges whales use. For example, as Gemini has mostly whale users, it is possible for the price to rise or fall dramatically. This has potential risks, but also the possibility of arbitrage.

## Link to Our Data

* [Exchange Whale Ratio in CryptoQuant Live Chart](https://cryptoquant.com/overview/full/595?window=day)
* [Exchange Whale Ratio in CryptoQuant Data API docs](https://cryptoquant.com/docs#operation/getExchangeWhaleRatio)


---

# 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/market/exchange-whale-ratio.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.
