> For the complete documentation index, see [llms.txt](https://docs.dexcheck.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dexcheck.ai/bots/dexcheck-telegram-bots/wallet-tracker-bot-for-traders.md).

# Wallet Tracker Bot - For Traders

Effortlessly track your favorite crypto wallets and stay updated with instant trades alerts. Harness simplicity and control over your crypto tracking activities, on 21+ networks!

Let's dive in and see how it can assist you!

### &#x20;<a href="#setting-up-your-bot-a-step-by-step-guide" id="setting-up-your-bot-a-step-by-step-guide"></a>

Hey there! Ready to set up your bot? Let's walk through this together. 👣

1. **Start the Chat 🗨️**: Simply click [here](https://t.me/DexCheckWalletBot) to message the bot. Once you're in, hit “Start” to continue. You're doing great so far!

   <img src="https://dexcheck.gitbook.io/~gitbook/image?url=https%3A%2F%2F1742836401-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252Fg9zcoo1AmiXaMFLlYutA%252Fuploads%252FVpHYZPUcHP0FpnsJrxPo%252Fimage.png%3Falt%3Dmedia%26token%3D29f4fb02-b7df-4310-8e02-07d9e9c25c36&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=e2f03420&#x26;sv=2" alt="" height="494" width="786">
2. **Track a Wallet 📥**: Spot the 'Subscribe Address' button? Click on it! Now, type in the wallet address you'd like to track into the chatbox and send it over. Easy, right?

   <img src="https://dexcheck.gitbook.io/~gitbook/image?url=https%3A%2F%2F1742836401-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252Fg9zcoo1AmiXaMFLlYutA%252Fuploads%252F7nkTueqgk0knucmHoqPQ%252Fimage.png%3Falt%3Dmedia%26token%3D9176863b-d94e-4e59-b222-ba292e860d00&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=79eb1164&#x26;sv=2" alt="" height="413" width="786">
3. **Naming Your Wallet 🏷️**: Just added your wallet? Awesome! Now, it's a good idea to give it a recognizable name. When prompted, click “Yes” and set a name for the address. This way, you'll know exactly which wallet you're checking on.

   <img src="https://dexcheck.gitbook.io/~gitbook/image?url=https%3A%2F%2F1742836401-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252Fg9zcoo1AmiXaMFLlYutA%252Fuploads%252FBI30ZAdur76OKYQ66GCU%252Fimage.png%3Falt%3Dmedia%26token%3D9e4da88e-c183-4881-827a-0b8a310c919a&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=a73ed4cc&#x26;sv=2" alt="" height="191" width="786">
4. **Accessing the Bot Menu 📜**: Curious about other bot features? Click on “Menu” located on the left side of your screen to explore more.

   <img src="https://dexcheck.gitbook.io/~gitbook/image?url=https%3A%2F%2F1742836401-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252Fg9zcoo1AmiXaMFLlYutA%252Fuploads%252FRpmzTIazJeEZ2iaWpLpS%252Fimage.png%3Falt%3Dmedia%26token%3D340e156d-c7ed-4a6c-ab4a-8f1ee79b1352&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=7a51e052&#x26;sv=2" alt="" height="367" width="786">

🎉 **Congrats, Setup Complete!** 🎉

Your bot is now actively monitoring trading activities across 20 supported networks. 🌐 Every time there's a trade from your tracked wallet, you'll get a push notification detailing the transaction. 📲

Want to see the full details? Just pop into your chat with the bot anytime. And if you ever decide to stop tracking a wallet, no worries! Head to “Menu” and choose “Unsubscribe address.”

Happy trading and monitoring! 👍📊


---

# 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.dexcheck.ai/bots/dexcheck-telegram-bots/wallet-tracker-bot-for-traders.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.
