AI Agent FAQ
Do I need a specific Claude or Codex plan to use this?
No. The Byreal skill works with any OpenClaw setup.
Is it safe for autonomous execution?
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.
You are recommended to ensure the environment in which you are running Openclaw has the necessary safety guardrails.
What wallet should I use?
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.
Can the agent manage multiple positions at once?
Yes. It can list all open positions across all pools, analyze them individually, and claim fees from multiple positions in a single instruction.
What happens if a transaction doesn't confirm?
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.
Last updated