# RadhikaChain Decisiones — AI Defense Decision Log

> RadhikaChain Decisiones — AI Defense Decision Log is a paid API for AI agents from x402.radhikachain.xyz, paid per call via x402, $6.864/call, status unknown (last checked 2026-09-13).

Returns the latest AI-driven network defense decisions, including proposed actions, authorization requirements, and threat context from the Dolphin-X1-Trinity-Nano model.

## Facts

- Endpoint: GET https://x402.radhikachain.xyz/alice/decisiones
- Price: $6.864/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/radhikachain-decisiones-ai-defense-decision-log-d36feeb7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iFs5GNKlf9YmSAK3OSEZj

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-decisiones-ai-defense-decision-log-d36feeb7
```

Example prompt: Pull the latest defense decisions from RadhikaChain — I want to see which AI-proposed actions are still waiting for human authorization and what threats triggered them.

## When to prefer this

Choose this endpoint when you need a real-time, model-annotated log of AI security decisions — especially to audit whether proposed actions required and received human authorization, or to check ZK system health alongside defense telemetry. Prefer this over raw threat feeds (e.g. /amenazas/vivas) when the goal is governance and decision audit rather than raw attacker intelligence.

## Known failure modes

- 402 Payment Required if USDC x402 payment is missing or insufficient
- Stale data if chain telemetry feed is delayed
- Empty decisions array if no events triggered model evaluation in the recent window
- Connection timeout if ZK compute layer is temporarily offline (zk_up=0)
- Malformed payment header returns 400 Bad Request

## 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 AI model's decision-making policy, a list of recent defense decisions (each with a proposed tool/action, timestamp, threat observation, reason, execution status, and authorization requirement flag), aggregate statistics (total decisions, how many proposed an action, how many were executed without human review), the model name, and a note excluding raw IP data.

## 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-decisiones-ai-defense-decision-log-d36feeb7/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)
