# Wallet Tracking

## Commands Help Guide

Wallet tracking is a powerful feature offered by Defined on all of our platforms, including Telegram. Below you will find a list of commands that can be used to manage your tracked wallets in Telegram. You can also manage all of your wallets on[ Defined.fi](https://www.defined.fi/traders/discover?selectedTab=Tracking). For more information on wallet tracking, see our feature section on "[Wallet Tracking](/defined-docs/defined-classic/defined-features/wallet-tracking-traders.md)".

### Start or Stop Tracking a Wallet Address

* `/track <label> <address>` - Tracks all transactions for a wallet address.
* `/track stop <label or address>` - Stops tracking a wallet address.

### View Tracked Addresses

* `/track list` - Lists all tracked addresses.

### Manage Tracking Settings

#### Approval Tracking

* `/track settings approvals on` - Enables approval tracking.
* `/track settings approvals off` - Disables approval tracking.

#### Blacklist Management

* `/track settings blacklist <address>` - Blacklists an address from tracking.
* `/track settings blacklist stop <address>` - Removes an address from the blacklist.
* `/track settings blacklist list` - Lists all blacklisted addresses.

#### Show only the First Buy and First Sell from a Wallet

* `/track settings firstonly on [expiry]` - Enables notifications for only the first buy/sell of a token by a tracked wallet. Optionally set an expiry time in hours (h), days (d), or weeks (w). On expiry will show all transactions again.
* `/track settings firstonly off` - Disables this feature.

#### Market Cap Filtering

* `/track settings minmarketcap <marketcap>` - Sets a minimum market cap for tokens to be tracked.
* `/track settings maxmarketcap <marketcap>` - Sets a maximum market cap for tokens to be tracked.
* `/track settings minmarketcap off` - Disables minimum market cap filtering.
* `/track settings maxmarketcap off` - Disables maximum market cap filtering.

#### Swap Value Filtering

* `/track settings minswapvalue <swapvalue>` - Sets a minimum swap value for swaps to be tracked.
* `/track settings maxswapvalue <swapvalue>` - Sets a maximum swap value for swaps to be tracked.
* `/track settings minswapvalue off` - Disables minimum swap value filtering.
* `/track settings maxswapvalue off` - Disables maximum swap value filtering.


---

# 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.defined.fi/defined-docs/defined-classic/telegram-bot-guide/wallet-tracking.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.
