# SYNTHORA Asset-Risk Geoint Verdict

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

Returns a geopolitical risk verdict for maritime/transit chokepoints or arbitrary lat/lon+bbox regions, with confidence scored by cross-source agreement and explicit discrepancy reporting.

## Facts

- Endpoint: POST https://api.hergertsynthora.com/v1/asset-risk
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/synthora-asset-risk-geoint-verdict-e661b6d3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6Uj8_gToPmp5PeiPC0z5t

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-asset-risk-geoint-verdict-e661b6d3 -d '<json body>'
```

Example prompt: What's the current geoint risk verdict for the Strait of Bab-el-Mandeb — give me the confidence score and flag any disagreements between the independent sources?

## When to prefer this

Choose this endpoint when you need a multi-source, confidence-weighted geopolitical risk verdict for a named maritime chokepoint or an arbitrary geographic region — particularly when source agreement transparency and discrepancy reporting matter. Prefer it over single-source geopolitical feeds when you need to understand not just the risk score but how much independent sources agree, making it suitable for high-stakes shipping, logistics, and asset deployment decisions.

## Known failure modes

- Unknown zone name returns error or empty verdict
- Malformed lat/lon or bbox causes validation failure
- Insufficient source coverage for obscure regions reduces confidence to near zero
- Payment failure via x402 protocol blocks response
- Temporary upstream source unavailability may degrade confidence scores

## How this service works

SYNTHORA asset-risk: geoint risk verdict by zone (gibraltar, bab-el-mandeb, bosphorus, algeciras...) or lat/lon+bbox — confidence measured by AGREEMENT between independent sources, discrepancies declared (the moat). $0.03 USDC x402 Base.

## Output

A geopolitical risk verdict for the requested zone or lat/lon bounding box, along with a confidence score derived from the degree of agreement between independent intelligence sources, plus an explicit list of any discrepancies found across those sources.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "string",
   "description": "SYNTHORA asset-risk: geoint risk verdict by zone (gibraltar, bab-el-mandeb, bosphorus, algeciras...) or lat/lon+bbox — confidence measured by AGREEMENT between independent sources, discrepancies decla"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/synthora-asset-risk-geoint-verdict-e661b6d3/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)
