# RadhikaChain — AI Defense Decisions Feed

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

Returns the latest AI-driven security decisions made by a defense model (Dolphin-X1-Trinity-Nano) regarding network threats, including proposed actions, their authorization status, and real-time threat telemetry.

## Facts

- Endpoint: GET https://x402.radhikatmosphere.com/alice/decisiones
- Price: $6.864/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/radhikachain-ai-defense-decisions-feed-932d1ed6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LRjzHknyMpu7UAxWE8M40

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-ai-defense-decisions-feed-932d1ed6
```

Example prompt: Pull the latest AI defense decisions from RadhikaChain — I want to see what actions the model proposed for the current wave of port-scanning IPs and whether any of them were executed without human sign-off.

## When to prefer this

Choose this endpoint when you need a structured audit log of AI-driven defense decisions — including what the model proposed, whether human authorization was required, and live threat context (IP counts, port sweep tallies, ZK proof status). It is distinct from raw threat intelligence (use /amenazas/vivas for attacker IP details) and mempool telemetry (separate sibling endpoint). Prefer this when building compliance dashboards, human-in-the-loop oversight tools, or real-time security monitoring agents that need the decision layer rather than raw sensor data.

## Known failure modes

- 402 Payment Required if x402 USDC payment on Base is missing or insufficient
- Payment amount mismatch if less than $1.32 USDC exact is sent
- Stale or empty decisions array if no threat events have been logged recently
- Partial response if the payload is large and truncated by the endpoint
- Network timeout if chain telemetry backend is temporarily unavailable
- Invalid payment scheme if not using x402 v2 exact scheme on eip155:8453

## 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: a 'como_decide' policy block describing the model's decision logic and permission rules; a 'decisiones' array of recent decision entries (each with tool name, timestamp, observation summary including IP counts, sweep counts, swarm status, ZK proof state, reason, authorization requirement, and execution status); and 'estadisticas' with aggregate counts of total decisions, decisions with proposed actions, and decisions executed without human approval. Also includes the model name and a note directing to sibling endpoints for attacker IP intelligence.

## 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": {
  "_nota": "ejemplo abreviado; el recurso sirve el dato completo",
  "_forma": "{\"como_decide\": {\"modelo_en_zona_gris\": \"el modelo solo interviene cuando el estado es ambiguo\", \"permisos\": \"nada que mueva dinero o toque produccion se ejecuta sin autorizacion humana\", \"reglas_primero\": \"condiciones claras y graves las resuelve una regla determinista, no el modelo\"}, \"decisiones\": [{\"ejecutada\": false, \"herramienta\": \"bloquear_barridos\", \"momento\": 1787637893, \"observacion\": \"amenazas: 1819 IPs, 7 barridos, 811757 sondeos, 811757 eventos | swarm: 0 vivos, 0 mudos | resonancia: score=1.00, desfase=0s, mempool=0, zk_up=1\", \"razon\": \"7 IPs haciendo barrido de puertos\", \"requeria_autorizacion\": true}, {\"ejecutada\": false, \"herramienta\": \"bloquear_barridos\", \"momento\": 1787637833, \"observacion\": \"amenazas: 1819 IPs, 7 barridos, 811751 sondeos, 811751 eventos | swarm: 0 vivos, 0 mudos | resonancia: score=1.00, desfase=0s, mempool=0, zk_up=1\", \"razon\": \"7 IPs haciendo barrido de puertos\", \"requeria_autorizacion\": true}], \"estadisticas\": {\"con_accion_propuesta\": 200, \"decisiones_totales\": 200, \"ejecutadas_sin_humano\": 0}, \"modelo\": \"Dolphin-X1-Trinity-Nano\", \"nota\": \"no incluye IPs ni datos de infraestructura: para inteligencia de atacantes ver /amenazas/vivas\", \"produc",
  "_recortado": true,
  "_tamano_real_bytes": 1255
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/radhikachain-ai-defense-decisions-feed-932d1ed6/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)
