# Wallet Tracker

The MevX Wallet Tracker is a newly launched feature designed to empower traders, communities, and KOLs by enabling them to monitor specific wallets across supported chains in real time. Whether you're tracking whales, influencers, or high-performing wallets, Wallet Tracker helps you stay ahead of the market.

{% hint style="info" %}
**Explore this feature now:**&#x20;

* [**Solana**](https://mevx.io/wallet-tracker?chain=solana)
* [**Base**](https://mevx.io/wallet-tracker?chain=base)
* [**Ethereum**](https://mevx.io/wallet-tracker?chain=ethereum)
* [**BNB Chain**](https://mevx.io/wallet-tracker?chain=bsc)
* [**Tron**](https://mevx.io/wallet-tracker?chain=tron)
* [**HyperLiquid**](https://mevx.io/wallet-tracker?chain=hyperliquid)
  {% endhint %}

## <mark style="color:blue;">Wallet Tracker Side Panel</mark>

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

### Live Trading Tab

View live actions taken by tracked wallets, including:

<table><thead><tr><th width="218">Type</th><th>Meaning</th></tr></thead><tbody><tr><td><strong>Watchlist</strong></td><td>Custom list of wallets you follow</td></tr><tr><td><strong>Smart Money</strong></td><td>Curated list of high-signal wallets</td></tr><tr><td><strong>Top PNL</strong></td><td>Wallets with highest real-time profits</td></tr><tr><td><strong>KOL</strong></td><td>KOL-linked wallets</td></tr><tr><td><strong>Whale</strong></td><td>High-volume wallets</td></tr></tbody></table>

### Holdings Tab

View current token holdings of your tracked wallets.

**Features:**

* Token balance, market value, and entry price
* Mini-charts for token performance (on hover)
* Sort and filter options
* Quick Buy appears on hover

This helps you monitor accumulation, holding size, and position strength in one glance.

### Alerts Tab

Track and manage alerts for wallet actions.

**Features:**

* Read All / Clear All
* Sound toggle
* Activity-based alert customization
* Same filtering and quick interaction logic as other tabs

### Wallet Tracker Filters

Click the **Filter** icon in the top-right of the panel to refine what you see.

#### **Transaction Type**

<table><thead><tr><th width="205">Button</th><th>Meaning</th></tr></thead><tbody><tr><td><strong>Buy</strong></td><td>Includes new buys and wallet averaging in</td></tr><tr><td><strong>Sell</strong></td><td>Partial or full sells</td></tr><tr><td><strong>Transfer</strong></td><td>Both incoming and outgoing</td></tr><tr><td><strong>Liquidity</strong></td><td>Add or remove LP</td></tr></tbody></table>

#### **Filter Criteria**

<table><thead><tr><th width="257">Button</th><th>Meaning</th></tr></thead><tbody><tr><td><strong>Volume</strong></td><td>Min/Max $ amount of trade</td></tr><tr><td><strong>Market Cap</strong></td><td>Filter tokens by project size</td></tr><tr><td><strong>Token Age</strong></td><td>Filter trades based on how old the token is (in minutes)</td></tr><tr><td><strong>Wallet</strong></td><td>Select from tracked wallet tags</td></tr><tr><td><strong>Tag</strong></td><td>Filter by action label (e.g., New Hold, Buy Again)</td></tr><tr><td>Option: <strong>Hide unmatched rows</strong></td><td>Only show trades that match your filters</td></tr><tr><td><strong>Reset</strong></td><td>To clear all filters</td></tr><tr><td><strong>Apply all</strong></td><td>To save changes</td></tr></tbody></table>

## <mark style="color:blue;">Wallet Tracker Telegram Bot</mark>

MevX Wallet Tracker is now live on Telegram! No more babysitting charts or refreshing explorers — get real-time alerts sent directly to your Telegram app.

{% hint style="info" %}
**Bot Link:** [**https://t.me/MevxTrackerBot**](https://t.me/MevxTrackerBot)
{% endhint %}

### Operate on Multiple Wallets

* `/watch {chain}` – Add multiple wallets to your watchlist
* `/remove {chain}` – Remove multiple wallets from your watchlist
* `/setting {chain}` – Configure transaction alert settings per chain
* `/list {chain}` – View all wallets you're watching
* `/export {chain}` – Export your current watched wallet list

### Operate on Single Wallets

* `/rename {wallet address} {new name}` – Rename any wallet
* `/emoji {wallet address} {new emoji}` – Add an emoji label
* `/on {wallet address}` – Turn on notifications
* `/off {wallet address}` – Turn off notifications
* `/unfollow {wallet address}` – Remove wallet from watchlist


---

# Agent Instructions: 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:

```
GET https://docs.mevx.io/docs/feature-ecosystem/tracker-tools/wallet-tracker.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
