# Tỷ lệ Cá voi Giao dịch

## Định nghĩa

Tổng số lượng BTC của 10 giao dịch hàng đầu (trong khái niệm về tổng lượng BTC đã gửi) chia cho tổng số lượng BTC chảy vào sàn giao dịch.<br>

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

## Giải nghĩa

Tìm các sàn giao dịch tập trung cá voi với 10 dòng tiền vào hàng đầu. Nhìn vào quy mô tương đối của 10 dòng tiền vào hàng đầu so với tổng số dòng vào, có thể khám phá ra những cá voi sử dụng sàn giao dịch nào. Ví dụ: vì Gemini có hầu hết người dùng là cá voi, nên giá có thể tăng hoặc giảm đáng kể. Điều này có rủi ro tiềm ẩn, nhưng cũng có khả năng xảy ra chênh lệch giá.

## Liên kết tới dữ liệu của chúng tôi

* [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/vi/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.
