> For the complete documentation index, see [llms.txt](https://aikaverse.gitbook.io/aikaverse/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aikaverse.gitbook.io/aikaverse/our-products/aikaxbt/terminal-guide/tokens.md).

# Tokens

## **Token Dashboard: A Deeper Dive**

By clicking on the "TOKENS" tab in the top navigation bar, you are taken to the Token Dashboard. This page provides a comprehensive and sortable list of tokens that are currently being mentioned on X.

This dashboard is designed for active traders who want to filter and sort data to uncover specific opportunities. Let's explore its powerful features.

<figure><img src="/files/093Vte5I5WL1VZcARR4X" alt=""><figcaption><p>AikaXBT Terminal's Token Dashboard Page</p></figcaption></figure>

### **Filtering and Customization**

At the top of the list, you will find several dropdown menus that allow you to apply powerful filters to the data. This helps you narrow down the noise and focus on what's relevant to your strategy.

Available filters include:

* **Chain:** Isolate tokens from a specific blockchain (e.g., Base, Solana).
* **Launchpads:** Filter by the platform a token launched from.
* **Pair Age:** Focus on newer or more established tokens.
* **Tweet Timeframe:** Adjust the window for tracking mentions.

***

### **Sorting Options**

Every column on the Token Dashboard is sortable. Simply click on a column header to reorder the entire list based on that metric. This allows you to identify momentum and trends quickly.

You can sort the list by:

* **Total Mentions:** View by lifetime mentions, or isolate recent momentum by sorting by **4-Hour** or **24-Hour** mentions.
* **Current FDV:** Sort by the token's current Fully Diluted Valuation.
* **Delta FDV%:** Find tokens with the most significant recent change in their valuation.
* **24H PRICE %:** Sort by price performance over the last 24 hours to spot top gainers or losers.

This dashboard gives you the tools to move beyond simple mindshare and analyze the data with precision. Next, we will look at what happens when you click on an individual token to see its detail page.


---

# 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://aikaverse.gitbook.io/aikaverse/our-products/aikaxbt/terminal-guide/tokens.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.
