# 注册

{% hint style="info" %}
首次注册机器人免费。从第二次开始，每次注册将收取 5 TRX 的费用。
{% endhint %}

**🛠️ 如何在 Tronsave 上注册您自己的能量出售机器人**

您只需 3 个简单步骤即可拥有并运营属于您自己的能量和带宽出售机器人：

## 第一步：在 Telegram 上创建一个机器人

1. 打开 **Telegram** 应用程序。
2. 在 Telegram 中搜索 **@BotFather**（Telegram 官方机器人）。
3. 发送指令 `/newbot` 来创建一个新机器人。

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

按照提示操作以完成以下步骤：

* 选择一个名称（例如：TRON\_Energy\_Dealer）
* 选择一个唯一的用户名（必须以 "bot" 结尾，例如：TronResourceBot）

4. 完成后，BotFather 会提供给您一个机器人令牌（Bot Token）——请复制该令牌，下一步将会用到。

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

## 第二步：在 Tronsave 上注册机器人

1. 返回 [Tronsave](https://tronsave.io/) 界面。
2. 进入 **代理** 板块。
3. 点击 **立即加入并开始赚钱** 按钮。

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

4. 粘贴您从 BotFather 获**取的 Telegram 机器人名称**和机器人令牌（**Bot Token**）。

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

{% hint style="info" %}
**注意：**&#x5982;果您尚未创建推荐码，则必须先创建一个推荐码，才能注册机器人代理（Bot Agency）。
{% endhint %}

4. 点击 **注册** 以完成注册。

* 您的机器人将自动连接到 Tronsave 系统。

## 第三步：分享您的机器人并赚取推荐奖励

1. 注册完成后，您将获得一个指向您机器人的链接。请将此链接分享给他人，让他们使用您的机器人。

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

2. 当用户通过您的机器人使用 Tronsave 服务时，您将自动获得推荐奖励。

<figure><img src="/files/BSvAWntdh8MZS5wfyZ04" alt="" width="518"><figcaption></figcaption></figure>

<figure><img src="/files/eXjtnWtg07gEKaF9iP16" 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://docs.tronsave.io/chinese/partner/bot-agency/register.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.
