> 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/trackers/discover-tracker.md).

# Discover Tracker

<figure><img src="/files/wJlKIRWSQrcOE6sOPYHT" alt=""><figcaption><p>Discover Tracker Feature</p></figcaption></figure>

{% tabs %}
{% tab title="Trending" %}
Displays the most active and popular tokens based on trading volume, transaction activity, and overall market engagement. This section helps you quickly identify where attention and liquidity are currently concentrated.

<figure><img src="/files/742ajuoO2OVdccrhdKcE" alt="" width="375"><figcaption><p>Trending Tab</p></figcaption></figure>
{% endtab %}

{% tab title="Dex" %}
Shows tokens that have paid for Dexscreener listing. These tokens typically have increased visibility and are more likely to attract trading activity and liquidity.

<figure><img src="/files/GElZHIVCOgTotVNHJKdL" alt="" width="375"><figcaption><p>Dex Tab</p></figcaption></figure>
{% endtab %}

{% tab title="Gainers" %}
Highlights the top-performing tokens by price and market cap growth over a selected period. Use this section to spot strong momentum and trending upward movements.

<figure><img src="/files/99DOLVlH253SpReJOtVB" alt="" width="375"><figcaption><p>Gainers Tab</p></figcaption></figure>
{% endtab %}

{% tab title="Live" %}
Shows tokens that are currently being streamed on Pump.fun. This section highlights live launches and ongoing streams, including viewer count, recent activity, and token details—helping you spot attention and momentum in real time.

<figure><img src="/files/23dVC43faBB1i9elNGnP" alt="" width="375"><figcaption><p>Live Tab</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, and the optional `goal` query parameter:

```
GET https://help.trade.fun/trackers/discover-tracker.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.
