# 快速入门&#x20;

RealClaw 完全通过 Telegram 运行。设置您的 AI 智能体只需不到 10 分钟。您需要一个 Telegram 账户，并准备好 USDC 或 SOL 用于存入。

{% hint style="warning" %}
**RealClaw 目前处于测试阶段。** 访问权限仅限受邀用户。[点击此处申请候补名单访问权限](broken://pages/fc371e6ebfc007e549e3ed4fcc9112f8bcecce7d)。
{% endhint %}

***

## 如何设置您的 AI DeFi 智能体

{% stepper %}
{% step %}

### 打开 RealClaw 页面

前往 [byreal.io/en/realclaw](https://www.byreal.io/en/realclaw)，点击 **获取您的 RealClaw**。

\[截图：RealClaw 落地页，高亮显示"获取您的 RealClaw"按钮]
{% endstep %}

{% step %}

### 创建钱包

RealClaw 在入门流程中为您创建一个非托管嵌入式钱包。您的私钥被分散存储在 [Privy](https://privy.io/) 的安全基础设施和您的设备上。RealClaw 无法访问您的密钥。

\[截图：钱包创建流程]
{% endstep %}

{% step %}

### 创建并连接您的 Telegram 机器人

RealClaw 通过您拥有的 Telegram 机器人进行通信。创建方法如下：

1. 打开 Telegram，前往 [@BotFather](https://t.me/BotFather)
2. 发送 `/newbot`
3. 输入显示名称（例如"My RealClaw"）
4. 输入以 `bot` 结尾的用户名（例如 `my_realclaw_bot`）
5. 复制 BotFather 返回的 **Bot Token**
6. 将 Bot Token 粘贴到 RealClaw 入门页面

\[截图：BotFather 对话，显示 token]

{% hint style="warning" %}
**请保管好您的 Bot Token。** 任何持有此 token 的人都可以控制您的机器人。如果 token 泄露，请立即通过 BotFather 使用 `/revokebottoken` 撤销。
{% endhint %}
{% endstep %}

{% step %}

### 存入资金

前往 [控制台](https://www.byreal.io/en/realclaw/console) 查找您的钱包地址。

| 链      | 支持代币                | 备注            |
| ------ | ------------------- | ------------- |
| Solana | USDC、SOL 及其他 SPL 代币 | 主链。大多数策略在此运行。 |
| Mantle | USDC 及支持的 ERC-20 代币 | EVM 链支持       |

推荐将 USDC 作为主要存入代币。大多数策略以 USDC 作为基础资产。

\[截图：控制台显示钱包地址和余额]
{% endstep %}

{% step %}

### 开始对话

打开您的 Telegram 机器人，发送第一条消息：

* "你能做什么？"
* "显示我的余额"
* "帮我用 USDC 耕作稳定收益"

RealClaw 理解自然语言。无需记忆任何命令或语法。

\[截图：与 RealClaw 的第一次 Telegram 对话]

{% hint style="warning" %}
**所有交易均为真实资金的实盘操作。** 没有演示或测试模式。一旦激活策略，RealClaw 将自动执行交易。请务必设置止损并监控您的头寸。
{% endhint %}
{% endstep %}
{% endstepper %}

***

## 积分

积分是驱动您的 RealClaw 的使用单位。每次策略执行、交易和监控检查都会消耗积分。

| 项目   | 数量          | 备注                        |
| ---- | ----------- | ------------------------- |
| 初始分配 | 2,000 积分    | 每个新 RealClaw 均附赠，价值 20 美元 |
| 救援分配 | 200 积分（一次性） | 用于在积分耗尽时关闭活跃策略            |

随时在[控制台](https://www.byreal.io/en/realclaw/console)查看余额。RealClaw 在测试期间免费使用，付费充值功能尚未开放。

{% hint style="warning" %}
**当积分归零时，智能体将停止运行。** 活跃策略将不再被管理。请定期监控您的余额。
{% endhint %}

***

## 风险档位

RealClaw 支持三种风险档位，用于控制策略的运行方式。您可以随时通过直接告知 RealClaw 来切换档位。

| 档位 | 风格          | 止损     | 适合人群        |
| -- | ----------- | ------ | ----------- |
| 稳健 | 资本保全，稳定收益   | 严格（5%） | 新用户，低风险收益   |
| 均衡 | 稳定与增长兼顾     | 适中     | 大多数用户       |
| 激进 | 更高收益潜力，波动较大 | 宽松     | 能承受波动的有经验用户 |

切换档位不会影响已有的开仓头寸。只有新策略才会使用更新后的档位。


---

# 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.byreal.io/zh-my/realclaw/getting-started.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.
