# AI Agent FAQ

<details>

<summary><strong>Do I need a specific Claude or Codex plan to use this?</strong></summary>

No. The Byreal skill works with any OpenClaw setup.

</details>

<details>

<summary><strong>Is it safe for autonomous execution?</strong></summary>

The CLI is designed with safety at its core. Every write operation such as swaps, opening or closing positions, claiming fees, all requires your explicit confirmation after a preview. Nothing executes automatically without your go-ahead in the conversation.&#x20;

You are recommended to ensure the environment in which you are running Openclaw has the necessary safety guardrails.

</details>

<details>

<summary><strong>What wallet should I use?</strong> </summary>

Use a dedicated Solana wallet with only the capital you intend to deploy. Do not use your primary wallet. Your keypair is stored securely in an isolated user environment.

</details>

<details>

<summary><strong>Can the agent manage multiple positions at once?</strong></summary>

Yes. It can list all open positions across all pools, analyze them individually, and claim fees from multiple positions in a single instruction.

</details>

<details>

<summary><strong>What happens if a transaction doesn't confirm?</strong></summary>

The agent waits for confirmation after broadcasting. If the transaction times out, it returns the transaction signature so you can verify the status independently on [Solscan](https://solscan.io/).

</details>

<details>

<summary><strong>Can I use my own RPC endpoint?</strong></summary>

Yes. A custom Helius or QuickNode endpoint is recommended and provide better reliability for high-frequency agent workflows. Ask your agent to update the RPC setting.

</details>

<details>

<summary><strong>How do I update the skill?</strong></summary>

Ask your agent: "Check for Byreal CLI updates". It will check for a new release and install it if available.

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