x402_payment_firewall
ActiveTool of io.github.digitalweb33333-creator/x402-endpoints
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).
Parameters schema
{
"type": "object",
"required": [
"to_address"
],
"properties": {
"chain": {
"type": "string",
"description": "base | ethereum | solana | bitcoin | tron (optional; inferred from address)"
},
"amount": {
"type": "number",
"description": "Payment amount in USD, e.g. 0.01"
},
"to_address": {
"type": "string",
"description": "Recipient/payTo address (EVM 0x.., Solana, BTC, TRON, XRP)"
},
"expected_price": {
"type": "number",
"description": "Price the resource advertised — flags runaway overspend"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.digitalweb33333-creator/x402-endpoints
https://github.com/digitalweb33333-creator/x402-endpoints
1/7 registries