> For the complete documentation index, see [llms.txt](https://trenchexchange.gitbook.io/trench-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://trenchexchange.gitbook.io/trench-docs/terminal-guide/radar.md).

# Radar

{% tabs %}
{% tab title="New Pairs" %}
Recently launched tokens.

<figure><img src="/files/jWKhWn9EQDbKCQpPvFvF" alt="" width="375"><figcaption></figcaption></figure>
{% endtab %}

{% tab title="About to Graduate" %}
Near bonding curve completion.

<figure><img src="/files/nQ4BhS02qaRqhrjn7S62" alt="" width="375"><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Graduated" %}
Completed bonding curve.

<figure><img src="/files/8SGM6ioKFfJQyXddNmhP" alt="" width="375"><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

### Filters & Token Controls

Refine what you see on Radar using filters, token-level data, and additional controls to surface more relevant opportunities.

{% tabs %}
{% tab title="Token Info" %}

<table><thead><tr><th width="117.96875">Symbol</th><th width="354.26953125">Description</th></tr></thead><tbody><tr><td><img src="/files/EvhejO5KP4pPxu0sTE7I" alt="" data-size="line"><img src="/files/J2DeeevTBCoN8oNJlh4f" alt="" data-size="line"><br></td><td>% of Token Supply held by Top 10 Holders</td></tr><tr><td><img src="/files/rhldtobfDJTpHxViBG4w" alt="" data-size="line"><img src="/files/TtKl0wbYPJZIHFobH1iH" alt="" data-size="line"></td><td>% of Token supply held by Insiders</td></tr><tr><td><img src="/files/e5IEa7jCovFrcCoyOC6C" alt="" data-size="line"><img src="/files/PBnCAr1m4JR0Ive0uQR0" alt="" data-size="line"></td><td>% of Token supply held by Snipers</td></tr><tr><td><img src="/files/M1hWNeL2ghsd8tA8z0mE" alt="" data-size="line"><img src="/files/raD1UTk84rdnSPS8LeaU" alt="" data-size="line"></td><td>% of Token supply held by Token Dev</td></tr><tr><td><img src="/files/cFNZWFUB1x6zGqgwtRLd" alt="" data-size="line"></td><td>Total Holders</td></tr><tr><td><img src="/files/VfF9pvGPFHB4bDSO9oqu" alt="" data-size="line"></td><td>Dexscreener Enhanced Listing</td></tr><tr><td><img src="/files/kRMJ78bDlrTIFUQ7zvtL" alt="" data-size="line"></td><td>Mayhem Mode Countdown</td></tr><tr><td><img src="/files/X0qSYlpvhJPd77BFRLVD" alt="" data-size="line"></td><td>Copy Token CA</td></tr><tr><td><img src="/files/bNvCdKdqey3wLkVguYEZ" alt="" data-size="line"></td><td>Search CA on X</td></tr><tr><td><img src="/files/B1O06LZEHndunavjsfKV" alt="" data-size="line"></td><td>Token's X Link</td></tr><tr><td><img src="/files/qpvUk4fRXUKqD25YDnm4" alt="" data-size="line"></td><td>Token's Website</td></tr><tr><td><img src="/files/oYhhlApMmK0W923MsmH3" alt="" data-size="line"></td><td>Linked X Post</td></tr></tbody></table>

Token Info provides key **on-chain metrics** to help you quickly understand each token.

* Hover over any metric to view **tooltips** explaining what each value represents
* Metrics are **correlated with your selected filters**, so the data reflects your current view
* By default, all tokens are shown without any filtering

Customizing your Radar feed may also **change how tokens are represented**, depending on the filters and settings applied.
{% endtab %}

{% tab title="Filters" %}
Use filters to narrow down tokens based on activity, risk, and on-chain metrics to quickly find relevant opportunities.

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

| Filter           | Description                                                                       |
| ---------------- | --------------------------------------------------------------------------------- |
| Protocols        | Select specific launchpads/protocols to filter tokens from (e.g. Pump.fun, Bonk). |
| Include Keywords | Show tokens that match specific keywords in name or ticker.                       |
| Exclude Keywords | Hide tokens that contain specific unwanted keywords.                              |
| Dex Paid         | Filter tokens that have paid for Dexscreener listing.                             |
| B. Curve %       | Shows progress of bonding curve completion for a token.                           |
| Age (mins)       | Filter tokens based on how recently they were created.                            |
| Top 10 Holders % | Percentage of supply held by top 10 wallets (higher = more concentrated).         |
| Dev Holding %    | Percentage of tokens held by the developer wallet.                                |
| Snipers %        | Percentage of supply bought by sniper wallets at launch.                          |
| Insiders %       | Percentage of supply held by early/connected wallets.                             |
| Holders          | Total number of unique wallets holding the token.                                 |
| Liquidity ($)    | Amount of liquidity available for trading.                                        |
| Volume ($)       | Total trading volume over a period.                                               |
| Market Cap ($)   | Total value of the token based on price and supply.                               |
| {% 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://trenchexchange.gitbook.io/trench-docs/terminal-guide/radar.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.
