# Commands

After adding [x1000 bot](https://t.me/x1000) to your Telegram chat group, grant it admin rights. Then issue one of the commands below to start using its features.

## Buy notifications

**/buybot** (or **/add**) – activate bot's notifications for every buy transaction of your token(s)

{% hint style="info" %}
You need to be an owner of the chat group or to have full admin rights to use this command.
{% endhint %}

Type /add command in the chat group to start a dialogue with the bot.

Send token contract address (from TON blockchain) to the chat in response to bot's request.

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

<details>

<summary>Customize bot's notifications</summary>

Choose element you'd like to change by pressing a pencil button. Or set minimum buy amount the bot should track.

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

{% hint style="info" %}
When uploading GIF to Telegram make sure to mute the sound for your video. Otherwise Telegram may recognize it as video, not a GIF, and this format will be rejected by the bot.
{% endhint %}

Once all's done your notifications may look like this:

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

{% hint style="info" %}
Press a trash button to reset any of notification elements to defaults.
{% endhint %}

</details>

Press 'Done' to apply settings and finish the dialogue.

Type /buybot (or /add) command again for amendements.

## Chart

**/c**  – view chart\
– Reply to any message containing a contract with the command /c\
– Or use the format:&#x20;\
/c \<token address> \<timeframe>

{% hint style="info" %}
Example:

**/c EQBlqsm144Dq6SjbPI4jjZvA1hqTIP3CvHovbIfW\_t-SCALE 1d**
{% endhint %}

<figure><img src="/files/3OGQv7DUoBSYu4hzHYiU" alt=""><figcaption></figcaption></figure>

## Developer's other tokens

**/dev** — shows tokens deployed by the dev (deployed from same wallet address)

{% hint style="info" %}
Example:

**/dev UQD8rvFSbNWzgI\_HqguksSghBWZErmeXKuz3YSWuiXeMynUq**
{% endhint %}

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

## Holders

**/h** — view the breakdown of token's top holders

{% hint style="info" %}
Example:

**/h EQBlqsm144Dq6SjbPI4jjZvA1hqTIP3CvHovbIfW\_t-SCALE**
{% endhint %}

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

## Referral link

**/ref** – send command to private chat with the bot to set your reflinks:

* for [x1000 terminal](https://x1000.finance)&#x20;
* for TON trading bots in Telegram

{% hint style="info" %}
You need to be an owner of a chat group with x1000 bot to get benefits from using this command.
{% endhint %}

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

Your referral links will appear in the token info message. Whenever someone sends any token contract to your chat with x1000 bot, it will reply with detailed information — including your referral links as quick-buy options for that token.

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

## Signals leaderboard

**/lb** – view the leaderboard of token calls (mentions) within a chat over the last N days

{% hint style="info" %}

Example:

**/lb 30d**
{% endhint %}

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

## Trending tokens

**/trendings** — shows trendings tokens on TON in different market cap ranges

{% hint style="info" %}

Example:

**/trendings**
{% endhint %}

<figure><img src="/files/d9L1xpaytWaYkHFYa3tQ" 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://help.x1000.finance/bot/commands.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.
