# SYNTHORA Resolution Verdict

> SYNTHORA Resolution Verdict is a paid API for AI agents from api.hergertsynthora.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns a decision verdict for prediction markets including probability, directional signal, and multi-source evidence with declared sources.

## Facts

- Endpoint: POST https://api.hergertsynthora.com/v1/resolution-verdict
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/synthora-resolution-verdict-3b0227a0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TaN9B4cpATm8otTV2s4gN

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 synthora-resolution-verdict-3b0227a0 -d '<json body>'
```

Example prompt: Can you get a resolution verdict on whether the Fed will raise rates before end of Q3 — I need the probability, the directional call, and the sources backing it up?

## When to prefer this

Choose this endpoint when you need a structured, evidence-backed decision verdict for a specific prediction market question — especially when you require both a probability score and cited multi-source evidence rather than just a raw data feed or price signal. Prefer this over generic LLM reasoning when declared source provenance and a formal resolution signal are required.

## Known failure modes

- Ambiguous or poorly-formed question returns low-confidence or null verdict
- Insufficient public data on the queried event leads to inconclusive resolution
- Conflicting sources may produce a split verdict without clear directional signal
- Rate limit or payment failure returns 402 or 429 error
- Malformed input string returns 400 validation error

## How this service works

Decision verdict for prediction markets: probability, direction and multi-source evidence with declared sources. $0.05 USDC x402 Base.

## Output

Returns a structured resolution verdict containing a probability estimate (0–1), a directional signal (e.g. YES/NO or UP/DOWN), multi-source evidence used to reach the verdict, and declared source citations supporting the conclusion.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "string",
   "description": "Decision verdict for prediction markets: probability, direction and multi-source evidence with declared sources. $0.05 USDC x402 Base."
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/synthora-resolution-verdict-3b0227a0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.hergertsynthora.com](https://www.zero.xyz/host/api.hergertsynthora.com/llms.txt)
