# Monitor

The **Monitor** feature in Leap allows you to **track developer wallet activity** in real time. This tool keeps you informed about any **developer transactions**, helping you stay ahead of potential market shifts.

***

## :gear: How to Start Monitoring

To start monitoring, click on the **Monitor** button in the bot menu and enter the **public wallet address** of the developer you want to track. Once entered, the monitor will activate, and you’ll begin receiving notifications for both **buy and sell transactions** from that wallet. If you wish to stop monitoring, click the **Monitor** button again and type `STOP`.

{% hint style="warning" %}
You’ll receive a confirmation message when monitoring starts or stops successfully.
{% endhint %}

`picture here`

***

## :bell: Real-Time Notifications

When a monitored wallet performs a **buy or sell transaction**, the bot will immediately **notify you** with a transaction link for easy verification. Via this link, you can check key details such as **transaction amount** and **token involved.**

`picture here`


---

# 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.leap-blockchain.com/leap-telegram-bot/leap-telegram-setup/monitor.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.
