# RadhikaChain Civil Registry Telemetry

> RadhikaChain Civil Registry Telemetry is a paid API for AI agents from x402.radhikatmosphere.com, paid per call via x402, $1.716/call, status unknown (last checked 2026-09-13).

Returns blockchain chain telemetry, defense intelligence, and verifiable compute data (Halo2, Nova, Plonky3) for the civil registry endpoint, paid per-request in USDC via x402.

## Facts

- Endpoint: GET https://x402.radhikatmosphere.com/registro/civil
- Price: $1.716/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/radhikachain-civil-registry-telemetry-8bd27aa6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0tFbS3vwz_ewGlfN1jkLr

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-civil-registry-telemetry-8bd27aa6
```

Example prompt: Pull the latest civil registry chain telemetry from RadhikaChain — I need the verifiable compute and defense intelligence signals for the current block, paying per request in USDC on Base.

## When to prefer this

Choose this endpoint when you need on-demand blockchain telemetry, ZK proof (Halo2, Nova, Plonky3) activity data, or civil registry chain records from the RadhikaChain network on Base without committing to a subscription. Ideal for pay-as-you-go agent workflows that need verifiable compute intelligence sporadically and want to settle in native USDC via x402.

## Known failure modes

- 402 Payment Required — x402 payment header missing or invalid USDC amount
- Insufficient USDC balance on Base (eip155:8453) — payment not processed
- Invalid or expired payment token — re-authorize and retry
- 503 Service Unavailable — upstream chain telemetry source offline
- Malformed request — ensure GET method and correct x402 v2 scheme exact headers

## 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 response containing chain telemetry metrics, defense intelligence signals, and/or verifiable compute data (Halo2, Nova, Plonky3 proof-related) associated with the civil registry resource. The exact schema is defined in the canonical catalog at /.well-known/x402.

## 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"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/radhikachain-civil-registry-telemetry-8bd27aa6/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)
