# Wallet Tracker

### See what whales are doing. While it still matters.

**Telemetry** Wallet Tracker cuts through on-chain noise with sub-millisecond precision. Track real-time moves from KOL wallets, top performers, and your personal lists  - then act before the chart catches up.

### Core Features

#### Real-Time Wallet Tracking

Trades appear the moment they land. Not seconds later. Not “refreshed.” You see it. You react. Import and tags save to your account across devices.

#### Confluence Detection

Telemetry checks for trade overlap and updates with confluence indications instantly

#### Emoji + Tagging System

Tag any wallet with an emoji or label. Their trades show across all tabs and charts - instantly recognisable.

#### Live Trade Audio Cues

Buys = plink. Sells = plonk. Stay locked without watching the screen.

Toggle audio cues from Live Trades tab.

#### KOL and Top PNL Wallets, Preloaded

Import KOLscan top 100 wallets tagged by name, and atm.day top performers tagged by win rate or other headline stats. Zero effort. High signal.

### Using Wallet Tracker

#### Quick Toggle Shortcut Key

Press <kbd>\[</kbd> to open or close the Wallet Tracker sidebar from any view. Muscle memory = speed.

### Summary Tab

Strategic-level confluence view for any token<br>

* Who’s Buying → shows tracked wallet buys
* Making Money? → net inflow/outflow snapshot
* Dumping? → % of buy still held&#x20;

No chart needed. Trade the signal before it paints the next candle.

### Chart Overlays

* Tracked wallets appear directly on the chart
* Emoji = tagged visually
* Initials = default if no emoji set
* Color-coded by trade type:
  * Green = Buy
  * Red = Sell

Hover for full context: wallet label, trade history.

### Live Trades Tab

* Real-time stream of tracked wallet activity
* Click time of trade → view full transaction record on Solscan
* Click token → open chart with overlays auto-loaded

Stay reactive. Move as it happens.

### Import Wallets

#### Option 1: Manual Paste

* Hit Manage Wallets → paste any list of wallet addresses (comma or new line separated).
* Telemetry auto-formats and dedupes.

#### Option 2: Auto Import Curated Lists

* Hit Manage Wallets → e.g. "Auto-import Top 100 KOLscan Wallets"&#x20;
* Pre-tagged wallets appear instantly.

#### Option 3: Import from External Wallet Trackers

**🧠 Axiom**

* Go to Wallet Manager in Axiom → click Export
* Copy and paste in the exported JSON in the following format:<br>

<mark style="color:green;">\[</mark>

&#x20; <mark style="color:green;">{</mark>

&#x20;   <mark style="color:green;">"trackedWalletAddress": "SoMeWalLetAdrESS",</mark>

&#x20;   <mark style="color:green;">"name": "Unnamed Wallet",</mark>

&#x20;   <mark style="color:green;">"emoji": "🧠",</mark>

&#x20;   <mark style="color:green;">"alertsOn": false</mark>

&#x20; <mark style="color:green;">}</mark>

<mark style="color:green;">]</mark>

**🤖 Ray Bot**

* In Telegram, open Ray Bot
* Type /show
* Copy and paste in the full output like:<br>

<mark style="color:green;">Total SOL wallets: 0 / 100</mark>

&#x20;<mark style="color:green;">└ This bot: 0 | Other bots: 0</mark>

&#x20;<mark style="color:green;">└ Groups & Discord & Dedicated: 0</mark>

<mark style="color:green;">Total EVM wallets: 0 / 400</mark>

**🐂 BullX**

* Go to Wallet Manager in BullX → click Export
* Copy and paste in the full output like:

<mark style="color:green;">\[</mark>

&#x20; <mark style="color:green;">{</mark>

&#x20;   <mark style="color:green;">"name": "1",</mark>

&#x20;   <mark style="color:green;">"address": "address",</mark>

&#x20;   <mark style="color:green;">"emoji": "🙂",</mark>

&#x20;   <mark style="color:green;">"tags": \["small", "poor"]</mark>

&#x20; <mark style="color:green;">}</mark>

<mark style="color:green;">]</mark>

Note: You can import from multiple sources. Tags and emojis are preserved.

### Tagging Wallets

* Go to Manage Wallets
* Click a wallet to assign:
  * Name: custom text label
  * Emoji: for fast visual ID

Tags sync across all Telemetry modules - Sidebar, charts, trades, holders etc.

***

Wallet Tracker doesn’t tell you what to do. It shows you who already did it.

Reflex over reaction. Watch the wallets. Ride the wave.

<br>


---

# 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.bonkbot.io/telemetry/insights/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.
