# RadhikaChain Verdict — ZK Defense Intelligence & Chain Telemetry

> RadhikaChain Verdict — ZK Defense Intelligence & Chain Telemetry is a paid API for AI agents from x402.radhikatmosphere.com, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-13).

Returns a graded verdict summarizing blockchain defense telemetry cycles, zero-knowledge proof computation results (Halo2, Nova, Plonky3), and pass/veto counts for observed chain activity.

## Facts

- Endpoint: GET https://x402.radhikatmosphere.com/verdict
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/radhikachain-verdict-zk-defense-intelligence-chain-telemetry-0c12e139
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cfcsAAsz5u8dDuonXNjgK

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-verdict-zk-defense-intelligence-chain-telemetry-0c12e139
```

Example prompt: Pull the latest RadhikaChain defense verdict — I want to see how many items were graded, how many passed versus vetoed, and the current cycle count from the ZK computation telemetry.

## When to prefer this

Choose this endpoint when you need a real-time graded summary of blockchain defense telemetry backed by verifiable zero-knowledge proofs (Halo2, Nova, Plonky3), and want pay-per-call access in USDC on Base without requiring an account or subscription. Prefer over generic blockchain explorers when ZK-verifiable defense intelligence and pass/veto grading are specifically required.

## Known failure modes

- Payment not included or insufficient USDC — returns 402 Payment Required
- Invalid or expired x402 payment token — returns 402 with scheme mismatch error
- Service temporarily unavailable — returns 503 or connection timeout
- Rate limit exceeded for the payment facilitator — returns 429
- Network issues reaching Base chain for payment verification — payment validation failure

## 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 with fields: ok (boolean success status), cycles (number of ZK computation cycles run), errors (count of computation errors), graded (total items graded), passed (count that passed defense checks), vetoed (count that were rejected/vetoed by defense 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": {
  "ok": true,
  "cycles": 3075,
  "errors": 0,
  "graded": 24600,
  "passed": 40,
  "vetoed": 24560
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/radhikachain-verdict-zk-defense-intelligence-chain-telemetry-0c12e139/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)
