> For the complete documentation index, see [llms.txt](https://docs.tachyo.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tachyo.ai/platform/tokens.md).

# Tokens

Tokens is the screener. Every token the platform tracks, with the wallet-quality columns that no price screener has.

<figure><img src="/files/RyitB0cCfElYRGWorsJh" alt=""><figcaption></figcaption></figure>

It is also where you paste a contract you were sent. Search accepts a ticker or a full contract address; clicking any row opens [the token page](/platform/token-page.md).

## Columns

| Column            | What it is                                                                                                                                                                                 |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Token**         | Symbol and contract address.                                                                                                                                                               |
| **Network**       | Which chain it trades on.                                                                                                                                                                  |
| **Market cap**    | In USD. Sortable.                                                                                                                                                                          |
| **24h %**         | Price change over the last day. Sortable.                                                                                                                                                  |
| **FOMO Vol 24h**  | Volume from swaps by **tracked wallets** over 24 hours: our data, not market volume. `$0` means no tracked activity in this window; the token may still trade normally on the open market. |
| **Volume 24h**    | Market volume.                                                                                                                                                                             |
| **Holders**       | Holder count from the last census.                                                                                                                                                         |
| **Smart money**   | Scored wallets in this token, broken down by tier.                                                                                                                                         |
| **BUY / SELL**    | Buy and sell pressure from tracked wallets. Buys well above sells is accumulation; the reverse is distribution.                                                                            |
| **SM Activity**   | How recently smart money last traded this token in our feed. Green under an hour, amber under six, red beyond.                                                                             |
| **Tachyo Signal** | The model verdict. See [The Tachyo Signal](/concepts/tachyo-signal.md).                                                                                                                    |
| **Score**         | The 0-100 signal score behind that verdict.                                                                                                                                                |

Any header with a sort arrow flips between ascending and descending. On mobile the table collapses and the same sorts live under a **Sort by** menu.

## Filters

* **Network**: one chain or all.
* **Launchpad**: filtered to the launchpads that actually deploy on the selected chains, so the list never offers you a combination that cannot exist.
* **Market cap**: preset bands or a custom min/max range in USD.
* **24h change**: **Up** ≥10% / ≥50%, or **Dip** ≥10% / ≥25%. The dip filter is how you find quality tokens that just sold off rather than tokens that are already up.
* **Buy pressure**: ≥50% / ≥70% / ≥90%.
* **Volume 24h**: ≥10k / ≥50k / ≥100k.
* **Freshness**: smart-money activity in the last hour or six hours.

The panel shows how many tokens match while you narrow, so you can tell a filter that is working from one that just emptied the table.

## Badges worth knowing

* **Elite first buy**: one or more **S/A-tier wallets were among the first buyers** of this token. Sparse, and one of the highest-value marks on the screen: it says quality money was there before there was anything to follow.
* **Dust and low-liquidity gates** are on by default, hiding airdrop spam. There is a toggle to show the raw feed when you specifically want to see through them.

## Three screens worth saving

* **Fresh smart money, small caps**: freshness under 1h, market cap under $5M, sort by SM Activity. This is the "what just started" screen.
* **Quality on a dip**: Dip ≥25%, sort by Smart money. Tokens where scored wallets are still present after a sell-off.
* **Verdict-first**: sort by Tachyo Signal and read down. Fastest way to see what the model likes right now, though it will always be a short list.


---

# 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.tachyo.ai/platform/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.
