x402_payment_firewall
Pre-payment risk firewall for AI agents: validate {recipient, amount, chain} BEFORE sending an x402 payment and get ALLOW/REVIEW/BLOCK in <200ms — OFAC blocklist, sanctioned-mixer check, runaway-overspend vs expected price and anomalous-amount guard. Stop an agent from overpaying or paying a bad address; transaction risk screening and payment guardrail before send. The hosted spending guard / agent budget protection an offline SDK cannot give. Price: $0.005 per call (x402 payment, USDC on Base mainnet).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain | No | base | ethereum | solana | bitcoin | tron (optional; inferred from address) | |
| amount | No | Payment amount in USD, e.g. 0.01 | |
| to_address | Yes | Recipient/payTo address (EVM 0x.., Solana, BTC, TRON, XRP) | |
| expected_price | No | Price the resource advertised — flags runaway overspend |