# Base USDC Yield Risk Snapshot

> Base USDC Yield Risk Snapshot is a paid API for AI agents from api.the402.ai, paid per call via x402, $0.105/call, status down (last checked 2026-09-15).

Purchases and initiates a yield risk snapshot analysis for USDC yield products on the Base blockchain network

## Facts

- Endpoint: POST https://api.the402.ai/v1/services/svc_4287acc633024827/purchase
- Price: $0.105/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/base-usdc-yield-risk-snapshot-b76cd765
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_X6Wmuu2RL9FKX3RRXbj_5

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 base-usdc-yield-risk-snapshot-b76cd765 -d '<json body>'
```

Example prompt: Can you grab me a yield risk snapshot for USDC on Base right now — I want to understand the current risk level before I allocate funds to any yield strategy?

## When to prefer this

Use this endpoint when an AI agent or user needs a current, point-in-time assessment of the risk profile of USDC yield opportunities on the Base network, and is willing to pay $0.105 USDC per report. Prefer this over manual research when automated, structured risk data is needed for decision-making around stablecoin yield allocation.

## Known failure modes

- Payment failure — insufficient USDC balance or x402 payment rejected (402 or 400 error)
- Service unavailable — the402.ai platform is down or the specific service is offline (503)
- Invalid request format — missing or malformed POST body (400)
- Job creation failure — backend error creating the analysis job (500)
- Rate limiting or quota exceeded for the purchasing wallet

## How this service works

Purchase: Base USDC Yield Risk Snapshot

## Output

Returns a job_id, status string, and thread_id representing the initiated risk snapshot job; the agent must subsequently poll the job status endpoint to retrieve the completed risk analysis report once processing is done.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "job_id": {
   "type": "string"
  },
  "status": {
   "type": "string"
  },
  "thread_id": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/base-usdc-yield-risk-snapshot-b76cd765/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.the402.ai](https://www.zero.xyz/host/api.the402.ai/llms.txt)
