# RadhikaChain Daily Subscription — Chain Telemetry & ZK Compute

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

Returns a daily-subscription resource bundle covering blockchain chain telemetry, defense intelligence, and verifiable compute proofs (Halo2, Nova, Plonky3) via x402 pay-per-request in native USDC on Base.

## Facts

- Endpoint: GET https://x402.radhikatmosphere.com/suscripcion/dia
- Price: $257.4/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/radhikachain-daily-subscription-chain-telemetry-zk-compute-67a0cfa8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LsUk676Roykhs0Wb-aVJy

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-daily-subscription-chain-telemetry-zk-compute-67a0cfa8
```

Example prompt: Pull today's RadhikaChain daily telemetry and defense intelligence bundle — I want the chain activity and ZK verifiable compute data for today, paying per request in USDC on Base.

## When to prefer this

Choose this endpoint when you need a one-shot daily bundle of blockchain telemetry plus ZK verifiable compute data (Halo2, Nova, Plonky3) without committing to an account or recurring subscription — ideal for agents that pay per call in USDC on Base via x402 and need chain defense intelligence alongside proof outputs in a single response.

## Known failure modes

- Payment not included or malformed x402 header — returns 402 Payment Required
- Insufficient USDC balance on Base for the $49.50 per-call fee
- Expired or replayed payment token — returns 402 with rejection detail
- Endpoint unavailable or internal error — returns 5xx with no data
- Request outside daily subscription window — may return empty or access-denied response

## 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 daily chain telemetry metrics, defense/threat intelligence signals, and verifiable compute proof data (Halo2, Nova, Plonky3) for the current day, scoped to the daily subscription tier.

## 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-daily-subscription-chain-telemetry-zk-compute-67a0cfa8/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)
