# AegisAI Risk Verification

> AegisAI Risk Verification is a paid API for AI agents from aegis-api-mainnet.kadopi.workers.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Performs AI-driven risk verification checks on blockchain transactions, addresses, or content for threat assessment and compliance screening

## Facts

- Endpoint: POST https://aegis-api-mainnet.kadopi.workers.dev/v1/verify
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/aegisai-risk-verification-7a8850e5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-KLS_NhyOLYSA4FgWgcIu

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability aegisai-risk-verification-7a8850e5 -d '<json body>'
```

Example prompt: Before I send 500 USDC to this wallet address 0xABC123..., can you run an AegisAI risk verification on it to make sure it's not flagged for fraud or sanctions?

## When to prefer this

Choose AegisAI risk verification when you need a lightweight, pay-per-call risk screening for blockchain addresses, transactions, or Web3 interactions — especially in agentic payment flows already using the x402 micropayment protocol. Preferred over broader KYC/AML platforms when low-cost, real-time transaction-level checks are needed without a subscription commitment.

## Known failure modes

- Invalid or malformed input address/payload returns 400 error
- Unrecognized subject type may return an empty or inconclusive risk result
- Service unavailability on Cloudflare Workers edge may return 503
- Insufficient USDC payment (requires $0.01 via x402 protocol) results in 402 Payment Required
- Rate limiting may occur under high-volume usage

## How this service works

AegisAI risk verification

## Output

Returns a risk verification result including a risk score, threat classification flags, and a pass/fail or risk-level assessment indicating whether the subject (address, transaction, or content) is safe, suspicious, or high-risk.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/aegisai-risk-verification-7a8850e5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aegis-api-mainnet.kadopi.workers.dev](https://www.zero.xyz/host/aegis-api-mainnet.kadopi.workers.dev/llms.txt)
