# Edge Agents AI Decision Provenance Bundle

> Edge Agents AI Decision Provenance Bundle 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).

Returns evidence-backed, signed decision intelligence reports covering macro, market, and cross-market analysis with provenance metadata for AI agents and institutional decision-makers.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/decision-provenance-bundle
- 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-decision-provenance-bundle-1fb394c1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4iJUmwTm4Q6XtkPAdnIsh

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-provenance-bundle-1fb394c1
```

Example prompt: Pull me an evidence-backed Decision Provenance Bundle from Edge Agents covering cross-market macro intelligence — I need the confidence rating, source provenance, and a signed summary I can use to support a procurement decision.

## When to prefer this

Choose this endpoint when you need auditable, provenance-signed decision intelligence that must be traceable to sources — especially for institutional, government, or compliance-sensitive use cases where a raw LLM answer is insufficient. Prefer it over generic AI summaries when chain-of-evidence, confidence scoring, and signed issuer metadata are required. Best suited for macro and cross-market analysis rather than single-asset price lookups or real-time tick data.

## Known failure modes

- Payment not completed or USDC balance insufficient — 402 Payment Required returned
- Missing or malformed required query parameters — 400 Bad Request
- Service temporarily unavailable or report generation timeout — 503 Service Unavailable
- Report data incomplete or low-confidence sources — dataStatus field may reflect partial or degraded state
- Provenance signature validation failure — signed field returns false or is absent

## 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 object with status and confidence level; an analysis object with family classification (e.g. cross-market), detected intents (e.g. evidence, forecast), and a narrative summary; an evidence block with sourced assets and point-in-time policy; provenance metadata including issuer URL and a signed flag; a dataStatus field; a generatedAt timestamp; a schemaVersion; a serviceId; a disclaimer noting general market research only; and a limitations array describing coverage caveats.

## 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 Provenance Bundle findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "point-in-time",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "decision-provenance-bundle",
  "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-provenance-bundle-1fb394c1/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)
