FAQ

How to configure the notification bot

Version V0.0.5

This guide helps you connect the Telegram notification bots so burn updates, proof updates, and BEX activity can be posted to your community channel.

There are two notification modes:

Telegram is not used as project ownership proof. Wallet access controls project ownership; Telegram chat admins only control where notifications are delivered.

1) Add the Info Bot to your target community group/channel

2) Register a legacy project Info Bot channel

3) Register Notify Bot subscriptions

Use these commands in the group, channel, or Telegram topic where you want messages to appear:

/register mint <mintAddress>
/register all_burns
/register update
/register status

You can also run /register mint without the mint address. The bot then asks for the mint via Telegram reply before creating the subscription.

Use /start to see the command overview. Use /register status or the Status button to see current subscriptions.

The status view lets chat admins:

For Telegram forum groups with topics, run the registration command inside the topic that should receive the pushes. Confirmation replies stay in that topic. If the bot does not already know the topic name, it asks for a readable topic name before confirming the registration. You can skip this with -.

If you need to name or rename a topic later, run this inside the topic:

/notify topic <name>

If you register once in the main chat and once in a topic, both subscriptions can exist and both are shown in status/admin views.

4) Verify that posting works

If the Info Bot posts the test push or verification report, your setup is working.

5) How long messages are handled

InfoBot burn notifications are kept as one Telegram message. If a message with embedded ads would become too long, the bot first compacts the burn text:

If a logo caption is too short for the full message, the bot sends one normal text message instead of splitting the post.

6) Keep it healthy