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

# Core concepts

Every screen in Tachyo leans on the same handful of ideas: what a tier is claiming, why scoring is per chain, what the signal is and is not, and how old the number in front of you actually is. Learn these six and the rest of the product reads itself.

If you only read one, make it [Wallet tiers](/concepts/wallet-tiers.md).

* [**Wallet tiers: S, A, B, C**](/concepts/wallet-tiers.md): what each letter claims, and why unrated is a real answer rather than a low score.
* [**Scoring is per chain**](/concepts/per-chain-scoring.md): skill is local, and a reputation does not travel across a chain boundary.
* [**The Tachyo Signal**](/concepts/tachyo-signal.md): the model verdict on a token, with the dump risk and confidence next to it.
* [**Smart money, holders, community**](/concepts/smart-money.md): four populations that get collapsed into one word, and why that costs you money.
* [**Snapshots and freshness**](/concepts/freshness.md): three clocks run on a token page and they disagree on purpose.
* [**Clusters, insiders and fresh wallets**](/concepts/clusters.md): how many of those holders are really the same person.


---

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