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

# KOL Tracking

***

### Overview

KOL (Key Opinion Leader) tracking lets you follow the on-chain activity of verified influencer wallets that we've pre-identified and track. Instead of parsing social media posts, you're watching what they actually do with their money—the trades they make, the tokens they accumulate, and when they exit positions.

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

* Track realtime trades
* Track their trading performance
* Compare KOL performance to find signal vs noise
* Auto-trade based on KOL calls (with filters)

***

### Example Prompts

Here are natural language prompts for KOL tracking:

#### Adding KOLs

| Prompt                       | Interpretation          |
| ---------------------------- | ----------------------- |
| "Track Cupseyy"              | Follow Cupseyy's wallet |
| "Follow Hsaka's trades"      | Subscribe to Hsaka      |
| "Show me all available KOLs" | Browse directory        |

***

### Copy Trading

#### How It Works

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

#### Copy Amount Options

| Option     | Example          | Behavior                         |
| ---------- | ---------------- | -------------------------------- |
| Fixed USD  | `"$100"`         | Always trade $100                |
| Percentage | `"10%"`          | Trade 10% of their trade size    |
| Match      | `"match"`        | Trade same USD amount (careful!) |
| Capped %   | `"10% max $500"` | 10% of their trade, max $500     |

#### Example Prompts

| Prompt                                | Interpretation       |
| ------------------------------------- | -------------------- |
| "Copy Ansem's trades with $100"       | Enable copy trading  |
| "Mirror Hsaka at 10% of their size"   | Proportional copy    |
| "Copy Blknoiz06's buys but not sells" | Buy-only mode        |
| "Stop copying Machi"                  | Disable copy trading |

***

### Tips for KOL Tracking

1. **Watch before copying** — Track for 1-2 weeks to understand their style.
2. **Size appropriately** — Start small; increase after consistent results.
3. **Copy buys, not sells** — Their exit timing may not match your entry.
4. **Check overlap** — Tokens held by multiple KOLs have stronger signal.
5. **Review regularly** — Performance changes; adjust your tracked list.
6. **Exit independently** — Don't wait for them to sell; have your own plan.

***


---

# 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/kol-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.
