> For the complete documentation index, see [llms.txt](https://docs.boba.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.boba.xyz/platform-map/explore.md).

# Explore

## Explore Bars

Explore includes Spot and Perps selection next to search bar&#x20;

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

### Spot

Move quickly between Majors, Trending, Volume, Gainers, New, and your personalized spot market watch list.&#x20;

<figure><img src="/files/2KxA2KgxrdScTrdhV60D" alt="" width="530"><figcaption></figcaption></figure>

### Perps

Moce quickly between Top, Trending, Volume, Gainers or a list of all markets and a personalized perps watchlist&#x20;

<figure><img src="/files/hJhmknLRwdjPyvMYVhqL" alt="" width="494"><figcaption></figcaption></figure>

***

## Trending

This view sorts tokens or Perp markets based on several metrics like volume, price change and liquidity to show what is actually trading across the ecosystem.

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

***

## New Pairs

This tab shows a live-updating list of new liquidity pairs on the chain selected. Metrics shown include token price, Market Cap / Liquidity, Volume, Transactions (buy and sell), holders and snapshot of chart based on selected timeframe.

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

***

## Watchlist

Any token can be added to your watchlist by selecting the ☆ icon next to the token name. All favorited tokens will be shown on their respective chain watchlists for a consolidated view of the tokens you care about.

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

***

## Filters

Several filters are available for each view to refine your exploration. Filters do differ between Spot and Perps&#x20;

#### Spot Filters

<figure><img src="/files/aJY1WPl2cXOqdmqfRJYO" alt="" width="244"><figcaption></figcaption></figure>

#### Perps Filters&#x20;

<figure><img src="/files/39KLYcp12v2m8PuGNPLH" alt=""><figcaption></figcaption></figure>

#### Spot Filter Definitions&#x20;

| Filter        | Definition                                                          |
| ------------- | ------------------------------------------------------------------- |
| Bonding Curve | % of completion of respective launchpad bonding curve               |
| Market Cap    | Total market value of the entire token supply                       |
| Volume        | Represents the $ value of aggregate trades in and out of the token  |
| Liquidity     | Represents $ value of assets providing liquidity for the token pair |
| Holders       | Number of unique token holders                                      |
| TXNS          | Number of transactions (buy and sell)                               |
| Buys          | Number of buy transactions                                          |
| Sells         | Number of sell transactions                                         |
| Age           | Token age since deployed                                            |

#### Perp Filter Definitions&#x20;

| Filter        | Definition                                                                             |
| ------------- | -------------------------------------------------------------------------------------- |
| DEX           | The DEX the perp market lives on this includes HIP-3 DEXs like XYZ etc                 |
| Price         | Price of tokens                                                                        |
| Open Interest | Ranges of $ value open interest with custom settings                                   |
| Volume        | Represents the $ value of aggregate trades in and out of the order book on that market |
| Leverage      | Represents ranges of max leverage available on a market.                               |


---

# 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://docs.boba.xyz/platform-map/explore.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.
