# TokenScan FAQ

<details>

<summary>Why isn’t the bot replying?</summary>

Make sure you’re messaging @TokenScan directly or that it’s an admin in your group, keeping in mind&#x20;some commands require admin permissions.

</details>

<details>

<summary>What networks are supported?</summary>

Ethereum, Base, Solana, BSC, Abstract, Hyperliquid, Arbitrum (Nova/ETH/One), Tron, Sui, Ton, Matic, Pulse Chain, XRP, Cosmos, Sonic, World Chain, Plasma, Sei, AVAX.&#x20;

Additional chains are under active development.

</details>

<details>

<summary>Why do some tokens show limited data?</summary>

Data availability depends on the indexer and liquidity source.\
Newly launched or illiquid tokens might not yet have complete metrics.

</details>

<details>

<summary>How does the DEX Payments check work?</summary>

/dp scans for verified transactions made to DexScreener for updates or listing fees.\
It helps confirm if a token has paid to update metadata.

</details>

<details>

<summary>Can I use TokenScan in multiple groups?</summary>

Yes. You can add the bot to as many groups as you want.\
Each group keeps its own context and leaderboard data.

</details>

<details>

<summary>Is there a limit to how often I can scan?</summary>

No hard limit, but rate control may apply in large groups to keep performance stable.

</details>


---

# 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.tokenscan.app/tokenscan/tokenscan-faq.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.
