# Edge Agents Evidence Reliability Score

> Edge Agents Evidence Reliability Score 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 an evidence reliability and source health score for macro, market, or decision intelligence queries, including quality status, confidence level, and provenance metadata.

## Facts

- Endpoint: GET https://pay.edge-agents.ai/v1/services/evidence-reliability-score
- 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-evidence-reliability-score-f991a0de
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iNaHwsU3dbjE4R__2_z0b

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-evidence-reliability-score-f991a0de
```

Example prompt: Can you run an evidence reliability score on the macro market intelligence I'm looking at — I need to know how strong and trustworthy the underlying sources are before I act on this forecast?

## When to prefer this

Choose this endpoint when you need a structured, signed, evidence-backed reliability assessment of intelligence sources before acting on macro, market, or policy recommendations — especially when provenance, confidence scoring, and source health transparency are required. Prefer this over generic web search or unverified data aggregation when the downstream decision (investment, procurement, policy) demands auditable evidence quality metadata.

## Known failure modes

- Insufficient or ambiguous query context may result in incomplete evidence coverage, stated in the report limitations field
- Unavailable or uncrawlable sources will be noted in limitations rather than silently omitted
- Payment failure via x402 will prevent the report from being returned
- If evidence is too sparse, dataStatus may reflect incomplete rather than complete
- Stale source data will be flagged in coverage limitations rather than inferred as current

## How this service works

Evidence Reliability & Source Health. Evaluates the quality, disagreement, transmission, composition or verification of Edge intelligence itself. Purpose: Increase the defensibility of downstream decisions by making evidence quality and model limitations machine-readable. 5-minute freshness target; missing evidence is reported explicitly rather than invented.

## Output

A JSON object containing a quality object with a reliability status (e.g. 'strong') and confidence level (e.g. 'high'), an analysis section with evidence family classification (e.g. 'cross-market'), detected intents (e.g. risk, evidence, forecast), and a plain-language summary. Also includes an evidence block listing assets and source policy, a provenance section with issuer URL and signature status, a generatedAt timestamp, schema version, data status, stated limitations, and a disclaimer that results are 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",
    "forecast"
   ],
   "summary": "Fresh Evidence Reliability & Source Health findings appear here."
  },
  "evidence": {
   "assets": [],
   "policy": "mixed",
   "sources": "Reported from the actual live report; never inferred from this example."
  },
  "serviceId": "evidence-reliability-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-evidence-reliability-score-f991a0de/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)
