# Wallet Tracker

<figure><img src="/files/VzTkF5VdGKlzIxDcLP5E" alt=""><figcaption></figcaption></figure>

Peekaboo’s **Wallet Tracker** is a powerful feature that allows users to track, analyze, and receive alerts for any Solana wallet address — including top traders, KOLs, or even their friends. Designed for alpha hunters and smart money followers, Wallet Tracker is your gateway to replicating pro-level strategies.

#### Key Features

### **Trackers Tab Entry**

* A new **"Trackers"** tab is showing on the bottom navbar.
* Clicking it opens the Wallet Tracker view.
* A floating **Wallet Tracker Widget** can also be opened via this entry point.

### **Wallet Manager**

* You can **Import**, **Add**, **Export**, and **Manage** wallet lists.

#### ➕ Add Wallet

<figure><img src="/files/rDLPbiXTG37CDMgldpAF" alt=""><figcaption></figcaption></figure>

* Input correct wallet address manually
* Option to customize **emoji**, **name**, and toggle **alerts**
* Default emoji: 👀; default name: "Unnamed Wallet"

#### Import Wallets

<figure><img src="/files/16MGlRmCyfD6SojnDU85" alt=""><figcaption></figcaption></figure>

* Clicking opens an **import modal** where users can input addresses or paste a formatted wallet list.
* Supported formats include:
  * GMGN
  * Bullx
  * Axiom
* Example supported format:

```
[
  "3XcHb...1kcc",
  "6KPd...1abc",
  "9sTR...7xyz"
]

```

* After clicking **Import**, all valid wallet addresses will be added with default emoji and names.

#### Export Wallets

* Clicking automatically **copies** the current wallet list to clipboard.
* It will be shown: "**Wallets copied to clipboard**" after successful co

#### Manage Wallets

* View: creation time, emoji, name, address, alert status
* Actions: Edit name, edit emoji, toggle alerts, delete wallet
* Bulk operations supported: export, delete, toggle alert

### **Live Trade Feed**

<figure><img src="/files/nAJqNvEMQcqAyTSFUSiE" alt=""><figcaption></figcaption></figure>

Displays real-time on-chain trading activity from tracked wallets:

* **Settings**:
  * Quick buy amount
  * Alert sound toggle
  * Trade setting access
  * Filters (amount range, buy/sell toggle)

Peekaboo Wallet Tracker empowers every user with smart alpha discovery, making it easier to shadow elite traders and decode market trends in real time.


---

# 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.peekaboo.gg/advanced-features/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.
