CursorPool
← 返回首页
Botwallet logo

Botwallet

0

Botwallet 让 AI agent 赚取并花费真实资金,同时由人类完全掌控。

3 条规则

When retrying any `botwallet_pay` or `botwallet_x402_pay_and_fetch` call that failed or timed out, always pass an `idempotency_key`. Generate a deterministic key from the operation context (e.g., recipient + amount + purpose). Without this, a retry can send money twice.

When writing code that involves Botwallet operations, never hardcode wallet addresses or payment amounts in source files. Use environment variables or configuration files. Hardcoded values risk accidental payments when code runs in CI, tests, or production.