# RadhikaChain Guardianes — Blockchain Defense Intelligence Endpoint

> RadhikaChain Guardianes — Blockchain Defense Intelligence Endpoint is a paid API for AI agents from x402.radhikatmosphere.com, paid per call via x402, $2.574/call, status unknown (last checked 2026-09-15).

Returns the current state of DharmaShield network defenders, including active defense layers, adaptive difficulty formula, recent attack counts, and difficulty factor for the RadhikaChain network.

## Facts

- Endpoint: GET https://x402.radhikatmosphere.com/guardianes
- Price: $2.574/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/radhikachain-guardianes-blockchain-defense-intelligence-endpoint-cb39af5e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8cAiirwu8NMSyYoE7rD-X

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-guardianes-blockchain-defense-intelligence-endpoint-cb39af5e
```

Example prompt: Pull the current DharmaShield guardian status from RadhikaChain — I want to see the active defense layers, how many recent attacks were logged, and what the current adaptive difficulty factor is right now.

## When to prefer this

Use this endpoint when you need real-time guardian and defense telemetry specific to the RadhikaChain / DharmaShield network, including eBPF/XDP layer status and hyperbolic difficulty metrics. Prefer this over generic blockchain explorers when you need defense-layer intelligence rather than transaction or block data.

## Known failure modes

- 402 Payment Required if x402 USDC payment is missing or invalid
- Payment rejected if sent on wrong chain (must be Base eip155:8453)
- Empty guardians array if no guardians are currently registered
- Stale or zero attack count if telemetry pipeline has no recent data
- Network timeout if the RadhikaChain node is unreachable

## 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

A JSON object containing: the list of active defense layers (capas, e.g. XDP eBPF NIC sensor, adaptive minting), the shield name (DharmaShield), the hyperbolic difficulty formula (1/(1+prana_hoy/500)), a list of current guardians, count of recent attacks, and the current numeric difficulty factor.

## 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": {
  "capas": [
   "sensor XDP en la NIC (eBPF)",
   "acuñado adaptativo con dificultad hiperbolica"
  ],
  "escudo": "DharmaShield",
  "formula": "1 / (1 + prana_hoy / 500) — hiperbolica, sin techo",
  "guardianes": [],
  "ataques_recientes": 0,
  "factor_dificultad": 1
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/radhikachain-guardianes-blockchain-defense-intelligence-endpoint-cb39af5e/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)
