# Edge Agents Deal Downside Scenario Engine

> Edge Agents Deal Downside Scenario Engine 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).

Generates evidence-backed downside scenario analysis for a deal, highlighting cross-market risks and adverse outcomes with sourced intelligence.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/deal-downside-scenario
- 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-deal-downside-scenario-engine-28754ceb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ld7bmklJdotzFDFN892da

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-deal-downside-scenario-engine-28754ceb
```

Example prompt: Run a downside scenario analysis on the proposed acquisition of TechCorp by MegaFund — I need to understand the cross-market risks, policy headwinds, and worst-case outcomes backed by real evidence before we close.

## When to prefer this

Choose this endpoint when you need structured, evidence-sourced downside scenario modeling for a specific deal, transaction, or investment — particularly where cross-market risk, policy headwinds, or macro factors are relevant. It is preferable over generic LLM reasoning when sourced evidence and signed provenance are required to support due diligence or procurement decisions. Best suited for M&A, VC, institutional investment, or government procurement contexts requiring defensible, auditable risk intelligence rather than ungrounded opinion.

## Known failure modes

- Insufficient deal parameters provided — engine may return incomplete or low-confidence analysis
- Evidence sources unavailable for niche or private deals — coverage limitations disclosed in report
- Payment not processed — x402 payment required before response is returned
- Stale or mixed policy signals may reduce confidence score, noted in limitations field
- No deal-specific assets found — evidence assets array may be empty with explanation in limitations

## How this service works

Deal Downside Scenario Engine. Synthesises cross-domain stress evidence into transparent risk transmission, downside and resilience context. Purpose: Surface material risk drivers, transmission paths and invalidation conditions without false precision. 15-minute freshness target; missing evidence is reported explicitly rather than invented.

## Output

Returns a structured JSON report including a quality confidence rating (e.g. strong/high), a cross-market family analysis with identified risk intents, an evidence section with sourced assets and policy stance, a plain-language summary of downside scenarios, provenance metadata with issuer signature, and a disclaimer noting the output 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",
    "evidence"
   ],
   "summary": "Fresh Deal Downside Scenario Engine findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "mixed",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "deal-downside-scenario",
  "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-deal-downside-scenario-engine-28754ceb/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)
