> For the complete documentation index, see [llms.txt](https://docs.kyberswap.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kyberswap.com/reference/legacy/kyberai/on-chain-indicators.md).

# On-Chain Indicators

## Overview

Users can realize the power of on-chain data by conveniently accessing all the various indicators that KyberAI has queried, sorted, and processed via the KyberSwap Interface. KyberAI enables users to view trends for the most important on-chain metrics as well as mix-and-match key indicators to derive further insights. To gain even further insights and context, the on-chain indicators can be combined with [off-chain technical indicators](/reference/legacy/kyberai/technical-indicators.md). You can refer to [On-Chain vs Off-Chain Data](/getting-started/foundational-topics/decentralized-technologies/on-chain-vs-off-chain-data.md) for more information on how this hybrid approach equips KyberAI users with the tools required to make data-driven trades.

{% hint style="info" %}
**Cross-chain data**

The data displayed across all on-chain indicators are specific to the selected chain. With DeFi expanding significantly across multiple chains ([KyberSwap included](/getting-started/supported-exchanges-and-networks.md)), token teams have also taken this opportunity to launch their tokens across a [multitude of chains](/getting-started/supported-exchanges-and-networks.md).

When searching for tokens, you will be able to see which chain data is being queried.

<img src="/files/EbGXkRXC3Jg5caTf3DuQ" alt="" data-size="original">

To avoid any confusion, the selected chain is also indicated at the top of the "Explore" page.
{% endhint %}

## On-Chain Indicators

<table data-view="cards"><thead><tr><th></th><th data-hidden></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><a href="/pages/K2vHHteKXTRZWahl53GV"><strong>Number Of Trades</strong></a></td><td></td><td></td><td><a href="/pages/K2vHHteKXTRZWahl53GV">/pages/K2vHHteKXTRZWahl53GV</a></td></tr><tr><td><a href="/pages/kSHomOFP11FKbdAlBajy"><strong>Trading Volume</strong></a></td><td></td><td></td><td><a href="/pages/kSHomOFP11FKbdAlBajy">/pages/kSHomOFP11FKbdAlBajy</a></td></tr><tr><td><a href="/pages/hzo2qoOhymFgT84fsWv6"><strong>Netflow To Whale Wallets</strong></a></td><td></td><td></td><td><a href="/pages/hzo2qoOhymFgT84fsWv6">/pages/hzo2qoOhymFgT84fsWv6</a></td></tr><tr><td><a href="/pages/MMVaSiYPo3AxNluXNUdv"><strong>Netflow To CEX</strong></a></td><td></td><td></td><td><a href="/pages/MMVaSiYPo3AxNluXNUdv">/pages/MMVaSiYPo3AxNluXNUdv</a></td></tr><tr><td><a href="/pages/xfzbdFllbVGoph1xe6sV"><strong>Number Of Transfers</strong></a></td><td></td><td></td><td><a href="/pages/xfzbdFllbVGoph1xe6sV">/pages/xfzbdFllbVGoph1xe6sV</a></td></tr><tr><td><a href="/pages/c9LXPp2NPaG1VhUaUBSg"><strong>Volume Of Transfers</strong></a></td><td></td><td></td><td><a href="/pages/c9LXPp2NPaG1VhUaUBSg">/pages/c9LXPp2NPaG1VhUaUBSg</a></td></tr><tr><td><a href="/pages/c6iC7YsMWGfElvaCBoz4"><strong>Top Holders</strong></a></td><td></td><td></td><td><a href="/pages/c6iC7YsMWGfElvaCBoz4">/pages/c6iC7YsMWGfElvaCBoz4</a></td></tr></tbody></table>


---

# 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://docs.kyberswap.com/reference/legacy/kyberai/on-chain-indicators.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.
