KYA Protocol screens AI agents against OFAC, validates spend policy, and returns a BSA-defensible verdict in under 50ms — before any regulated institution touches the payment.
# Any identity layer · Any counterparty
curl -X POST https://api.clearagent.dev/v1/screen \
-H "Authorization: Bearer <key>" \
-d '{
"token": "<KYA-credential-JWT>",
"amount": 50000,
"currency": "USDC",
"counterparty":"0x71C7656EC7ab88b0..."
}'
{
"verdict": "PROCEED",
"latencyMs": 23,
"trace": [
"ofac:CLEAR",
"policy:within_limit",
"counterparty:CLEAR"
],
"auditId": "txn_8Kx2..."
}
Operators register once. Institutions screen on every call. Network effects compound from both directions.
I build and deploy AI agents that initiate payments
I process or facilitate payments that agents initiate
Integrate KYA Protocol into your existing stack without replacing anything.
Call POST /v1/agents/register with operator identity and spend policy.
KYA screens against OFAC live and issues a signed W3C Verifiable Credential as a JWT.
One-time per agent deployment.
The KYA credential is a JWT — store it as an env var alongside your API keys. Zero new infrastructure required. Works with ACK-ID, x402, Mastercard tokens, or any identity layer.
Before any payment processes, call POST /v1/screen with the KYA token
and transaction details. Get a PROCEED / REVIEW / BLOCK verdict in <50ms
with full reasoning trace and audit log entry.
Multiple regulatory frameworks are converging on the same requirement. KYA is the answer.
Financial institutions must maintain AML programs and screen transactions against OFAC. Agent-initiated payments are transactions. BSA programs must cover them.
Creates federal licensing requirements for stablecoin issuers and payment processors. Mandates OFAC screening for stablecoin transactions. Compliance infrastructure required before the license matters.
Clarifies that non-custodial software providers are not money transmitters. Does not eliminate OFAC obligations — 31 CFR Part 501 applies to all U.S. persons regardless of custody status. KYA is the OFAC answer BRCA can't give you.
We're onboarding a small group of design partners from both sides of the market. Tell us about your use case.
we'll be in touch