> For the complete documentation index, see [llms.txt](https://bot.3gm.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bot.3gm.dev/3gm-notification-services/alerts/wallet-notifications.md).

# Wallet Notifications

### Features:

* highly performant (5-20s faster than existing solutions)
* supports advanced transaction types
* supports Blur bidding system
* three display modes

### Setup:&#x20;

1. Create new alert group

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

* Description - Add a description to remind you what the alert is for.
* List of Addresses - Wallet addresses to track. Can be any format, commas, spaces, etc.&#x20;
  * Format: address, address, address, ens, ens, ens
* List of Address Names - Replaces wallet address or ENS in the alert with your custom name.
  * Format: address:name1, address:name2, address:name3
* Discord Webhook URL / Telegram chat ID&#x20;
  * <https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks>
  * <https://www.alphr.com/find-chat-id-telegram/>
* Discord Ping Role - Adds a role ping to the alert. Must be the UID of the role.  <https://discordhelp.net/role-id>

### Alert Modes

* Mints - any NFT mints with optional quick task tool field
* Buys - secondary buys
* Sells - secondary sells
* Transfers - currently supports only basic ETH transfers
* Contract Deploys - self explanitory&#x20;
* Contract Calls - contract interactions from wallets that aren't other categories
* Coins - ERC20 token swaps

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

### Display Modes

* Full embed - Text message with full discord embed
* Small embed - Text message with compact discord embed
* No embed - Text message only

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

### Telegram Setup

Create a Telegram Group

Invite 3gm bots (all 5)

* @ThreeGMAlerts1Bot
* @ThreeGMAlerts2Bot
* @ThreeGMAlerts3Bot
* @ThreeGMAlerts4Bot
* @ThreeGMAlerts5Bot

Get Telegram Chat ID by inviting bot @RawDataBot <https://www.alphr.com/find-chat-id-telegram/>

* get ID from&#x20;

```
    "chat": {
        "id": -907304945,
```

* Use the ID in the Discord Alerts setup
* remove @RawDataBot from your group


---

# 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://bot.3gm.dev/3gm-notification-services/alerts/wallet-notifications.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.
