# Edge Agents AI Decision Reversibility Score

> Edge Agents AI Decision Reversibility Score 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 an evidence-backed score assessing how reversible or irreversible a given decision is, drawing on macro, market, and policy intelligence.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/decision-reversibility-score
- 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-decision-reversibility-score-997be661
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9YjilZ6W4b4W2Y7q6DScj

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-decision-reversibility-score-997be661
```

Example prompt: Can you pull the Edge Agents decision reversibility score for a cross-market macro position in emerging market equities — I need to know how locked in I'd be and what the evidence says about unwinding flexibility?

## When to prefer this

Choose this endpoint when you need a structured, evidence-backed assessment of how reversible or flexible a specific decision is — particularly for cross-market, policy-sensitive, or high-stakes strategic, investment, or procurement decisions. It is distinct from generic sentiment or market data endpoints because it specifically scores decision optionality with signed provenance and explicit limitations disclosures, making it suitable for regulated or accountability-sensitive contexts.

## Known failure modes

- Insufficient or no query parameters provided — endpoint may return an empty or default placeholder report
- Evidence unavailable for niche or highly specific decision contexts — report will note coverage gaps in limitations field
- Payment not processed — x402 payment required before response is delivered
- Stale or incomplete source data — dataStatus field will reflect partial coverage
- Network or upstream data provider outage — service may return an error or degraded 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 JSON object containing a quality status and confidence level for the score, an analysis summary with decision family classification and identified intents (e.g. evidence, forecast), a list of supporting evidence assets and policy mix, a signed provenance record from Edge Agents AI, a generatedAt timestamp, schema version, limitations disclosure, and a standard disclaimer that 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": [
    "evidence",
    "forecast"
   ],
   "summary": "Fresh Decision Reversibility Score findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "mixed",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "decision-reversibility-score",
  "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-decision-reversibility-score-997be661/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)
