# Trending

The **Trending Page** displays popular tokens curated by DeBot on a specific blockchain.\
DeBot’s **AI engine** automatically filters out potential **scam or low-quality tokens**, ensuring that tokens with **real potential and activity** are given higher visibility.

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

### 📊 Field Descriptions

| Field                      | Description                                                                         |
| -------------------------- | ----------------------------------------------------------------------------------- |
| **Token**                  | Token Name, image, CA and social media links                                        |
| **Created**                | The time when the token was created                                                 |
| **MC/Liq**                 | The liquidity and circulating market value currently in the pool                    |
| **Holders**                | The number of token holders                                                         |
| 24H Vol                    | The total trading volume in the past 24 hours                                       |
| **Price**                  | The current token price                                                             |
| **24H Wallets**            | Number of wallet address inflows in the past 24 hours                               |
| **24H Txs (Transactions)** | The number of buy (green) and sell (red) transactions within a specific time period |
| 5**m% / 1m% / 24h%**       | The token’s price change percentage over the last 5 minutes / 1 hour / 24 hours     |
| **Security Check**         | [Security Check](/en/basic-features/token-security-check.md)                        |
| **Buy**                    | Instant buy a specific amount                                                       |

## Filter

You can filter any condition as you want from the icon shown below.&#x20;

The order of the tokens will be sorted according to your filtering conditions.

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

<br>


---

# 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.debot.ai/en/basic-features/trending.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.
