# Wallet Tracker

**Add wallets to monitor, and get real-time notifications on their trades**—complete with quick buy options and tracking on token charts using custom-selected emojis.&#x20;

<figure><img src="/files/eUqyJwojERn6n8kFbEVf" alt="A small slice of a chart showing emojis which were chosen to represent tracked wallets" width="188"><figcaption><p>Emojis appear on charts for easy identification of tracked wallets.</p></figcaption></figure>

* Click **Add Wallet**. Enter wallet address and a name. Choose an emoji to appear on token charts, press **Track Wallet** to include it in your tracking list.
* **View and Manage your tracked wallets** in **Wallets** tab. Enable or disable individual wallets or all at once. Toggle sound alerts. Delete by clicking the trash can icon.

<figure><img src="/files/k6w3rILrf5qcFLMkCozP" alt="A slice of the wallet tracker screen. Wallets being tracked are just examples."><figcaption></figcaption></figure>

* **Monitor tracked wallet activity** in the **Alerts** tab.&#x20;
* Filter by:&#x20;
  * Wallet (i.e. Name)
  * Transaction type (Buy, Sell, Transfer)&#x20;
  * USD (transaction value)&#x20;
* Hover over a wallet name for its PNL details for that token, or click to view in Analyzer.  Execute Quick Buys in the **Alerts** window by hovering over USD value.

{% hint style="info" %}

### <img src="/files/Sljn39FeNeQuuoF1S2Gh" alt="" data-size="line">

Access alerts from any page by clicking the 'Alerts' button in the bottom left corner.
{% endhint %}

* Use the **Import/Export** button to import or export multiple wallet addresses simultaneously via a JSON script.


---

# 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.trojan.com/terminal-overview/tools-and-widgets/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.
