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

# Tracking

[**Tracking**](https://app.cielo.finance/tracking) is your mission control. It’s where you add, edit, and delete wallets and lists. It’s also where you control the Telegram/Discord alerts you receive for wallets and lists you’re following.

## Adding Wallets

Click **Add Wallets** in the top right to add a wallet to your Cielo feed. You can add an Ethereum address, Solana address, ENS, or .sol.

<figure><img src="/files/PwZ5m8PbmfX0k2idsxtZ" alt="" width="351"><figcaption><p>Add Wallets popup</p></figcaption></figure>

\
Enter the wallet address and add an optional label for identification e.g. *Vitalik*. If you wish to add and configure Telegram/Discord bot alerts for the wallet, select **Alert Settings** and follow the instructions. Here you can specify notifications based on tx type, chain, and minimum USD value for swaps. You can also check the **New Trade Alerts** box to receive an alert when the wallet trades a token for the first time – see [below](#new-trade-alerts) for more information on this feature.

## Editing Wallets

Tick the checkbox at the top of the page to select all wallets or select individual wallets and make edits to them. You can also use the tabs at the top of the **Tracking** page to filter wallets by list, type, chain,  and whether they are currently unassigned to a list.

<figure><img src="/files/qBCiRo3dGff2Ixz5JVVB" alt=""><figcaption></figcaption></figure>

After selecting one or more wallets, click the pencil icon to make edits. When you're done, click **Save Changes**.

You can alternatively select all wallets within a specific list. To do so, click the **Lists** tab at the top of the page and select the desired list. Then tick the **All Wallets** box.

When you have selected the wallets you wish to bulk edit, click **Alert Settings** or **Token / NFT Filters** *(Pro+Whale)* at the bottom of the page.

\ <br>


---

# 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.cielo.finance/wallet-tracking/my-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.
