# 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>
