# Token Overview Page

## Overview

Through the **Token Overview** page, you can view all information related to a specific token — including **real-time trading activity**, **liquidity pool data**, **security details**, and **various analytical metrics**.<br>

Additionally, you can **execute trades directly** from this page for a seamless trading experience.

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

## On the left panel of the page

Here, you can **customize and add features** to the **left-side panel**, as well as **adjust the overall layout mode** of the page to suit your preferences.

<div><figure><img src="/files/7JL5aS9zU4wMNahCtF0L" alt="" width="326"><figcaption></figcaption></figure> <figure><img src="/files/8eSBKRhAAkvwrMAkElVy" alt="" width="375"><figcaption></figcaption></figure></div>

## K-line Chart Area

* You can **add** the current token to your **favourite list** by clicking the "⭐️" icon
* You can view the token's social media and its launchpad by clicking the icon near the token ticker
* By clicking the "**AI"** button, you will get the AI-conducted narrative of this token
* You can set a price alarm by clicking the "M**onitor"**
* Share this token with others by clicking the "S**hare"**

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

## Various On-chain Data&#x20;

This Module displays all on-chain data for a selected token in real time.

* **Top Navigation Tabs** — let you switch between views such as *Transactions*, *Holders*, *Traders*, *Developer*, *Watchlist*, *My Positions*, and *Orders*.

At the top right, quick-action buttons such as **One Click Trade** and layout settings allow fast trading or view customization, and the bubble map button for a visualized token distribution is also allowed

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

## Detailed Token Information

This **Module** provides a compact summary of a token’s key on-chain indicators and market performance:

* **Timeframe Performance (5m / 1h / 12h / 24h):**\
  Shows the percentage change in token price over different time periods — green for growth, red for decline.
* **Vol / Buy / Sell / Makers:**
  * **Vol:** Total trading volume in the selected period.
  * **Buy / Sell:** Number of buy and sell transactions and their total amounts.
  * **Makers:** Number of unique buy-side and sell-side wallet addresses.
* **Liquidity / MC / Holder:**
  * **Liquidity:** Total liquidity currently available in the pool.
  * **MC (Market Cap):** The token’s circulating market capitalization.
  * **Holder:** Total number of wallets holding the token.
* **No Mint / Blacklist / Top 10:**\
  Indicates whether minting is disabled, whether any addresses are blacklisted, and the percentage of supply held by the top 10 holders.

<figure><img src="/files/gyPVaJEKnr3l1XtTpE5E" alt="" width="471"><figcaption></figcaption></figure>

## Trade Module

This interface is the **Trading Module**, where users can quickly execute buy or sell orders for a selected token.

Here’s a quick breakdown of the main elements:

* **Tabs (P1 / P2 / P3):**\
  Allow users to switch between different preset trading configurations or strategies.
* **Buy / Sell Toggle:**\
  Let you choose whether to **buy** or **sell** the token.\
  The highlighted button (green for Buy, red for Sell) indicates your current action.
* **Market Buy / Limit Order Buy:**
  * **Market Buy:** Executes instantly at the current market price.
  * **Limit Order Buy:** Allows you to specify a target price for the order to trigger.
* **Amount Section:**\
  Enter or select the amount of SOL you want to trade.\
  Quick buttons (0.2 / 0.3 / 0.5 / 1) represent predefined amounts for convenience.
* **Balance Display:**\
  Shows your current **SOL balance** available for trading.
* **TP and SL (Take Profit / Stop Loss):**\
  Optional advanced settings to automatically exit a position when certain profit or loss levels are reached.\
  “Double Exit” allows setting both simultaneously.
* **Estimated Value & Confirmation Button:**\
  Displays the estimated trade value and enables order confirmation once parameters are valid.


---

# 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/token-overview-page.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.
