# Entropy Index Regime — Gibraltar

> Entropy Index Regime — Gibraltar is a paid API for AI agents from www.entropyindex.com, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-16).

Returns a geopolitical and country-risk regime clock for Gibraltar, indicating structural stress levels for pre-trade sizing context.

## Facts

- Endpoint: GET https://www.entropyindex.com/api/v1/risk/gibraltar
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/entropy-index-regime-gibraltar-06bc769d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NGUFWZxuh5hkxGGUrLTo0

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 entropy-index-regime-gibraltar-06bc769d
```

Example prompt: Before I size into this Gibraltar-linked position, give me a quick Entropy Index probe on Gibraltar — just the cheap regime clock check so I know if anything is structurally hot right now.

## When to prefer this

Use this endpoint when you need a cheap, fast, attested geopolitical regime check specifically for Gibraltar before sizing a trade or position. Prefer this over broader macro data feeds when you want a structured-stress snapshot rather than raw news sentiment, and when you need attestation for auditability. The $0.07 probe tier is ideal for lightweight pre-action checks; upgrade to clock ($5) or full ($8) for deeper context.

## Known failure modes

- Unknown or unsupported entity slug returns an error or empty result
- Invalid depth enum value rejected by API
- Payment not processed (x402 protocol failure) results in 402 response and no data
- Rate limiting or quota exceeded returns appropriate HTTP error
- Network timeout if upstream risk data is unavailable

## How this service works

GET this before you size: pre-action regime clock for geopolitical and country-risk context on a country, chokepoint, or crypto (Taiwan, Hormuz, Bitcoin). Cheap probe; $5 clock before size. Sealed structural-stress with attestation — not trade signals.

## Output

A sealed, attested regime clock output indicating the current structural stress level for Gibraltar across geopolitical and country-risk dimensions. Returns a heat-check reading (probe, clock, or full depth depending on parameter) with attestation — not a trade signal, but a pre-action context indicator showing whether conditions are hot, elevated, or normal.

## Request schema (JSON Schema)

```json
{
 "name": "Risk Pulse: Gibraltar",
 "tags": [
  "regime",
  "attestation",
  "chokepoint",
  "geo",
  "perps"
 ],
 "type": "object",
 "version": "1.0.0",
 "category": "trading",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "pathParams": {
     "type": "object",
     "properties": {
      "entity": {
       "type": "string",
       "title": "Entity",
       "description": "Country, chokepoint, or crypto slug — taiwan, hormuz, bitcoin, global-financial-system"
      }
     }
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "depth": {
       "enum": [
        "probe",
        "clock",
        "full"
       ],
       "type": "string",
       "title": "Depth",
       "description": "Check (probe $0.25), The Call (clock $5), The Book (full $8)"
      }
     }
    }
   }
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {}
   }
  }
 },
 "description": "Risk Pulse: Gibraltar — Returns a heat check before you size — or poll again while in. Countries, chokepoints, and crypto (Taiwan, Hormuz, Bitcoin) plus perp context (funding flip, rekt guard, tape vs structure). $0.25. Is anything hot? Not a trade signal."
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/entropy-index-regime-gibraltar-06bc769d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.entropyindex.com](https://www.zero.xyz/host/www.entropyindex.com/llms.txt)
