> For the complete documentation index, see [llms.txt](https://docs.vyper.trade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vyper.trade/vyper/track/wallets.md).

# Wallets

## Wallet Tracking Overview

<figure><img src="/files/lBx1kPWmYEJBPRAnYwVI" alt=""><figcaption><p>Vyper Tracked Wallet Details</p></figcaption></figure>

Manage the wallets you track from a single view. Add wallets individually by address or mass import lists.

{% hint style="info" %}
Vyper supports wallet import formatting from Axiom & Bullx.
{% endhint %}

## Track, Label, and Tag

<figure><img src="/files/rjrisOZ8LqavJOMNYmA4" alt=""><figcaption><p>Vyper Wallet Analysis</p></figcaption></figure>

Pull up wallets from anywhere in Vyper.&#x20;

* Press the star in the top lefthand corner to start tracking.&#x20;
* Name the wallet and add an emoji to differentiate it
* Tag the wallet to group it with other wallets.&#x20;

## View Live Activity

<figure><img src="/files/t2u7udWWx9XgKwwjUbPM" alt=""><figcaption><p>Vyper Wallet Activity</p></figcaption></figure>

Instantly see when tracked wallets make new trades. Traders can instantly click and pull up the token to research what wallets they track are buying, or quickbuy directly from the activity page.&#x20;

## Wallet Tracking Side Panel

<figure><img src="/files/87NVW5RWNS9FyGYSKq9w" alt=""><figcaption><p>Vyper Wallet Sidepanel</p></figcaption></figure>

Track wallet activity from every page on Vyper. Press the "Tracking" button on the left side of the footer to pull up the wallet tracking side panel. It will persist on every page you visit. Traders can instantly click and pull up the token to research what wallets they track are buying, or quickbuy directly from the activity page.&#x20;


---

# 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.vyper.trade/vyper/track/wallets.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.
