> For the complete documentation index, see [llms.txt](https://help.trade.fun/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.trade.fun/perps-spot/perpetual-spot-page/overview.md).

# Overview

<figure><img src="/files/8jeLBOykcHJcJMAuQyQn" alt=""><figcaption><p>Token Overview</p></figcaption></figure>

### Market Selector

In the **top-left corner**, you’ll see the current token and market type (e.g., `BTC Perps`).\
Clicking this opens the **Market Selector**, allowing you to choose a different trading pair across both spot and perpetual markets.

### For Perpetuals

* **Mark** – Current market price used for trading
* **Oracle** – External reference price from the oracle feed
* **24h Change** – Net price movement in USD and % over the last 24 hours
* **24h Volume** – Total trading volume over the past 24 hours
* **Open Interest** – Total value of open positions
* **Funding Rate** – Rate used to balance long and short positions
* **Next Funding** – Countdown to the next funding payment

***

### For Spot

* **Market Cap** – Total valuation of the token (based on circulating supply)
* **24h Change** – Net price movement in USD and % over the last 24 hours
* **24h Volume** – Total trading volume over the past 24 hours
* *(Open Interest, Funding Rate, and Oracle are not shown for Spot pairs)*

***

Use this component to quickly assess price movement, liquidity, and funding dynamics before entering a position.


---

# 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://help.trade.fun/perps-spot/perpetual-spot-page/overview.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.
