> For the complete documentation index, see [llms.txt](https://basedinc.gitbook.io/basedbid/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://basedinc.gitbook.io/basedbid/explainers/pool-page.md).

# Pool Page

The pool page shows you everything about a pool: live trading activity, how close it is to graduating to DEX and more. Below you will see each part of the pool page explained.

<details>

<summary><strong>Token Info</strong></summary>

This section displays the <mark style="color:$primary;">**core details**</mark> about the token:

* **Token Name and Symbol:** The project's identity and ticker
* **Liquidity:** The current liquidity available for trading
* **DEX:** Which decentralized exchange the token will <mark style="color:$primary;">**graduate**</mark> to
* **Board:** What Board the token launched on
* **Market Cap, Volume & Graduation Progress:** <mark style="color:$primary;">**Current market cap**</mark>, trading volume, and how close the token is to reaching its <mark style="color:$primary;">**target market cap**</mark> and graduating to DEX

<div data-with-frame="true"><figure><img src="/files/2KQ5M5ew6w2GgS6H4LNA" alt=""><figcaption></figcaption></figure></div>

</details>

<details>

<summary><strong>Buying, Selling &#x26; More</strong></summary>

This section provides all the tools you need to trade the token:

* **Buy Button:** Click to access the buying interface
* **Sell Button:** Click to access the selling interface
* **Market Cap & Progress Bar:** Visual representation of how close the token is to <mark style="color:$primary;">**graduating**</mark>
* **Token/ETH Balance:** Your current balance amounts displayed in real-time, which is displayed is dependent on if you are buying or selling&#x20;
* **Fee Builder:** Here you can see the total fee and how it is divided up

<p align="center"><a href="/pages/WutnpGAWFYBv4XwBQ0r9" class="button primary" data-icon="head-side-gear">Learn More About the Fee Builder</a></p>

<div data-with-frame="true"><figure><img src="/files/StCnwG1Hu6tkEE3Te7e2" alt=""><figcaption></figcaption></figure></div>

</details>

<details>

<summary><strong>Comments and More</strong></summary>

At the bottom of the page you'll find tabs to track activity and engagement:

* All Trades: Real-time list of all <mark style="color:$primary;">**buys and sells**</mark>
* **Comments**: Community discussion and feedback on the token
* **Holders**: See who <mark style="color:$primary;">**holds the token**</mark> and their balances
* **Owner** *<mark style="color:purple;">(Owner-only tab)</mark>*: Control panel for managing your pool settings and editing the <mark style="color:$primary;">**Fee Builder**</mark>

<div data-with-frame="true"><figure><img src="/files/I9eIOfixeiOb1EbcJ4di" alt=""><figcaption></figcaption></figure></div>

</details>


---

# 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://basedinc.gitbook.io/basedbid/explainers/pool-page.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.
