> 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/memes.md).

# Memes

## Memes Bar

Quickly switch between Solana, Binance and Monad. [#customize](#customize "mention") your display preferences and Quick Buy settings.

<figure><img src="/files/9q4zxLgxHpKFt4t2a54Y" alt=""><figcaption></figcaption></figure>

***

## Columns

Each column represents a different moment in the token's lifecycle. Each column can be [#customize](#customize "mention") with filters to further refine results.

<figure><img src="/files/1oC5kQ6C00tfezttk2pI" alt=""><figcaption></figcaption></figure>

### New tokens

Live updating view of tokens being launched in real-time. Newly created tokens bump olders ones from the top of the list. Custom filters are available.

### Migrating Soon

Live feed of tokens based primarily on bonding curve % and how close they are to graduating their respective launchpads.

### Migrated

Live feed of tokens that have graduated from launchpads to DEX Pool.

***

## Customize

The Memes page is meant to fit your needs, the way you need it to.&#x20;

<figure><img src="/files/gwJGxqQdJaLftPXH1Htl" alt="" width="375"><figcaption></figcaption></figure>

### Display Options

Customize your layout preferences and button designs.

<div><figure><img src="/files/puavFIJYqVzaJcxg4QKF" alt="" width="375"><figcaption></figcaption></figure> <figure><img src="/files/F7pgY7dC9cqxxZjej8J1" alt="" width="375"><figcaption></figcaption></figure></div>

### Quick Buy

Quick buy settings can be changed easily from the memes page.

<figure><img src="/files/bTiptDdLMlWoCd4ld50i" alt="" width="337"><figcaption></figcaption></figure>

{% hint style="info" %}
Users can have 3 preset quick buy settings per chain, these settings carry over between Brewing and [Explore](/platform-map/explore.md)pages.
{% endhint %}

### Column Filters

Toggle between active launchpads and set filter with whatever metrics you want.&#x20;

<figure><img src="/files/C5CdRW4BoVw0OXtumLsp" alt="" width="316"><figcaption></figcaption></figure>

<figure><img src="/files/oxfOqzQLet0NyCVGV8w7" alt="" width="314"><figcaption></figcaption></figure>

| 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                                            |


---

# 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/memes.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.
