# RadhikaChain Shield Forecast — /pronostico/escudo

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

Returns a time-series telemetry forecast for the 'escudo' (shield/defense) resource on the RadhikaChain network, including current state and projected values for confirmed transactions, observations, accrued prana, and blocked packets over a 30-minute horizon.

## Facts

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

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-a2427e30
```

Example prompt: Pull the latest RadhikaChain shield telemetry forecast — I want to see the current blocked-packet rate and the 30-minute projection for confirmed transactions and prana accrual.

## When to prefer this

Use this endpoint when you need a real-time, pay-per-call telemetry forecast specifically for RadhikaChain's 'escudo' (shield/defense) resource — covering blocked packets, observations, prana accrual, and confirmed transactions with a 30-minute predictive horizon. Prefer it over generic chain explorers when you need defense-intelligence-oriented metrics with ZK-verified provenance (Halo2, Nova, Plonky3) and no account or subscription overhead. Not suited for historical data beyond the current snapshot window or for other blockchains.

## Known failure modes

- Payment not attached or invalid x402 USDC payment on Base → 402 Payment Required
- Malformed or missing payment header → authentication/payment rejection
- Endpoint temporarily unavailable or RadhikaChain node offline → 503 or timeout
- Stale data if telemetry collection is lagging → medido_en timestamp may be old
- Rate limiting if payment is duplicated or replayed

## 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 identifier, minimum step interval in minutes, Unix measurement timestamp, a trayectoria array containing one 'observed' entry (current values) and one or more 'pronostico' (forecast) entries at 5-minute leads — each with counts of confirmed transactions, observations, accrued prana, and blocked packets — plus an estado_actual block showing per-metric current value, number of data points, and rate per second. Forecast horizon is 30 minutes.

## 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-a2427e30/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.radhikachain.xyz](https://www.zero.xyz/host/x402.radhikachain.xyz/llms.txt)
