# 快速入門

RealClaw 完全透過 Telegram 運作。設定您的 AI 代理只需不到 10 分鐘。您需要一個 Telegram 帳戶，以及準備好存入的 USDC 或 SOL。

{% hint style="info" %}
**RealClaw 目前處於測試階段。** 目前採邀請制開放使用。[點此申請候補資格](broken://pages/15215199f3fbd95863e86cc231041fd4fa75ce15)。
{% endhint %}

***

## 如何設定您的 AI DeFi 代理

{% stepper %}
{% step %}

### 開啟 RealClaw 頁面

前往 [byreal.io/en/realclaw](https://www.byreal.io/en/realclaw)，點擊 **Get Your 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 引導頁面

{% hint style="warning" %}
**請妥善保管您的 Bot 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 能理解日常語言，無需記憶任何指令或語法。

{% 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-tw/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.
