# SYNTHORA Daily Intelligence Brief

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

Returns a single aggregated daily briefing covering crypto funding spreads, stablecoin depeg radar, US money-market stress, global chokepoint status, geopolitical narrative tension, and executive alerts

## Facts

- Endpoint: POST https://api.hergertsynthora.com/v1/daily-intel-brief
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/synthora-daily-intelligence-brief-d894b653
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jbIwgtG5b3nZOa85gril6

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-daily-intelligence-brief-d894b653 -d '<json body>'
```

Example prompt: Pull this morning's full intel brief — I want funding spreads across Binance, Bybit and OKX, any stablecoin depeg signals, the SOFR-EFFR stress reading, current chokepoint status from PortWatch, and whether GDELT is picking up any narrative spikes I should know about before I start trading.

## When to prefer this

Choose this endpoint when an agent needs a single omnibus morning briefing spanning crypto market microstructure, stablecoin risk, US money-market stress, macro geopolitics, and global logistics in one call — instead of stitching together separate calls to funding-spread, fed-watch, gdelt-tension, and marine/chokepoint endpoints individually.

## Known failure modes

- Input string missing or malformed — endpoint returns error
- Upstream data source (PortWatch, GDELT, Fed reference rates) temporarily unavailable — partial response or timeout
- Payment not settled via x402 — 402 Payment Required response
- Rate limiting if called too frequently within a session

## How this service works

SYNTHORA daily-intel-brief: the daily intelligence briefing in ONE call — funding spreads cross-venue, stablecoin depeg radar, US funding stress (SOFR-EFFR), chokepoint status (PortWatch), narrative tension (GDELT), plus executive alerts. Each block declares its verified sources. What a trading agent reads every morning. $0.10 USDC x402 Base.

## Output

A structured multi-block briefing containing: (1) cross-venue perp funding spreads for top pairs on Binance, Bybit, OKX; (2) stablecoin depeg radar signals; (3) US money-market stress metrics (SOFR, EFFR and spread); (4) global maritime chokepoint status via PortWatch; (5) GDELT-derived geopolitical narrative tension index; (6) executive alerts. Each block cites its verified data sources.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "string",
   "description": "SYNTHORA daily-intel-brief: the daily intelligence briefing in ONE call — funding spreads cross-venue, stablecoin depeg radar, US funding stress (SOFR-EFFR), chokepoint status (PortWatch), narrative t"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/synthora-daily-intelligence-brief-d894b653/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)
