> ## Documentation Index
> Fetch the complete documentation index at: https://docs.quickscope.gg/llms.txt
> Use this file to discover all available pages before exploring further.

# Watchlists

> Track wallets and tokens directly in Telegram

Create and manage watchlists for wallets and tokens without leaving Telegram. Get notified when tracked wallets trade or tokens hit your targets.

## Wallet Watchlists

Track what other wallets are buying and selling.

### Create a Watchlist

```
/qwc
```

Creates a new wallet watchlist. You can have multiple lists for different purposes (KOLs, whales, smart money, etc.).

### Add Wallets

```
/qwa [wallet address]
```

Adds a wallet to your active watchlist.

### View Your Watchlists

```
/qwg
```

Shows all your wallet watchlists and the wallets in each.

### Remove a Wallet

```
/qwr [wallet address]
```

Removes a single wallet from your watchlist.

### Delete a Watchlist

```
/qwd
```

Deletes the entire wallet watchlist.

## Token Watchlists

Track specific tokens you're interested in.

### Create a Watchlist

```
/qcc
```

Creates a new token watchlist.

### Add Tokens

```
/qca [contract address]
```

Adds a token to your active watchlist.

### View Watchlists

```
/qcg
```

Shows all your token watchlists.

### Remove a Token

```
/qcr [contract address]
```

Removes a token from your watchlist.

### Delete a Watchlist

```
/qcd
```

Deletes the current watchlist entirely.

## Notifications

### Wallet Activity

When a tracked wallet makes a trade, you can receive notifications showing:

* What they bought/sold
* Amount and price
* Link to the token

### Forward to Tracking Bot

```
/forwardscans on
```

Forwards activity from tracked wallets to your tracking bot for centralized monitoring.

### Minimum Trade Size

Filter out small trades:

```
/mintrackedtrade 0.5
```

Only shows trades above 0.5 SOL.

## Use Cases

<CardGroup cols={3}>
  <Card title="Track KOLs" icon="user-check">
    Create a watchlist of known profitable traders. Add their wallet addresses and get notified when they buy something new.
  </Card>

  <Card title="Monitor Whales" icon="fish">
    Track large wallets for market-moving trades. Set a high minimum trade size to filter out noise.
  </Card>

  <Card title="Token Alerts" icon="bell">
    Track tokens you're waiting to enter. Add them to a token watchlist and monitor for price movements or news.
  </Card>
</CardGroup>

## Web Integration

Watchlists sync between Telegram and the web terminal:

* Create lists in Telegram, view them on web
* Add wallets on web, get notifications in Telegram
* Use the [Wallet Tracking](/discovery/wallet-tracking) widget for visual monitoring

## Tips

<Tip>
  Don't track too many wallets–you'll get overwhelmed with notifications. Focus on high-signal wallets that consistently find good trades.
</Tip>

**Quality over quantity:**

* 10-20 carefully selected wallets beats 100 random ones
* Remove wallets that generate noise without signal
* Regularly review and prune your lists

## Related

* [Wallet Tracking](/discovery/wallet-tracking) – Track wallets on web
* [Alerts](/telegram/alerts) – Momentum-based token alerts
* [Trading in Telegram](/telegram/trading) – Execute trades
