> For the complete documentation index, see [llms.txt](https://maiga.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://maiga.gitbook.io/docs/maiga-tech/maigaxbt-ai-agent-features/token-info.md).

# Token Info

## Function Overview

All scanner data in one place: token highlights, market stats, liquidity, contracts, security, honeypot, and holders.

***

### Info You’ll Get:

**Highlights**

* Price, Market Cap, Rank
* Buy/Sell Taxes
* Best liquidity route (DEX)

***

**Market Overview**

* Price, Market Cap, FDV
* Market Cap/FDV ratio
* Global rank

***

**DEX & Liquidity**

* Liquidity per DEX with pair addresses
* Suggested best trading route

***

**Contract Analysis**

* Verified / Mintable / Blacklist flags
* Owner address

***

**Security & Distribution**

* Token metadata
* Risk panel

***

**Honeypot & Swap Info**

* Honeypot status
* Buy/Sell taxes
* Risk level

***

**Top Holders**

* Wallet addresses with balances and % share

**Example (BNB):**

```
0xf977…acec → 87,289.98 (0.22%)  
0x4802…7e5f → 30,644.46 (0.08%)  
0xa73d…a1fc → 29,439.42 (0.07%)  
```

***

### How to Use It

* **Command:** `/token {ticker or CA}`
* **Workflow:**
  1. Search token
  2. Review highlights and taxes
  3. Confirm contract security
  4. Check DEX liquidity and holders
  5. Cross-verify before trading

Token Info on Maiga AI Dashboard:

<figure><img src="/files/T9y6p2AZHm86CNl7ECsL" alt=""><figcaption></figcaption></figure>

MaigaXBT Token Info on Telegram:

<figure><img src="/files/ucVqY6GNrULNcV9C75yA" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/yKi8ceH6R43CFsz9q3RX" alt=""><figcaption></figcaption></figure>


---

# 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://maiga.gitbook.io/docs/maiga-tech/maigaxbt-ai-agent-features/token-info.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.
