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

# Alpha

Alpha answers a question none of the other screens do: **who leads?**

The platform builds a follow graph nightly from actual behaviour: which wallets consistently buy *after* which other wallets, and how long they take to do it. Alpha ranks the wallets at the front of that graph.

| Column        | What it is                                                       |
| ------------- | ---------------------------------------------------------------- |
| **Trader**    | The leading wallet.                                              |
| **Tier**      | Its score. See [Wallet tiers](/concepts/wallet-tiers.md).        |
| **Followers** | How many wallets have been observed buying after this one.       |
| **Avg lag**   | The typical delay before followers move: minutes, hours or days. |

Sorting is fixed to the natural direction of each column: more followers is better, lower lag is better.

## Why lag is the interesting column

Followers tell you influence. **Lag tells you how much room you have.**

* **Short lag, many followers**: this wallet moves a crowd almost immediately. By the time you see the buy, the follow-through is already happening.
* **Long lag, many followers**: the crowd arrives hours or days later. That gap is the tradeable part.

A wallet with 300 followers at a 4-hour average lag is a very different instrument from one with 300 followers at a 6-minute lag, even though both look "influential".

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

## How to use it

1. Find leaders whose tier you respect: an S or A wallet at the head of a follow graph is the combination worth having.
2. Open the follower list to see who moves behind them and how consistently.
3. Track what those leaders touch through the [Live Feed](/platform/feed.md) or by adding the tokens to your [Watchlist](/platform/watchlist.md).

{% hint style="info" %}
Followers here are wallets, not social accounts. This measures money following money, not people following a profile, which is why the number is usually much smaller and much more useful than a follower count on X.
{% endhint %}


---

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