# Edge Agents AI – Supplier Financial Stress Context

> Edge Agents AI – Supplier Financial Stress Context 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).

Returns evidence-backed analysis of financial stress indicators affecting suppliers, covering macro, FX, inflation, commodities, and risk signals.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/supplier-financial-stress-context
- 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-ai-supplier-financial-stress-context-fdd51de5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_b87bZfeCRrROMQn0IHm8O

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-ai-supplier-financial-stress-context-fdd51de5
```

Example prompt: Pull the latest supplier financial stress context report — I need to understand the current risk picture across FX, inflation, and commodities affecting our supplier base before we finalize our procurement decisions this quarter.

## When to prefer this

Choose this endpoint when you need a fast, evidence-backed, cross-market financial stress assessment specifically scoped to suppliers — particularly when procurement, supply chain risk management, or investor due diligence decisions depend on current macro, FX, inflation, and commodities signals. Prefer it over general macro intelligence endpoints when supplier-specific context is the primary need, and over manual research when you need signed, provenance-tracked intelligence at low cost ($0.01 per call).

## Known failure modes

- Payment not received or USDC balance insufficient — endpoint returns HTTP 402 and no report is delivered
- Upstream data unavailable or stale — report may indicate limited coverage or incomplete evidence assets in the limitations field
- Malformed request parameters — endpoint may return an error or empty evidence assets
- Report generation delay — latency may be higher if live data sources are being queried in real time
- Service downtime — endpoint unreachable, no JSON returned

## 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

A structured JSON report including: an overall quality status and confidence level (e.g. 'strong'/'high'), a cross-market analysis summary with tagged risk intents (inflation, FX, commodities, risk, evidence), policy stance indicator, a list of evidence assets and sources, a provenance block with issuer URL and digital signature, the generation timestamp, schema version, data completeness status, stated limitations on coverage and source freshness, and a disclaimer that the report is general market research rather than 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": [
    "risk",
    "evidence",
    "inflation",
    "fx",
    "commodities"
   ],
   "summary": "Fresh Supplier Financial Stress Context findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "mixed",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "supplier-financial-stress-context",
  "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-ai-supplier-financial-stress-context-fdd51de5/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)
