# AIエージェントFAQ

<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エンドポイントの使用が推奨されており、高頻度エージェントワークフローでより高い信頼性を提供します。エージェントにRPC設定の更新を依頼してください。

</details>

<details>

<summary>スキルのアップデート方法は？</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/ja-jp/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.
