# Edge Agents Treasury Stress Radar

> Edge Agents Treasury Stress Radar is a paid API for AI agents from pay.edge-agents.ai, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Delivers evidence-backed, cross-market Treasury stress analysis covering liquidity, risk, leverage, rates, and FX signals for AI agents and decision-makers.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/treasury-stress-radar
- 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/edge-agents-treasury-stress-radar-69408c0c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0onvKSwUZIwEmWFUkSVGO

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 edge-agents-treasury-stress-radar-69408c0c
```

Example prompt: Pull the latest Treasury Stress Radar report — I need the current stress status, confidence level, and a summary of liquidity, leverage, and rates signals across markets.

## When to prefer this

Choose this endpoint when you need a fast, evidence-backed, cross-market view of Treasury stress conditions with explicit confidence scoring and signed provenance — especially for AI agents, risk teams, or decision-makers who require citable, structured macro intelligence rather than raw data feeds. Prefer it over generic market data APIs when you need synthesized analysis across liquidity, leverage, rates, and FX dimensions in a single call at low cost ($0.01 USDC).

## Known failure modes

- Payment not completed — endpoint returns HTTP 402 if USDC payment via x402 is not received
- Stale or incomplete data — report may note coverage limitations or unavailable evidence sources in the limitations field
- Service unavailable — upstream data sources may be temporarily inaccessible, resulting in degraded confidence or error response
- Malformed request — if required headers or payment parameters are missing, the call will fail to authenticate

## How this service works

Edge Agents provides evidence-backed macro, market and decision intelligence for AI agents, individual leaders and investors, businesses and government teams requiring consulting, procurement and decision support. Machine services are purchasable per request over x402 on 5 settlement rails (Base/USDC, XRPL/RLUSD, Solana/USDC, Arbitrum/USDC and Polygon/USDC).

## Output

Returns a JSON object with: overall quality status and confidence level, cross-market analysis including detected intents (liquidity, risk, leverage, rates, FX, cycle, evidence), a natural-language summary of current Treasury stress findings, evidence assets and live policy signals, a signed provenance record from edge-agents.ai, generation timestamp, schema version, data completeness status, and a disclaimer clarifying the research is not investment advice.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "quality": {
   "status": "strong",
   "confidence": "high"
  },
  "analysis": {
   "family": "cross-market",
   "intents": [
    "liquidity",
    "risk",
    "leverage",
    "evidence",
    "cycle",
    "rates",
    "fx"
   ],
   "summary": "Fresh Treasury Stress Radar findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "live",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "treasury-stress-radar",
  "dataStatus": "complete",
  "disclaimer": "General, impersonal market research; not investment advice or a buy, sell or hold recommendation.",
  "provenance": {
   "issuer": "https://edge-agents.ai",
   "signed": true
  },
  "generatedAt": "2026-08-31T00:00:00.000Z",
  "limitations": [
   "Coverage, source freshness and unavailable evidence are stated in every paid report."
  ],
  "schemaVersion": "2.0"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/edge-agents-treasury-stress-radar-69408c0c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pay.edge-agents.ai](https://www.zero.xyz/host/pay.edge-agents.ai/llms.txt)
