# RadhikaChain — Resonance Flujo Blockchain Telemetry

> RadhikaChain — Resonance Flujo Blockchain Telemetry is a paid API for AI agents from x402.radhikatmosphere.com, paid per call via x402, $0.858/call, status unknown (last checked 2026-09-15).

Returns blockchain chain telemetry, defense intelligence, and verifiable computation data (Halo2, Nova, Plonky3) for the RadhikaChain network, paid per-request via x402 USDC on Base.

## Facts

- Endpoint: GET https://x402.radhikatmosphere.com/resonance/flujo
- Price: $0.858/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/radhikachain-resonance-flujo-blockchain-telemetry-1fc429af
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ntVFZ4Mqp7AnHF0x4MtF1

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-resonance-flujo-blockchain-telemetry-1fc429af
```

Example prompt: Pull the latest chain telemetry and defense intelligence from RadhikaChain's resonance flow endpoint — I want to see the ZK proof system metrics including Halo2 and Nova data.

## When to prefer this

Choose this endpoint when you need on-demand blockchain telemetry, ZK proof system metrics, or chain defense intelligence from RadhikaChain without requiring a subscription or account. It is ideal for agents operating on a pay-per-query model using native USDC on Base via x402. Prefer this over subscription APIs when request volume is low or unpredictable, or when you specifically need RadhikaChain's verifiable computation (Halo2, Nova, Plonky3) outputs.

## Known failure modes

- 402 Payment Required — missing or invalid x402 USDC payment header on Base (eip155:8453)
- Payment amount mismatch — payment not exactly $0.165 USDC (exact scheme required)
- Service unavailable — chain sensor or backend computation node offline
- Invalid or expired payment token — x402 v2 scheme header rejected
- Empty or partial telemetry — chain node data temporarily unavailable

## 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 verifiable computation data from ZK proof systems (Halo2, Nova, Plonky3) as observed by the RadhikaChain resonance flow endpoint. Exact fields depend on the canonical catalog defined at GET /.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-resonance-flujo-blockchain-telemetry-1fc429af/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)
