# SYNTHORA Resolution Source Feed

> SYNTHORA Resolution Source Feed 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-15).

Given a Polymarket market slug, fetches the official resolution source live and returns current value, threshold, distance, and on-track/off-track verdict for prediction market resolution checks.

## Facts

- Endpoint: POST https://api.hergertsynthora.com/v1/resolution-source-feed
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/synthora-resolution-source-feed-8dab9c5c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MNGXf3gX7aW0Ro3Gm6gSV

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-source-feed-8dab9c5c -d '<json body>'
```

Example prompt: Check the live resolution source for the Polymarket market slug 'will-hormuz-strait-weekly-transits-exceed-threshold-2024-12' — give me the current value, the threshold, how far off it is, and whether it's on track to resolve YES.

## When to prefer this

Use this endpoint when you need the live, official resolution source reading for a Polymarket prediction market — specifically for IMF PortWatch-based chokepoint markets (Hormuz weekly series, normalization binaries). Prefer this over generic market data endpoints when you need the authoritative source value plus threshold comparison and on-track verdict, not just price or probability.

## Known failure modes

- Invalid or unrecognized Polymarket market slug returns an error or empty result
- Market slug not covered by IMF PortWatch / supported chokepoint series returns unsupported market error
- Official resolution source (IMF PortWatch) temporarily unavailable causes fetch failure
- Gamma API rules parsing failure may prevent threshold extraction
- Network timeout if upstream live data source is slow to respond

## How this service works

SYNTHORA resolution-source-feed: give a Polymarket market slug, get its official resolution source READ LIVE — current value, threshold, distance and on-track/off-track verdict. Covers IMF PortWatch chokepoint markets (Hormuz weekly series, normalization binaries): the answer a trader checks before every weekly resolution. Composes gamma-api rules parsing + live official source. $0.05 USDC x402 Base.

## Output

Returns the live current value from the official resolution source, the resolution threshold, the numerical distance between them, and a binary on-track/off-track verdict indicating whether the market is currently headed for a YES or NO resolution. Specifically covers IMF PortWatch chokepoint markets including Hormuz weekly series and normalization binaries.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "string",
   "description": "SYNTHORA resolution-source-feed: give a Polymarket market slug, get its official resolution source READ LIVE — current value, threshold, distance and on-track/off-track verdict. Covers IMF PortWatch c"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/synthora-resolution-source-feed-8dab9c5c/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)
