> For the complete documentation index, see [llms.txt](https://docs.sniper.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sniper.xyz/tokens/web-platform/trackers/wallet-tracker.md).

# Wallet Tracker

{% hint style="info" %}

## Find out when smart wallets are buying & selling by tracking them directly on [sniper.xyz](https://sniper.xyz)

{% endhint %}

### Setup

{% tabs %}
{% tab title="Adding a Wallet" %}

1. Click  trackers on the sidebar
2. Then click "Manage"
3. Click <img src="/files/6SLdLENPfSjhia8ODqvF" alt="" data-size="line">
4. Fill in the following fields:

<div align="left"><figure><img src="/files/iMersu7ni5un093VBdHk" alt="" width="375"><figcaption></figcaption></figure></div>
{% endtab %}

{% tab title="Importing a Wallet List" %}

1. Click  trackers on the sidebar
2. Then click "Manage"
3. Click "Import" & select where your wallets are coming from

<div align="left"><figure><img src="/files/wqrgTaegMdP4MQT2axTY" alt="" width="113"><figcaption></figcaption></figure></div>

4. Paste in the list and press Import Wallets
   {% endtab %}
   {% endtabs %}

***

### Alert Panel

Keep an eye on the market constantly with Solsnipers Tracker Alert Panel. Resizable and movable, never miss a move.&#x20;

{% hint style="info" %}
Mute alerts & notifications fast in the alert panel by pressing the 🔔 icon
{% endhint %}

<div align="left"><figure><img src="/files/9rugCeJGbs3j3xDG1l9Q" alt="" width="534"><figcaption></figcaption></figure></div>

### Notifications

Notifcations are shown no matter what token you are viewing - with quick links so you can make lightning fast decisions

<div align="left"><figure><img src="/files/EO6xl7bB5bQV2VJE6rLf" alt=""><figcaption></figcaption></figure></div>

### Chart Indicators

Your buy/sells of the wallets that you tracked are shown on the charts to give you all of the data at your finger tips

{% hint style="info" %}
Show/Hide by selecting "Trade Markers" at the top of the chart
{% endhint %}

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


---

# 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://docs.sniper.xyz/tokens/web-platform/trackers/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.
