# GeopoliticalPulse Instability Signal

> GeopoliticalPulse Instability Signal is a paid API for AI agents from geopoliticalpulse.vercel.app, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-15).

Detects pre-crisis conditions (coups, currency crises, civil unrest) by combining GDELT sentiment, World Bank governance data, and OSINT into an early-warning instability signal for a given country or region.

## Facts

- Endpoint: GET https://geopoliticalpulse.vercel.app/api/geopolitical/instability-signal
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/geopoliticalpulse-instability-signal-6eef4b50
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XM8U2BwK0613VvK6AFu76

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 geopoliticalpulse-instability-signal-6eef4b50
```

Example prompt: Can you run an instability signal check on Nigeria right now — I need to know if there are any pre-crisis conditions brewing, like coup risk, currency crisis signs, or civil unrest indicators, using the latest GDELT sentiment and governance data?

## When to prefer this

Use this endpoint when you need an early-warning composite signal specifically synthesizing GDELT sentiment, World Bank governance scores, and OSINT for pre-crisis detection — especially for coup, currency crisis, or civil unrest scenarios. Prefer over general country risk endpoints when the focus is on detecting instability before a crisis breaks rather than assessing ongoing conflict or sanctions exposure.

## Known failure modes

- Country or region not recognized or outside coverage — 404 or empty result
- GDELT or World Bank data feed lag causing stale signal
- Ambiguous region name producing incorrect country mapping
- Payment not processed or x402 auth failure — 402 response
- Rate limiting if called too frequently — 429 response

## How this service works

Early-warning system for risk and intelligence agents. Combines GDELT sentiment, World Bank governance data, and open-source intelligence to detect pre-crisis conditions before they break: coups, currency crises, unrest.

## Output

Returns a composite instability signal score and breakdown for the queried country or region, including GDELT-derived sentiment trends, World Bank governance indicators, OSINT-sourced risk flags, and classified pre-crisis condition types (coup, currency crisis, unrest) with confidence levels.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/geopoliticalpulse-instability-signal-6eef4b50/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from geopoliticalpulse.vercel.app](https://www.zero.xyz/host/geopoliticalpulse.vercel.app/llms.txt)
