circle_policy_set
Set spend controls on a Circle wallet: daily cap, per-x402-call cap, and address allow/block lists. Required before enabling automated payments.
Instructions
Set spend controls on a Circle wallet: daily cap, per-x402-call cap, and address allow/block lists. Always set a daily_cap before enabling automated payments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wallet_id | Yes | Wallet ID to apply the policy to | |
| daily_cap_usdc | Yes | Maximum USDC spend per 24h rolling window | |
| x402_cap_usdc | Yes | Maximum USDC per single x402 micropayment | |
| allowlist | No | On-chain addresses this wallet may send to (empty = no restriction) | |
| blocklist | No | On-chain addresses this wallet may never send to |