# GeopoliticalPulse Instability Signal

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

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

## Facts

- Endpoint: GET https://geopoliticalpulse.theaslangroupllc.com/api/geopolitical/instability-signal
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/geopoliticalpulse-instability-signal-4f162e6a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mLK6OWidvU5oTTJ7mKzSs

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-4f162e6a
```

Example prompt: Give me the instability signal for Nigeria — I want to know if there are any pre-crisis conditions developing right now, especially around coup risk or civil unrest, based on GDELT sentiment and governance indicators.

## When to prefer this

Use this endpoint when you need early-warning signals before a crisis becomes public news — particularly for coups, currency crises, or civil unrest. It is uniquely valuable over general country-risk endpoints because it synthesizes GDELT real-time sentiment with World Bank governance metrics to detect pre-crisis conditions, not just current risk levels. Prefer this over conflict-mapping or event-assessment endpoints when the goal is forward-looking detection of instability before it breaks.

## Known failure modes

- Country or region not recognized — returns 400 or empty result
- Insufficient GDELT or governance data for small or unrecognized territories
- Stale underlying data if GDELT feeds or World Bank datasets have not refreshed
- Payment not processed — returns 402 if x402 payment header is missing or invalid
- Rate limiting if the endpoint is called too frequently in succession

## How this service works

Real-time geopolitical intelligence for investors, compliance teams, and AI agents.

## Output

An early-warning instability signal for the queried country or region, including a risk score or signal level, classification of the most likely crisis type (coup, currency crisis, civil unrest), contributing indicators from GDELT sentiment and World Bank governance data, and OSINT-derived context on pre-crisis conditions.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "lang": {
       "type": "string",
       "description": "Response language (ISO 639-1) | en | es | fr | ar | pt | de | zh"
      },
      "country": {
       "type": "string",
       "description": "Country to assess | Haiti | Myanmar | Pakistan | Ethiopia | Venezuela | Lebanon | Sri Lanka | Tunisia"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "country": "Pakistan",
  "instability_tier": "HIGH RISK",
  "instability_score": 68,
  "signal_categories": {
   "economic_distress": {
    "score": 8,
    "signals": [
     "IMF bailout negotiations",
     "Inflation above 25%",
     "Forex reserve crisis"
    ]
   },
   "political_dysfunction": {
    "score": 7,
    "signals": [
     "Military-civilian tension",
     "Former PM imprisoned",
     "Constitutional disputes"
    ]
   }
  },
  "analyst_assessment": "Pakistan exhibits multiple concurrent instability signals consistent with pre-crisis pattern...",
  "timeline_probability": {
   "major_instability_1y": "55%",
   "major_instability_90d": "35%"
  }
 }
}
```

## More

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