# Track wallets in real-time

The **Real-Time Wallet Tracking** feature lets users monitor blockchain wallets with live transactions and updates on newly deployed tokens. Whether tracking your wallet, monitoring a smart money trader, or staying informed about specific addresses, this feature provides instant insights with minimal delay.

{% hint style="warning" %}
This feature requires a user to log in. Create an account [here](https://blokiments.com/register).
{% endhint %}

## Step 1: Find a wallet to track

If you **already have a wallet address** you want to track, paste it into our [search bar](https://blokiments.com/discoveryHub) and open the wallet analyzer.

<figure><img src="/files/49HgR4x8lkz5a2dF99Ty" alt=""><figcaption><p>Searchbar on our main page.</p></figcaption></figure>

<figure><img src="/files/mSuLXeYbBhgTqurFjwbx" alt=""><figcaption><p>Open the anlyzer by clicking on the wallet.</p></figcaption></figure>

{% hint style="info" %}
The search works for wallets on all supported networks.
{% endhint %}

If you **don't have a wallet address**, use our [wallet filtering dashboard](/features/smart-money-analysis/find-smart-money-wallets.md) to find smart money traders.

## Step 2: Create Wallet Alert

Click the bell on the wallet analyzer page to track all new trades for a selected wallet.

<figure><img src="/files/LoMbwM2n4BFSZVKApytL" alt=""><figcaption><p>Click on the bell.</p></figcaption></figure>

A pop-up opens to set up the alert. Follow the steps described in the picture below.

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

Set up the following (the numbers on the picture represent the bullets below):

1. The address you selected to track (no action needed here).
2. **\[OPTIONAL] Wallet tag:** Assign a custom name to your wallet for easier identification and organization.
3. Select the event type you want to track:
   1. Buy and sell events. By default, all buy and sell events are tracked.
   2. New deployed tokens. By default it is off.
4. **Select Blockchain:** You can follow a wallet on multiple blockchains simultaneously (this is especially useful on the ERC chains where the same wallet address is used on multiple networks)
5. **Choose an alert destination**: Choose the destination for your alerts (Telegram, Discord, Webhook) from your preconfigured options. If this is your first time, you must create an alert destination by clicking: `Add New Destination`.  [Follow the guide for the setup](/features/alerts.md).
6. When the alert destination is successfully created, you can click on: `Create`.

## Step 3: Wait for the first alert to come

When the wallet performs a selected event type, you will get a notification on your configured destination:

<figure><img src="/files/aPFkR6L1tAcWsDdgAA9H" alt=""><figcaption><p>Telegram message example</p></figcaption></figure>

Feel free to repeat the process for multiple wallets.


---

# 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.blokiments.com/features/smart-money-analysis/track-wallets-in-real-time.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.
