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 a primary wallet. Your keypair is stored securely with restricted file permissions and is not shared with other Solana tooling.
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.
Can I use my own RPC endpoint?
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.
How do I update the skill?
Ask your agent: "Check for Byreal CLI updates". It will check for a new release and install it if available.
Last updated