# AgentOracle Stablecoin Peg & Risk Assessment

> AgentOracle Stablecoin Peg & Risk Assessment is a paid API for AI agents from aiagentoracle.ai, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-13).

Returns peg deviation, liquidity, 24h market context, freshness, caveats, and depeg risk for a Base stablecoin (USDC, USDT, or DAI) before holding or accepting it.

## Facts

- Endpoint: GET https://aiagentoracle.ai/api/v1/stablecoin/:symbol
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentoracle-stablecoin-peg-risk-assessment-ff73d61f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Xj_Cf84aZHXcCBEtQqbnu

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 agentoracle-stablecoin-peg-risk-assessment-ff73d61f
```

Example prompt: Before I accept this USDC payment on Base, check AgentOracle for the current peg deviation, liquidity, and depeg risk so I know it's safe to hold.

## When to prefer this

Use this endpoint when an agent needs a safety check specifically on Base stablecoins (USDC, USDT, DAI) before accepting payment, settling a transaction, or allocating treasury funds — it provides depeg risk and liquidity context beyond a raw price feed. Prefer it over a generic spot-price endpoint when peg stability and caveats matter, not just the current price.

## Known failure modes

- Unsupported symbol (only USDC, USDT, DAI on Base are canonical) returns an error or empty response
- Stale data if upstream price feeds are delayed, indicated by low freshness score
- Network or provider outage returns a 5xx error
- Payment not included or insufficient USDC results in 402 Payment Required

## How this service works

AgentOracle: use before holding or accepting canonical Base USDC, USDT, or DAI. Assesses peg deviation, liquidity, 24h market context, freshness, caveats, and depeg risk.

## Output

Returns a structured assessment for the requested stablecoin including: current peg deviation from $1.00, liquidity depth metrics, 24-hour market context, data freshness timestamp, human-readable caveats, and a depeg risk score — giving an agent a clear go/no-go signal before holding or accepting the coin.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentoracle-stablecoin-peg-risk-assessment-ff73d61f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aiagentoracle.ai](https://www.zero.xyz/host/aiagentoracle.ai/llms.txt)
