# Tracker Settings

The **Settings** tab on the dashboard lets you fine-tune your wallet tracker notifications and other server settings.

## Opening Settings

1. Go to [solmatebot.com/manage](https://solmatebot.com/manage)
2. Select your server
3. Click the **Settings** tab

The settings page has multiple sub-sections.

## Wallet Tracker Settings

### Ignored Tokens

Add token addresses to exclude from tracker notifications. Useful for filtering out spam tokens or tokens you don't care about.

* Enter the token contract address
* Click **Add**
* Remove tokens from the list with the **X** button

### Ignored Addresses

Add wallet addresses to exclude from notifications. Transactions involving these addresses won't trigger notifications.

### Minimum USD Value

Set a threshold so only transactions above a certain USD value trigger notifications. This filters out dust and micro-transactions.

<figure><img src="https://solmatebot.com/docs/placeholder-settings-filters.png" alt=""><figcaption><p>Filtering options for wallet trackers</p></figcaption></figure>

### Display Toggles

| Setting                  | Description                                           |
| ------------------------ | ----------------------------------------------------- |
| Show contract address    | Display the token's contract address in notifications |
| Show transaction summary | Include a summary line in each notification           |
| Anonymize addresses      | Hide full wallet addresses                            |
| Show market cap          | Display token market cap in swap notifications        |
| Show memo field          | Show transaction memo if present                      |

### Button Configuration

Customize which buttons appear on tracker notifications and in what order.

* **Drag and drop** buttons to reorder them
* **Remove** buttons you don't need
* Available buttons include explorers (Solscan, SolanaFM), trading bots (Trojan, Bonkbot, BullX), token viewers (Birdeye, DexScreener, Photon, GMGN, Axiom), and utilities (RugCheck, PumpFun, Jupiter)

<figure><img src="https://solmatebot.com/docs/placeholder-settings-buttons.png" alt=""><figcaption><p>Drag and drop to reorder notification buttons</p></figcaption></figure>

## General Settings

* **Tips toggle** — enable or disable helpful tips in bot responses
* **Nick/ticker role settings** — configure the bot nickname price display and ticker roles

## Saving Changes

After making changes, a **Save** button will appear. Click it to apply your settings. Changes take effect immediately for new notifications.


---

# 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.solmatebot.com/web-dashboard/tracker-settings.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.
