logo

x402 Agentic

The Payment Layer for the Autonomous Web

x402 Agentic is a payment-trust suite for autonomous AI agents on Base USDC. Keyless, pay-per-call endpoints for pre-pay risk verdicts, OFAC sanctions screening, per-agent budget enforcement, canonical-asset verification, on-chain settlement proof, and payee reputation. No API key, no account — pay per request with x402.

/precheck$0.10

Pre-pay risk verdict (allow / warn / block) before an agent settles any x402 payment — checks payee validity, OFAC sanctions, price gouging, asset/network, and spend policy.

/screen$0.02

OFAC sanctions screen on a payee address — allow/block against the live sanctioned-address list, auto-refreshed weekly.

/spend-guard$0.01

Per-agent budget enforcement — track an agent's cumulative spend against a cap and block overspend.

/token-check$0.02

Verify a token contract is the canonical asset (real USDC, WETH, DAI…) and not a lookalike or spoof.

/verify-payment$0.05

Confirm an x402 payment actually settled on-chain — correct recipient, asset, and amount — from the transaction hash.

/reputation$0.02

Reputation score (0–100) for a payee from sanctions data plus community reports and vouches.

How agents pay

npx awal x402 pay "https://api.x402agentic.ai/precheck" \
  --query '{"payTo":"0x…","amount":0.01,"network":"base","category":"llm"}'

Keyless, pay-per-call in USDC on Base (x402 v2). No account, no API key.