> For the complete documentation index, see [llms.txt](https://docs.boba.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.boba.xyz/agents/boba-agents/core-capabilities/spot-trading/wallet-tracking.md).

# Wallet Tracking

***

### Overview

Wallet tracking lets you follow any public wallet address to see their trades, holdings, and activity in real-time. Use it to learn from successful traders, monitor whale movements, or keep an eye on specific addresses like team wallets or influencer accounts.<br>

**What you can do with wallet tracking:**

* Follow wallets and get notified of their trades
* View any wallet's current holdings and history
* Copy trades automatically when tracked wallets buy or sell
* Monitor whale movements and large transactions
* Track team/dev wallets for transparency
* Build watchlists of smart money addresses

***

### Example Prompts

Here are natural language prompts for wallet tracking:

#### Adding Wallets

| Prompt                                              | Interpretation              |
| --------------------------------------------------- | --------------------------- |
| "Track wallet 7GCih...W2hr on Solana"               | Add wallet to tracking      |
| "Follow this whale on Solana: 9xM3k..."             | Track with default settings |
| "Monitor 0x7a2... on Base, call it 'Smart Money'"   | Track with custom label     |
| "Track ansem.sol and alert me on large trades only" | Track with filtered alerts  |
| "Watch this dev wallet on Solana: 5nP7..."          | Track for transparency      |

***

#### Viewing Activity

| Prompt                                        | Interpretation                 |
| --------------------------------------------- | ------------------------------ |
| "What's in wallet 7GCih... on Solana?"        | View current holdings          |
| "Show me what Whale Alpha bought today"       | Recent buys for labeled wallet |
| "What did 9xM3k... sell this week on Solana?" | Recent sells                   |
| "Show trading history for 0x7a2... on Base"   | Full transaction history       |
| "What tokens does ansem.sol hold?"            | Holdings by domain name        |

***

#### Copy Trading

| Prompt                                                     | Interpretation       |
| ---------------------------------------------------------- | -------------------- |
| "Copy trade wallet 7GCih... on Solana with $100 per trade" | Enable copy trading  |
| "Mirror Whale Alpha's trades at 10% of their size"         | Proportional copying |
| "Stop copying 9xM3k..."                                    | Disable copy trading |
| "Copy their buys but not their sells"                      | Buy-only copying     |

***

#### Alerts

| Prompt                                              | Interpretation        |
| --------------------------------------------------- | --------------------- |
| "Alert me when 7GCih... buys anything on Solana"    | All trade alerts      |
| "Notify me on trades over $10,000 from Whale Alpha" | Large trade filter    |
| "Mute alerts for 9xM3k..."                          | Disable notifications |

***

### Copy Trading

#### How Copy Trading Works

```
1. Tracked wallet executes trade → Detected in ~1-3 seconds
2. Trade analyzed → Token, direction, size extracted
3. Your copy executes → Same token, your specified amount
4. Confirmation sent → You're notified of the copy
```

#### Copy Amount Options

| Option       | Example          | Behavior                              |
| ------------ | ---------------- | ------------------------------------- |
| Fixed USD    | `"$100"`         | Always trade exactly $100             |
| Fixed tokens | `"1 SOL"`        | Always trade 1 SOL worth              |
| Percentage   | `"10%"`          | Trade 10% of their trade size         |
| Match        | `"match"`        | Trade same USD amount (use carefully) |
| Max cap      | `"10% max $500"` | 10% of their trade, capped at $500    |

***

### Managing Tracked Wallets

#### View All Tracked

```
"Show my tracked wallets"
```

#### Remove Tracking

```
"Stop tracking 7GCih... on Solana"
"Remove Whale Alpha from my watchlist"
"Unfollow all Base wallets"
```

***

### Tips for Wallet Tracking

1. **Quality over quantity** — Track a couple great wallets, not 50 random ones.
2. **Verify before copying** — Check a wallet's history before enabling copy trading.
3. **Diversify sources** — Don't copy just one wallet; spread across trading styles.
4. **Set caps** — Always set max trade sizes to limit risk.
5. **Review regularly** — Wallets that performed well before may not continue.
6. **Don't blindly copy** — Understand why they're trading, not just what.


---

# 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.boba.xyz/agents/boba-agents/core-capabilities/spot-trading/wallet-tracking.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.
