Aegis KYT x402

Pay-per-call AML for AI agents.

Address labels & risk screening, paid in USDC on Base. No accounts. No KYC. No API keys.
Just sign an x402 quote and call.

Quickstart → /.well-known/x402.json
Powered by Aegis 4-tier consensus (44 sources · ~795k label claims)  ·  x402 protocol by Coinbase

Tiers

Pricing matches the on-chain settlement amount exactly — no processor fee, no markup. Send the listed USDC, get the data.

How it works

x402 is a stateless protocol: every call carries its own payment. No subscriptions to manage, no rate limits to argue about.

1

GET the resource

Hit the endpoint with no special headers. Server replies HTTP 402 Payment Required with a JSON quote (asset, amount, recipient, expiry).

2

Sign & retry

Sign an EIP-3009 transferAuthorization for the quoted USDC amount. Resend the same GET with an X-PAYMENT header carrying the base64-encoded proof.

3

Get the answer

Coinbase's facilitator settles on Base, the request is forwarded to our handler, you get HTTP 200 with JSON. Replay-protected.

Try it

Probe a tier's quote without writing any code. Real Base mainnet calls require a wallet — see the docs for the full client setup.

# Probe the $0.10 label tier — 402 quote returned without payment
curl -i https://x402.aegis-kyt.com/label/eth/0x6b175474e89094c44da98b954eedeac495271d0f

# Discovery — what we sell + at what price
curl https://x402.aegis-kyt.com/.well-known/x402.json | jq

# Health
curl https://x402.aegis-kyt.com/health
# → ok