# Edge Agents AI – Strategic Option Value Intelligence

> Edge Agents AI – Strategic Option Value Intelligence 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 option value analysis covering cross-market risk, macro signals, and decision intelligence with provenance and confidence ratings.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/strategic-option-value
- 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-option-value-intelligence-82006ffa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_V3dHZQKmtqBfLi1tuaP-R

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-option-value-intelligence-82006ffa
```

Example prompt: Can you pull the latest strategic option value intelligence report from Edge Agents — I need the cross-market risk and evidence-backed analysis with confidence levels to support a major capital allocation decision we're making this week?

## When to prefer this

Choose this endpoint when you need evidence-backed, provenance-signed strategic intelligence with explicit confidence ratings and policy context — particularly for high-stakes investment, procurement, or government decision-making where auditability and source transparency matter. Prefer this over generic LLM-generated analysis when you require a disclaimer-compliant, signed report rather than unverified inference.

## Known failure modes

- Missing or malformed required query parameters returns an error without consuming credit
- Payment failure via x402 protocol results in 402 response with no report delivered
- Insufficient evidence availability is disclosed within the report body under limitations rather than as an error
- Report may return dataStatus other than 'complete' if live sources are partially unavailable
- Stale or uncacheable live data may result in reduced confidence ratings disclosed in the report

## 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 structured JSON report containing: a quality assessment with status and confidence level, an analysis object identifying the cross-market family and strategic intents (e.g. risk, evidence), a plain-language summary, evidence assets and policy stance, a disclaimer, a signed provenance block with issuer URL, generation timestamp, schema version, data completeness status, and stated coverage limitations.

## 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 Option Value Context findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "mixed",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "strategic-option-value",
  "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-option-value-intelligence-82006ffa/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)
