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

# Watchlist

Everywhere else in Tachyo, you go looking. The Watchlist is the one place the platform comes to you.

You pin **wallets** and **tokens**, and the watchlist feed shows what happens in them: buys, sells, and the events worth knowing about. **20 pins** with Tachyo Access.

## Two tabs

The watchlist splits your pins into two views:

| Tab         | What it shows                                                                            |
| ----------- | ---------------------------------------------------------------------------------------- |
| **Wallets** | A feed of what your pinned wallets did, newest first.                                    |
| **Tokens**  | Your pinned tokens with chain, price and market cap, plus who has been naming them on X. |

Both show your pins and nothing else. Until you pin something the Wallets tab says so plainly rather than filling itself with wallets you never chose: open any wallet profile and click **Pin**.

## The feed

| Column     | What it is                   |
| ---------- | ---------------------------- |
| **Time**   | When it happened.            |
| **Kind**   | What kind of event it was.   |
| **Wallet** | Who did it, with their tier. |
| **Token**  | What it involved.            |
| **Amount** | Size of the trade in USD.    |

## Who is naming your tokens

A separate section shows **who has been naming your watched tokens on X**, ranked by the reach of the account rather than by post count.

Reach-first is deliberate. On a live watchlist, the median token gets zero posts in a given week while the median top author has six figures of followers. A weekly post-count would show a wall of zeros and read as broken; one post from a large account is the actual event.

## Notifications

You can have watchlist activity pushed to you rather than checked. Notification preferences live in your [profile](/account/profile.md). See [Notifications](/account/notifications.md) for what is delivered, where, and how to turn it off.

## Getting it right

* **Start with five pins, not twenty.** An alert that fires constantly stops being an alert. Add pins as you retire others.
* **Pin wallets you would act on**, not wallets you find interesting. If an S-tier wallet buying something would not change your day, it does not need a pin.
* **Pin tokens you are already in.** The watchlist is at its best telling you that the smart money in your position just left.
* **Pin from the screens that already found something for you.** A wallet worth pinning usually turns up first on the [Leaderboard](/platform/leaderboard.md) or in [Alpha](/platform/alpha.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/watchlist.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.
