> 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-classic/defined-features/wallet-profile.md).

# Wallet Profile

Our Wallet Profile Page provides a comprehensive breakdown of a trader’s activity across all chains, with filtering options for specific networks. View key metrics over 1, 7, or 30 days, including total volume, realized PnL, average PnL per trade, total trades, and win rate %.

A trading heatmap visualizes volume by date, while a detailed token list shows buy/sell amounts, realized PnL, remaining balance, and more.\
\
To access the wallet profile page, simply select the wallet icon ![](/files/xmdMIvkHrD8XL9GDRRzd) in the 'Actions' column of the Transactions, Holders, or Top Traders sections as outlined below.

<figure><img src="/files/tyR74dTaQgsxmBKIe5dJ" alt="" width="226"><figcaption></figcaption></figure>

Once selected, you will see a wallet page similar to the example shown below, with all pertinent data on that wallet's trading history. \
\
You can also easily track this wallet's future transactions by selecting "Track" at the top of the page. You can find more information on our wallet tracking [here](/defined-docs/defined-classic/defined-features/wallet-tracking-traders.md).

<figure><img src="/files/InHVi3ZVdZKuVFXpCYA3" alt=""><figcaption><p>Example of a wallet's profile page</p></figcaption></figure>

### Wallet Labels

You may also notice that some wallets will be assigned a label depending on its trading behavior. These labels are as follow:\
\
**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.


---

# 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-classic/defined-features/wallet-profile.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.
