> 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.md).

# The platform

Tachyo is one workspace at [tachyo.ai/dapp](https://tachyo.ai/dapp). The sections split into three jobs, and most people live in two or three screens and visit the rest when something prompts them.

## Find good traders

* [**Leaderboard**](/platform/leaderboard.md): the full ranked population, filterable by tier.
* [**Smart Money**](/platform/smart-money.md): the classification view, on realized results.
* [**Public Wallets**](/platform/public-wallets.md): the wallets everyone can see, with our tier laid over them.
* [**Alpha**](/platform/alpha.md): who leads, and how much room their followers leave you.
* [**Top Trades**](/platform/top-trades.md): the receipts, ranked by what was actually closed.

## Judge a specific token

* [**Tokens**](/platform/tokens.md): the screener, with wallet-quality columns.
* [**The token page**](/platform/token-page.md): the page the platform is built around.
* [**Thesis Intelligence**](/platform/thesis.md): where the signal is strongest, and who put a reason behind their position.
* [**Compare**](/platform/compare.md): two wallets, side by side, on the same numbers.

## Keep up in real time

* [**Live Feed**](/platform/feed.md): every buy and sell from tracked wallets, as it happens.
* [**Watchlist**](/platform/watchlist.md): the one screen that comes to you.
* [**Market Summary**](/platform/market-summary.md): the wider market read, every few hours.

## Across all of it

* [**Analyst**](/platform/analyst.md): ask in plain language, answered from the same data.
* [**Feedback**](/platform/feedback.md): report a bug or propose an idea, and see what happened to it.


---

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