# RadhikaChain Shield Forecast — /pronostico/escudo

> RadhikaChain Shield Forecast — /pronostico/escudo is a paid API for AI agents from x402.radhikatmosphere.com, paid per call via x402, $5.148/call, status unknown (last checked 2026-09-14).

Returns current telemetry and a 30-minute rolling forecast for blockchain defense metrics including blocked packets, confirmed transactions, minted prana, and network observations on the RadhikaChain network.

## Facts

- Endpoint: GET https://x402.radhikatmosphere.com/pronostico/escudo
- Price: $5.148/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/radhikachain-shield-forecast-pronostico-escudo-52db8ec2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yfP8XsgFhxP2KsYjwTTxO

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 radhikachain-shield-forecast-pronostico-escudo-52db8ec2
```

Example prompt: Pull the latest RadhikaChain shield telemetry for me — I want to see the current blocked-packet rate, how many observations and confirmations are rolling in per second, and the 30-minute forecast trajectory.

## When to prefer this

Choose this endpoint when you need near-real-time RadhikaChain-specific defense telemetry combined with a short-term (30-minute) forecast in a single call, without requiring an account or subscription — pay per request in USDC on Base. Prefer this over generic blockchain explorers when you specifically need blocked-packet counts, prana minting rates, and forecast trajectories rather than raw transaction history.

## Known failure modes

- Payment not included or invalid x402 USDC payment on Base → 402 Payment Required
- Invalid or malformed request headers → 400 Bad Request
- Service temporarily unavailable or sensor data gap → 503 or stale timestamp in response
- Network timeout if chain telemetry pipeline is lagging → slow or no response

## How this service works

Telemetria de cadena, inteligencia de defensa y computo verificable (Halo2, Nova, Plonky3). Pago por peticion en USDC nativo en Base (eip155:8453) mediante x402 v2 scheme exact; sin cuenta ni suscripcion. Catalogo canonico: GET /.well-known/x402.

## Output

Returns a JSON object with: the resource path, a 5-minute step interval, the Unix timestamp of the measurement, a trajectory array containing one observed data point and multiple forecast points (each with confirmations, observations, prana minted, and blocked packets), a current-state block with per-metric values, data point counts, and rates-per-second, and a 30-minute forecast horizon.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "body": {
     "type": "object",
     "additionalProperties": true
    },
    "queryParams": {
     "type": "object",
     "additionalProperties": true
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "example": {
     "type": "object",
     "additionalProperties": true
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "recurso": "/pronostico/escudo",
  "paso_min": 5,
  "medido_en": 1787637895,
  "trayectoria": [
   {
    "origen": "observado",
    "valores": {
     "confirmados": 36339,
     "observaciones": 1703374,
     "prana_acunado": 155798.651,
     "paq_bloqueados": 2685878
    },
    "lead_min": 0
   },
   {
    "origen": "pronostico",
    "valores": {
     "confirmados": 36345.73,
     "observaciones": 1703684.73,
     "prana_acunado": 155823.43,
     "paq_bloqueados": 2686134.73
    },
    "lead_min": 5
   }
  ],
  "estado_actual": {
   "observaciones": {
    "valor": 1703374,
    "puntos": 73,
    "ritmo_por_s": 1.035758
   },
   "prana_acunado": {
    "valor": 155798.651,
    "puntos": 73,
    "ritmo_por_s": 0.082602
   },
   "paq_bloqueados": {
    "valor": 2685878,
    "puntos": 73,
    "ritmo_por_s": 0.855758
   }
  },
  "horizonte_min": 30
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/radhikachain-shield-forecast-pronostico-escudo-52db8ec2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.radhikatmosphere.com](https://www.zero.xyz/host/x402.radhikatmosphere.com/llms.txt)
