# UNCX Info Bot Manual

## What is the UNCX Info Bot?

The **UNCX Info Bot** is a telegram bot developed by UNCX Network, to help you and your community with the research. It allows you to track a token of your choice and display specific information about it.\
\
The bot allows you to check:\
-Liquidity Locks on UNCX\
-Token Locks on UNCX\
-Token farms on UNCX

<mark style="color:green;">**The bot is completely free to use, all you have to do is add it to your telegram channel and configure it.**</mark>&#x20;

##

## How to add the UNCX Info Bot to my channel?

Search for the Bot on Telegram, you can find it under the handle **@UNCXInfoBot** or under [this link.](https://t.me/UNCXInfoBot)

Once you've located the bot you can select the "Add to group or channel" button.

<br>

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

You can also add the bot using the edit panel of your telegram group.&#x20;

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

You do not have to grant the bot any special permissions. It does not modify any messages or manage users, so the standard user permissions are enough for the bot to work properly.

## Configuring the bot and the commands

### Configuring the bot

Use the /uncxset command, it sets the bot to listen to events for a specific token on a chain.

Usage: /uncxset \[chain] \[tokenaddress]

Chains: BSC, ETH, MATIC, ARB, AVAX, BASE.

<figure><img src="/files/pzboFxqPl977ym9t5zEi" alt=""><figcaption><p>Configuring the bot to listen to events related to UNCX token.</p></figcaption></figure>

if you want the bot to stop listening to the token you've set, use /uncxdelete

Usage: /uncxdelete

<figure><img src="/files/9lUYGjcsTaf2ZMcRCkqU" alt=""><figcaption><p>Configuring the bot to stop listening to events related to UNCX token.</p></figcaption></figure>

<br>

### Bot commands

**/uncxautoupdates** - Toggles automatic updates. If this setting is toggled on it will post any updates related to the selected service. <mark style="color:red;">(This command is admin only)</mark>

Usage: /uncxautoupdates \[service] \[on/off]

Services: locks, vesting, farms.

**/uncxinfo** - Get comprehensive information about a token's services.

Usage: /uncxinfo

**/uncxlocks** - Details about the liquidity locks of a token.

Usage: /uncxlocks

**/uncxvesting** - Information about token vesting.

Usage: /uncxvesting

**/uncxfarm** - Information about farms for a token address.

Usage: /uncxfarm

<br>

<br>

<br>

<br>

<br>


---

# 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.uncx.network/uncx-info-bot-manual.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.
