# Edge Agents Cross-Market Decision Context

> Edge Agents Cross-Market Decision Context is a paid API for AI agents from pay.edge-agents.ai, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns evidence-backed cross-market decision intelligence with provenance, contradictions, and bounded risk/rotation/volatility analysis for business leaders and AI agents.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/cross-market-decision-context
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/edge-agents-cross-market-decision-context-cf246733
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4P0kqyxqnnS5l7YBKiqNc

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-cross-market-decision-context-cf246733
```

Example prompt: Give me the latest cross-market decision context from Edge Agents — I need the risk, rotation, and volatility evidence with provenance so I can brief the board on capital allocation strategy.

## When to prefer this

Choose this endpoint when you need cross-market decision intelligence that spans macro, risk, rotation, and volatility signals in a single bounded report with explicit provenance and contradiction tracking. It is best suited for autonomous agents or business leaders who need verifiable, source-attributed analysis rather than raw data feeds or point-in-time price quotes. Prefer it over generic financial data APIs when the downstream consumer needs bounded conclusions, confidence scores, and auditability rather than raw market data.

## Known failure modes

- Payment not received or invalid USDC payment — 402 response blocking access
- Stale or incomplete evidence if live data sources are temporarily unavailable — limitations field will disclose
- High-level schema returned but evidence assets array empty if no relevant cross-market signals found
- Network timeout if live report generation takes longer than expected
- Malformed request parameters result in empty or default analysis

## 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 JSON report containing a quality assessment with confidence level, a cross-market analysis summary covering risk, rotation, volatility, anomaly, evidence, cycle, and adoption intents, a list of evidence assets with live policy and sourcing, a signed provenance block from edge-agents.ai, a generatedAt timestamp, schema version, stated limitations, and a disclaimer clarifying it is general market research and 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": [
    "risk",
    "rotation",
    "volatility",
    "anomaly",
    "evidence",
    "cycle",
    "adoption"
   ],
   "summary": "Fresh Cross-Market Decision Context findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "live",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "cross-market-decision-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-cross-market-decision-context-cf246733/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)
