# AI 代理常見問題

<details>

<summary>我需要特定的 Claude 或 Codex 方案才能使用嗎？</summary>

不需要。Byreal 技能適用於任何 OpenClaw 設定。

</details>

<details>

<summary>自主執行安全嗎？</summary>

CLI 以安全為核心設計。每個寫入操作（如兌換、開倉或平倉、領取手續費等）都需要您在預覽後明確確認。對話中沒有您的同意，不會自動執行任何操作。

建議確保您執行 Openclaw 的環境具備必要的安全防護措施。

</details>

<details>

<summary>我應該使用什麼錢包？</summary>

使用專用的 Solana 錢包，僅存入您打算部署的資金。不要使用您的主要錢包。您的金鑰對安全儲存在隔離的用戶環境中。

</details>

<details>

<summary>代理可以同時管理多個持倉嗎？</summary>

可以。它可以列出所有池中的所有未平倉持倉，單獨分析它們，並用一條指令從多個持倉領取手續費。

</details>

<details>

<summary>如果交易未確認怎麼辦？</summary>

代理在廣播後等待確認。如果交易超時，它會回傳交易簽名，讓您可以在 [Solscan](https://solscan.io/) 上獨立驗證狀態。

</details>

<details>

<summary>我可以使用自己的 RPC 端點嗎？</summary>

可以。建議使用自訂的 Helius 或 QuickNode 端點，以便為高頻代理工作流程提供更好的可靠性。

</details>


---

# 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/byreal-ai-agent/ai-agent-faq.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.
