> For the complete documentation index, see [llms.txt](https://docs.defined.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.defined.fi/defined-docs/defined-beta/discovery-and-search/traders.md).

# Traders

Track high-performing traders to see what they're buying, when they're selling, and how they're managing positions. Learn from their strategies and find patterns you can monetize.

#### Discovering Traders

Add a **Discover Traders** panel to browse top-performing wallets (or use our [default](https://re.defined.fi/boards?utm_source=defined\&utm_medium=docs\&utm_campaign=traders) boards). Filter by:

* **Performance metrics** - Win rate, profit/loss, total volume
* **Network** - Find traders who perform well on specific chains
* **Time period** - Recent performance vs all-time stats
* **Strategy** - Identify traders focused on specific token types or trading styles

Click any trader to view their full profile, trading history, and current holdings.&#x20;

<figure><img src="/files/6bFd6qPJVPN8Z97T1HaD" alt="" width="563"><figcaption></figcaption></figure>

#### Tracking Wallet Activity

Our new wallet tracking is a work in progress, but soon you will be able to click the star icon next to any trader profile to track them. Once tracked, you'll see their activity in real-time through a **Tracked Trader Feed** panel, along with notifications on web and mobile app.

#### Wallet Labels

Wallets are labelled in several categories based on trading behavior and other indicators, such as total asset value. Stats for Scammer and Bot wallets are not tracked. If a wallet is incorrectly labelled as a bot, we can adjust and backfill information for those wallets on a case-by-case basis.<br>

* **Wealthy (low):** Wallet holds $1M+ in assets
* **Wealthy (Medium):** Wallet holds $5M+ in assets
* **Wealthy (high):** Wallet holds $10M+ in assets
* **Sniper:** Profits $3k+ from tokens bought within 1 hour of launch
* **Interesting:** —REDACTED—
* **Early Bird (Smart Trader):** Profits $5k+ from tokens 1 hour to 2 days old
* **Second Wave (Smart Trader):** Profits $7.5k+from established tokens (2+ days old)
* **Scammer or Bot**: Wallets that have suspicious trading behavior. Stats not tracked.

#### Analyzing Wallets

Add these panels to analyze specific traders:

* **Trader Activity** - On-chain trades&#x20;
* **Trader Holdings** - Current token positions
* **Trader Stats** - Volume and activity per network
* **Trader Heatmap** - Visual P\&L & volume over time
* **PNL Chart** - Profit and loss over time
* **Trader Summary** - Profile overview and key stats

#### Searching for Wallets

Know a specific wallet address you want to track? Paste it into the search bar to pull up their complete profile and activity. Works with any EVM or Solana address.


---

# 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.defined.fi/defined-docs/defined-beta/discovery-and-search/traders.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.
