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

# Wallet Tracker

{% stepper %}
{% step %}

### Click Track

<mark style="color:$info;">Find the</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**Track**</mark> <mark style="color:$info;"></mark><mark style="color:$info;">tab in the top menu</mark>

<figure><img src="/files/izFB40TLVvOAF230Skrp" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Add a Wallet

<mark style="color:$info;">Click on</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**Add**</mark><mark style="color:$info;">, then enter the</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**wallet address**</mark> <mark style="color:$info;"></mark><mark style="color:$info;">and</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**wallet name**</mark>

<figure><img src="/files/Bvj5EPuJCDQxBWiVl4QH" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### View Activities

<mark style="color:$info;">Track each wallet’s</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**positions**</mark><mark style="color:$info;">,</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**live trades**</mark><mark style="color:$info;">,</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**PnL**</mark><mark style="color:$info;">, and more</mark>

<figure><img src="/files/8zEZdO7sW74d4XSisNzB" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/UYQf2jH7qksYA3Pg170C" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Turn on Notifications

<mark style="color:$info;">Enable alerts to get notified when a tracked wallet opens or closes a trade</mark>

<figure><img src="/files/kpLKBzbM2X3x0ZWbvQDL" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Import Multiple Wallets

Use **Import Wallet** to add several wallets at once

* <mark style="color:$info;">Paste</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**one address per line**</mark>
* <mark style="color:$info;">To label a wallet: type the address, add a</mark> <mark style="color:$info;"></mark><mark style="color:$info;">**space**</mark><mark style="color:$info;">, then the name</mark>\
  \&#xNAN;*<mark style="color:$info;">(Example:</mark> <mark style="color:$info;"></mark><mark style="color:$info;">`9x...abc Xtradoooor`</mark><mark style="color:$info;">)</mark>*

<figure><img src="/files/ale97FMDNfJHqoUSKcJs" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Ready to track the gigabrains?

### <a href="https://xtrade.xyz/track" class="button primary" data-icon="whale">Follow the Whales</a>

{% endstep %}
{% endstepper %}


---

# 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://xtrade.gitbook.io/docs/features-and-tools/wallet-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.
