# What is ChainQuant?

ChainQuant is an on-chain analytics platform built for two types of users: **traders** who want to track wallets and monitor live transactions, and **projects** that need to monitor their token supply, enforce sell rules, and audit wallet activity.

***

## For Traders

Track any wallet across supported networks, get notified in real time via the live transaction console or Telegram, and stay ahead of market moves.

→ [Get started as a trader](/getting-started/create-account.md)

## For Projects

Monitor your token's supply distribution, enforce sell rule compliance, and get instant Telegram alerts when violations occur.

→ [Get started as a project](/getting-started/create-account.md)


---

# 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://docs.chainquant.io/readme.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.
