> For the complete documentation index, see [llms.txt](https://unicornx-ai.gitbook.io/unicornx.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://unicornx-ai.gitbook.io/unicornx.ai/app-beginners-tutorial/address-monitoring.md).

# Address Monitoring

### 1. Setting Up Address Monitoring

Address monitoring is a powerful feature that allows you to track activity on specific wallet addresses. Here's how to use it:

1. Navigate to the “Community” Tab
2. Find a trader's address you're interested in
3. Discover trading information that interests you;
4. Navigate to the “Community” Tab;
5. Discover trading insights that interest you;
6. Click on their profile avatar to visit their profile page, then click "Follow"

* Scroll down to "**Recent Transactions**"

<div align="center" data-full-width="false"><figure><img src="/files/00gxzMLsfoUz20oSAfn4" alt="" width="305"><figcaption></figcaption></figure></div>

<figure><img src="/files/Lzwnf2P8rrr9UHAfkLYr" alt="" width="305"><figcaption></figcaption></figure>

### **Creating a New Monitor**

1. Navigate to the “Community” Tab;
2. Click Monitoring from the top navigation bar;

* Click Monitoring from the top navigation bar&#x20;

<figure><img src="/files/8pNY3sKSLhJ1GYdC2JWX" alt="" width="372"><figcaption></figcaption></figure>

* Click "**+ Monitor Wallet**"

<div align="center"><figure><img src="/files/azgsE5Fl80KIX8MVWgrC" alt="" width="324"><figcaption></figcaption></figure></div>

* Enter the wallet address you wish to monitor, enter the remark of each wallet you want to monitor and select which wallet group you want them to be in (optional)
* Select notification preferences (min buys, sells amount)
* Select Alter Events on each wallet (All, Buy, Sell, Transfer In, Transfer Out, Add Liquidity, Remove Liquidity, Other)
* Confirm to create your subscription

### Managing Your Monitoring Subscriptions

* Go to "**Monitor Management**" in your account settings
* View all your active monitoring subscriptions

<div align="center"><figure><img src="/files/acMCjWwnLIm2ePzisyK1" alt="" width="324"><figcaption></figcaption></figure></div>

#### For each subscription, you can:

* Modify notification settings (buy/sell alerts)
* Delete unwanted monitoring subscriptions
* Copy their addresses
* Assign wallet to different wallet group
* Set wallet remark to your desired name

This feature is particularly valuable for new traders who want to learn from experienced investors by tracking their trading activities.


---

# 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://unicornx-ai.gitbook.io/unicornx.ai/app-beginners-tutorial/address-monitoring.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.
