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

# Thesis Intelligence

Thesis Intelligence is the qualitative layer. Most of Tachyo measures what wallets did; this screen adds what they said about it, and ranks tokens by how much smart-money strength is concentrated in them right now.

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

## The vocabulary

The product uses three words that sound interchangeable and are not:

* **Signal**: this token's smart-money strength relative to other active tokens, as a **0-100 percentile**. Directionally neutral: it shows where the action is, accumulation and exits alike, not just gains.
* **Hot**: the top band of that scale, not a separate concept. The bands are: **Quiet** below 30 · **Weak** 30-54 · **Strong** 55-79 · **Hot** 80 and up.
* **Thesis**: a smart-money wallet opened or described a position in the token. A qualitative signal with a person and a track record behind it.

Alongside them: **BUY / SELL** entries are individual large trades from tracked wallets, direction straight from the chain.

{% hint style="info" %}
Do not confuse the **Signal percentile** here with the [**Tachyo Signal**](/concepts/tachyo-signal.md) verdict on the token page. The first is a thermometer: where the heat is. The second is a judgement: whether the model likes the setup.
{% endhint %}

## How to use it

* **Read the bands, not the exact number.** The difference between 61 and 64 is noise; the difference between Weak and Hot is the thing.
* **A rising signal on a token you hold** is confirmation that scored wallets are still engaged. A falling one is the earliest warning the platform gives you.
* **Theses are worth more than the trades around them.** A trade tells you someone bought. A thesis tells you why, and whose reasoning it is, with their record attached.
* **High signal with no theses** is flow without conviction. It happens, and it usually resolves faster.

## Where it connects

* The token behind any row opens in [the token page](/platform/token-page.md), where the same theses appear alongside the holder census.
* Tokens showing sustained strength here are the natural candidates for your [Watchlist](/platform/watchlist.md).


---

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