# AI Agent 常见问题

<details>

<summary><strong>我需要特定的 Claude 或 Codex 计划才能使用吗？</strong></summary>

不需要。Byreal 技能适用于任何 OpenClaw 设置。

</details>

<details>

<summary><strong>自主执行安全吗？</strong></summary>

CLI 在设计时将安全性作为核心。每个写入操作（如兑换、开仓或平仓、领取手续费）都需要在预览后获得您的明确确认。在对话中没有您的同意，不会自动执行任何操作。

建议您确保运行 Openclaw 的环境具有必要的安全保障措施。

</details>

<details>

<summary><strong>我应该使用什么钱包？</strong></summary>

使用仅存入您打算部署的资金的专用 Solana 钱包。不要使用您的主钱包。您的密钥对安全存储在隔离的用户环境中。

</details>

<details>

<summary><strong>代理可以同时管理多个仓位吗？</strong></summary>

可以。它可以列出所有资金池中的所有开放仓位，单独分析它们，并通过一条指令从多个仓位领取手续费。

</details>

<details>

<summary><strong>如果交易未确认怎么办？</strong></summary>

代理在广播后等待确认。如果交易超时，它会返回交易签名，以便您可以在 [Solscan](https://solscan.io/) 上独立验证状态。

</details>

<details>

<summary><strong>我可以使用自己的 RPC 端点吗？</strong></summary>

可以。建议使用自定义的 Helius 或 QuickNode 端点，以便为高频代理工作流提供更好的可靠性。让您的代理更新 RPC 设置即可。

</details>

<details>

<summary><strong>如何更新技能？</strong></summary>

告诉您的代理："Check for Byreal CLI updates"。它将检查新版本并在可用时安装。

</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-my/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.
