# AmanChain Stablecoin Health Monitor

> AmanChain Stablecoin Health Monitor is a paid API for AI agents from preview-chat-c6089071-758a-449d-b4a7-6fa19ebc955c.space-z.ai, paid per call via x402, $0.009331/call, status unknown (last checked 2026-09-15).

Returns on-chain health metrics for stablecoins including peg stability, liquidity, and reserve data from live consensus state

## Facts

- Endpoint: POST https://preview-chat-c6089071-758a-449d-b4a7-6fa19ebc955c.space-z.ai/api/x402/aman-stable-health
- Price: $0.009331/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/amanchain-stablecoin-health-monitor-5079375b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Rk-9pEAXMSG3MvNsAgePA

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 amanchain-stablecoin-health-monitor-5079375b -d '<json body>'
```

Example prompt: Can you check the on-chain health of USDC right now — is its peg stable, is there enough liquidity, and are there any depeg risk signals I should know about?

## When to prefer this

Choose this endpoint when you need deterministic, node-executed on-chain stablecoin health data without requiring an API key or account setup. It is ideal for agents that need real-time peg stability and liquidity checks paid per-call in USDC, especially in DeFi risk assessment workflows where trustless, consensus-verified data matters more than speed.

## Known failure modes

- Invalid or unrecognized stablecoin identifier returns an error or empty result
- Network congestion or node sync lag may produce stale data
- Payment failure via x402/USDC on Base blocks the call
- Malformed JSON body (missing serviceId or request field) returns a validation error
- Stablecoin not supported on AmanChain returns a not-found error

## How this service works

Stablecoin Health: node-operated on-chain service Executed deterministically by the AmanChain node against live consensus state (real blocks, pools, balances) — paid per call via x402, settled in USDC on Base. Input: JSON body {"serviceId":"aman-stable-health","request":"<input>"}. No account, no API key.

## Output

Returns a structured health report for the queried stablecoin including peg deviation metrics, liquidity pool depth, reserve backing indicators, risk flags, and an overall health assessment — all derived deterministically from live on-chain consensus state.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "body": {
     "type": "object"
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "example": {
     "type": "object",
     "example": {
      "ok": true
     }
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/amanchain-stablecoin-health-monitor-5079375b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from preview-chat-c6089071-758a-449d-b4a7-6fa19ebc955c.space-z.ai](https://www.zero.xyz/host/preview-chat-c6089071-758a-449d-b4a7-6fa19ebc955c.space-z.ai/llms.txt)
