# eNORMUS Buy Bot

The [eNORMUS Buy Bot](https://t.me/EnormusBot) is a powerful tool that enables projects to receive real-time notifications for token transactions directly within their Telegram groups. This guide will walk you through the steps to add and configure Enormus BuyBot for your token’s group.

<figure><img src="/files/tqbbL3POj1EvXglxTMmg" alt=""><figcaption><p>enormus buybot Home Screen</p></figcaption></figure>

## **To start using eNORMUS BuyBot:**

When you first interact with the eNORMUS BuyBot on Telegram, it will automatically initiate the conversation by sending a `/start` command. You will then see two buttons:

* **BuyBot**
* **Advertise**

#### 1. Selecting BuyBot

To proceed with setting up transaction notifications for your token, click the **BuyBot** button. This will guide you through the process of adding and configuring the bot for your Telegram group.

<figure><img src="/files/q7s3ulxX7lI1Gq2TeZnl" alt=""><figcaption><p>/start screen</p></figcaption></figure>

**2. Add eNORMUS BuyBot as an Admin:**

* Go to your Telegram group.
* Add `@enormusbot` as an admin. Ensure it has the necessary permissions to post messages.

After adding eNORMUS BuyBot to your group, you can activate and customize it using the following commands:

#### 3. Activate Notifications for Your Token

To enable notifications for your token, use the `/enormus on` command followed by your token's address.

**Command:**

```bash
/enormus on <tokenAddress>
```

**Example:**

```bash
/enormus on 0xe361d3e2d2056a4fac2c484fe55747a5e072866d
```

This command will activate the bot and start showing notifications for transactions involving the specified token.

#### 4. Disable Notifications

If you need to disable the bot and stop receiving notifications, use the `/enormus off` command.

**Command:**

```bash
/enormus off
```

#### 5. Set a Custom GIF

To personalize the bot's notifications with a custom GIF, use the `/enormus gif` command followed by the GIF URL.

**Command:**

```bash
/enormus gif <gifURL>
```

**Example:**

```bash
/enormus gif https://example.com/custom_gif.gif
```

#### 6. Set a Custom Emoji

To set a custom emoji for the bot’s notifications, use the `/enormus emoji` command followed by the emoji.

**Command:**

```bash
/enormus emoji <emoji>
```

**Example:**

```bash
/enormus emoji 🚀
```

### Buybot Live Example:

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


---

# 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://enormuspump.gitbook.io/enormuspump.fun-manual/enormus-buy-bot.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.
