> For the complete documentation index, see [llms.txt](https://graphdex-1.gitbook.io/graphdex-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://graphdex-1.gitbook.io/graphdex-docs/research/new-tokens.md).

# New Tokens

**The New tab is the as-it-happens feed — Solana token pairs the moment they appear on-chain, with full per-row metrics already populated.**

<div align="center"><figure><img src="/files/JBN29ujDJykAmMONwLxK" alt="Research — New pairs table"><figcaption><p>Research — New tab, ordered by on-chain appearance.</p></figcaption></figure></div>

New is the freshest surface in Research. There's no time-window selector — rows arrive at the top as the pair appears, and existing rows slide down. Use it when you want to scan brand-new market activity, but never use it as a buy signal on its own: early tokens are exactly the ones that move hardest in both directions.

Every row carries the same Research column set, so you don't need to switch tabs to read the basics. Token age, paired asset, and buy/sell split sit alongside Market Cap, Liquidity, TXNS, Volume, and Audit.

{% hint style="success" %}
**Watch fresh on-chain activity**

Rows arrive at the top as pairs appear on-chain — open a token only after the metrics support the conviction.
{% endhint %}

## WHAT THE TABLE SHOWS

* **Pair** — token symbol and paired asset.
* **Market Cap** — current MC at the time of view.
* **Live Liquidity** — pool depth right now.
* **TXNS** — total transaction count with buy / sell split.
* **Volume** — trade volume for the row.
* **Audit** — contract-level risk markers.
* **Age** and short-window movement also visible where the row supports it.

## HOW TO READ A NEW ROW

A short reading order to avoid the "it's new so I'll click" trap.

* Check how recently the token appeared — minutes-old is very different from hours-old.
* Compare **Market Cap** against **Live Liquidity** — thin liquidity at any MC is a flag.
* Read **TXNS** with the **buy / sell** split — a wall of buys with no sells is often unprintable on exit.
* Confirm Volume is *real* trading, not a single whale tap.
* Check Audit before opening the token page — see [Audit Signals](/graphdex-docs/research/audit-signals.md).

## FILTERING NEW

Open `Filter` to bring up the Research filter panel — the same panel you use on Trends and Gems.

* DEX selectors narrow the source pool.
* Audit-related filters drop rows that fail your floor.
* Metric filters compose on top — liquidity floor, MC band, volume threshold.
* `Apply` updates the table; `Clear` removes the current selection.
* Filters persist as you switch Research tabs.

{% hint style="warning" %}
Don't trade from the New table just because a row is recent. Open the [Token Page](/graphdex-docs/trading/token-page.md), review the chart and metrics, check audit signals, and confirm [Trading Settings](/graphdex-docs/trading/trading-settings-overview.md) first.
{% endhint %}

## FAQs

<details>

<summary>Does New have a time-window selector?</summary>

No. New is an as-it-happens feed — rows are ordered by on-chain appearance. Time windows live on [Trends](/graphdex-docs/research/trends.md) and [Gems](/graphdex-docs/research/gems.md).

</details>

<details>

<summary>What columns are on a New row?</summary>

**Pair, Market Cap, Live Liquidity, TXNS** (with buy/sell split), **Volume, Audit** — plus age and short-window movement where the row supports it.

</details>

<details>

<summary>How is New different from Pulse?</summary>

Pulse is a card-stream lifecycle view (New / About to migrate / Migrated). New in Research is a table-style view of just-appeared pairs. Same universe, different shape. See [Pulse Overview](/graphdex-docs/pulse/pulse-overview.md).

</details>

<details>

<summary>Is a New row a buy signal?</summary>

No. New surfaces fresh appearances — nothing more. Confirm metrics, audit, and your Trading Settings before placing an order.

</details>


---

# 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://graphdex-1.gitbook.io/graphdex-docs/research/new-tokens.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.
