# Wallet Tracker

## Description

This bot is designed to help you keep an eye on wallet activity on the Solana blockchain. In simple terms, here’s what it does:

* Track Wallets: You can add a wallet (or even several at once) to monitor its activity. When you use the commands like /track or /masstrack, you’re telling the bot, “Hey, watch this wallet for me!” It lets you assign a friendly name to each wallet so you know which is which.
* Notifications: Once a wallet is tracked, the bot sends you notifications whenever there are transactions—like when the wallet buys or sells tokens. You also have options to toggle these notifications on or off using commands like /togglebuy and /togglesell.
* Manage Your List: If you decide you no longer need to monitor a wallet, you can easily remove it with commands such as /untrack, /massuntrack, or even /untrackall to clear all your tracked wallets in a chat.
* If you ever need a reminder on what to do, the /help or /start commands provide a clear list of all available commands and what they do.

## Usage

/track {wallet} {name}

/untrack {wallet} | {name}

* You can untrack by the name or the wallet address.

/masstrack {wallet1} {name1}, {wallet2} {name2}, {wallet3} {name3}

/massuntrack  {wallet1} | {name1}, {wallet2} | {name2}, {wallet3} | {name3}

* You can mass untrack by the names or the wallet addresses.

/togglebuy

* Turns on/off notifications when wallets buy

/togglesell

* Turns on/off notification when wallets sell

<div data-full-width="true"><figure><img src="https://2366715571-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwZhT2rt1MEsR0j03JVUI%2Fuploads%2Fa8NbofZB1oh9DZxz7NZ6%2Fimage.png?alt=media&#x26;token=2e635a36-0a4e-4802-b746-4659a6b85387" alt="" width="375"><figcaption><p>Example of a buy notification</p></figcaption></figure> <figure><img src="https://2366715571-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FwZhT2rt1MEsR0j03JVUI%2Fuploads%2FbY69BRtiO2LDkfQKkSrN%2Fimage.png?alt=media&#x26;token=158aa56e-79b4-4fed-bc7d-5982d38fbcbf" alt="" width="375"><figcaption><p>Example of a sell notification</p></figcaption></figure></div>

## Future updates

By default, buys and sells are enabled and will remain that way. However, we'll offer transfers as well for both SOL and tokens. You'll be able to enable or disable those separately as well.
