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

# Public Wallets

Public Wallets is a live trade feed of **publicly listed** smart-money wallets (the addresses that circulate on external leaderboards and public feeds), with Tachyo's own scoring laid over them.

That overlay is the entire point. Anyone can watch a public wallet list. The question that list never answers is whether the wallet on it is any good, and that is the column we add.

| Column     | What it is                                                                   |
| ---------- | ---------------------------------------------------------------------------- |
| **Time**   | When the trade landed.                                                       |
| **Wallet** | The public wallet behind it.                                                 |
| **Token**  | Ticker where we can resolve one, plus the contract address, one tap to copy. |
| **Side**   | Buy or sell.                                                                 |
| **Amount** | Size of the trade in USD.                                                    |
| **Chain**  | Which network it happened on.                                                |
| **Tier**   | Our score for that wallet: S / A / B / C or unrated.                         |

The feed polls continuously and pauses when the tab is hidden, so leaving it open in a background tab costs nothing.

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

## How to use it

* **Filter your attention by tier, not by size.** A $200k buy from a C wallet is a large mistake; a $9k buy from an S wallet is often the more interesting event.
* **Watch for the same token appearing across several scored wallets** inside a short window. One wallet is an opinion; three independent scored wallets is a pattern worth opening [the token page](/platform/token-page.md) for.
* **Copy the contract straight from the row**: some chains and venues report no ticker at all, so the address is the reliable identifier.

## What it is not

It is not the complete market. These are publicly listed wallets, so treat this as the visible surface: the part everyone could see, now with a quality column. The deeper population lives in [Smart Money](/platform/smart-money.md) and the [Live Feed](/platform/feed.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/public-wallets.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.
