# Edge Agents AI Strategic Scenario Engine

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

Delivers evidence-backed strategic scenario analysis across macro, market, and cross-market domains for AI agents and decision-makers.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/strategic-scenario-engine
- Price: $0.25/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-strategic-scenario-engine-be36d953
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__mU88FyZiOQwQC4tQw0Hx

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-strategic-scenario-engine-be36d953
```

Example prompt: Run a strategic scenario analysis on cross-market risks involving energy policy and emerging market currencies — I need evidence-backed findings on the risk and evidence intents, with confidence levels and provenance.

## When to prefer this

Choose this endpoint when you need evidence-backed, cross-market strategic scenario intelligence rather than raw data feeds or simple news aggregation. It is best suited for high-stakes decision contexts — investment thesis validation, government procurement support, executive scenario planning — where sourced evidence, confidence ratings, and signed provenance matter. Prefer this over generic LLM analysis when auditability and evidence traceability are required.

## Known failure modes

- Insufficient or ambiguous query parameters may return incomplete analysis
- Evidence assets array may be empty if no relevant sources are found at query time
- Data status may reflect partial coverage if source freshness is limited
- Service may return generic placeholder output if required parameters are malformed
- Payment failure via x402 protocol results in no report being 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 containing a quality assessment with confidence rating, a cross-market scenario analysis with identified intents (e.g. risk, evidence), a summary of findings, an evidence block listing relevant assets and policy signals, provenance metadata including issuer and signature, generation timestamp, schema version, and explicit disclaimers and limitations about coverage and source freshness.

## 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"
   ],
   "summary": "Fresh Strategic Scenario Engine findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "mixed",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "strategic-scenario-engine",
  "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-strategic-scenario-engine-be36d953/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)
