> For the complete documentation index, see [llms.txt](https://docs.mevx.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mevx.io/docs/feature-ecosystem/tracker-tools/kol-tracker.md).

# KOL Tracker

The **KOL Tracker** is designed to help you follow and react to market-moving influencers without constantly scrolling social media.\
Track posts, bio changes, and token mentions from top traders and KOLs - all inside MevX.

{% embed url="<https://app.arcade.software/share/QHWRcGRRoC56nH13JPlJ>" %}

## <mark style="color:blue;">KOL Feed</mark>

* Displays real-time activity from the KOLs you follow:
  * Posts
  * Reposts
  * Replies
  * CA or token symbol mentions
* Each entry shows:
  * Profile picture & name
  * Timestamp (e.g., *2m ago*)
  * Post preview (long posts are shortened with a **Show More** option)
  * Type of post
  * Link to view the full post
* If a post contains a token link, you can open that token’s detail page in MevX directly from the feed.
* **Filter options** let you choose what appears in your feed (Post, Repost, Reply, Bio Update, CA/Symbol).

{% hint style="info" %}
*By default, only Post and CA/Symbol are shown.*
{% endhint %}

## <mark style="color:blue;">Account Lists</mark>

Easily manage who you track from predefined and custom lists.

* **Following** – Your own KOL following list
* **KOLs** – A curated list of system-defined KOL accounts
* **Master Traders** – A curated list of high-performing trader accounts

**Features:**

* Follow up to **10 accounts** at a time
* Each account card shows:
  * Profile picture
  * Display name
  * @handle
  * Actions:
    * **Follow** – Add to your KOL Tracker feed
    * **X Snipe** – *(Coming soon)*

## <mark style="color:blue;">Community Picks</mark>

A community-driven way to surface new KOLs and traders worth following.

* View a list of accounts nominated by other MevX users
* See:
  * Profile picture
  * Name
  * Username
  * Follower count
  * Total votes from MevX users
* **Search bar** to find accounts by name or handle
* **Voting system:**
  * Each user gets **1 vote per day**
  * Accounts with the highest votes each month are reviewed by MevX admins for possible inclusion in the official Trader list
* **Suggest accounts:**
  * You can nominate up to **3 accounts** at a time
  * Inactive or low-vote accounts may be removed over time

## <mark style="color:blue;">Benefits of KOL Tracker</mark>

* **Time-Saving:** No need to manually check multiple feeds
* **Faster Reactions:** Trade directly from KOL posts in MevX
* **Smarter Filtering:** Focus on the influencers and actions that matter to you
* **Community-Driven:** Discover new traders through user nominations


---

# 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.mevx.io/docs/feature-ecosystem/tracker-tools/kol-tracker.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.
