> 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/memecoins/finding-tokens/token-search.md).

# Token Search

<figure><img src="/files/BoCV8AfiYR9ehuDxHutw" alt=""><figcaption><p>Token Search Action</p></figcaption></figure>

{% tabs %}
{% tab title="Search Bar" %}
Type in a token's **name**, **symbol**, **contract address**, or **creator address** to find it. Your recent searches are saved for quick access.

<figure><img src="/files/buV4SYC1vBQgojCEr5eM" alt=""><figcaption><p>Search Bar Tab</p></figcaption></figure>
{% endtab %}

{% tab title="Quick Filters" %}
Tap any of the protocol filters at the top to narrow your results instantly:

* **Pump** — Show only tokens launched on Pump.
* **Bonk** — Show only tokens launched on Bonk.
* **OG** — Show original/legacy tokens, sorted from oldest to newest.
* **Graduated** — Show only tokens that have migrated off the bonding curve.
* **Safe** — Show only tokens with at least **$100 in 24h volume** and at least **$10K in liquidity.**

<figure><img src="/files/y7gllll7MEprPPMAZgwU" alt=""><figcaption><p>Quick Filters Section</p></figcaption></figure>
{% endtab %}

{% tab title="Advanced Filters" %}
Tap **Advanced** to reveal additional filtering options:

* **Min Liq ($)** — Set a minimum liquidity threshold.
* **Min Fees (SOL)** — Set a minimum fees threshold.
* **Holders** — Toggle to show the Holders column in search results.
* **Fees** — Toggle to show the Fees column in search results.
* **% Change Timeframe** — Select a timeframe to view the price change percentage over that period.

<figure><img src="/files/xqnApjb0zAsiWyBjMQmx" alt=""><figcaption><p>Advanced Filters Tab</p></figcaption></figure>
{% endtab %}

{% tab title="Sort Options" %}
Use the icons in the top right to sort your results:

* **Time** — Sort by creation time.
* **Market Cap** — Sort by market cap.
* **24h Volume** — Sort by 24-hour volume.
* **Liquidity** — Sort by liquidity.

<figure><img src="/files/L85fEnTGyD3ahmkLIvQO" alt=""><figcaption><p>Time - Market Cap - 24h Volume - Liquidity</p></figcaption></figure>
{% endtab %}
{% endtabs %}


---

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

```
GET https://help.trade.fun/memecoins/finding-tokens/token-search.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.
