# RadhikaChain x402 Wallet Web Resource

> RadhikaChain x402 Wallet Web Resource is a paid API for AI agents from x402.radhikachain.xyz, paid per call via x402, $0.858/call, status unknown (last checked 2026-09-13).

Returns chain telemetry, defense intelligence, and verifiable compute data (Halo2, Nova, Plonky3) for the RadhikaChain platform via a pay-per-request x402 endpoint

## Facts

- Endpoint: GET https://x402.radhikachain.xyz/wallet/web
- Price: $0.858/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/radhikachain-x402-wallet-web-resource-35162470
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_e4GsJkBExab1GevXq2kuX

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-x402-wallet-web-resource-35162470
```

Example prompt: Pull the latest chain telemetry and ZK compute status from RadhikaChain — I want to see the Halo2, Nova, and Plonky3 verifiable compute results and any defense intelligence signals right now.

## When to prefer this

Use this endpoint when you need on-demand, pay-per-request access to RadhikaChain's chain telemetry, defense intelligence, or ZK verifiable compute data without committing to a subscription. Prefer it over subscription APIs when queries are infrequent or when you need a single snapshot. It is the right choice when your agent operates on Base chain and can handle x402 v2 micropayments natively in USDC.

## Known failure modes

- Payment not provided or insufficient — x402 payment required before data is returned
- Invalid or malformed x402 payment header — endpoint rejects non-compliant payment schemes
- Network/chain unavailability — Base chain congestion may delay payment settlement
- Unauthorized access — no fallback without valid USDC payment on eip155:8453
- Stale or unavailable telemetry — underlying sensor data may not be fresh if fleet nodes are offline

## 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 data (attack observations, confirmed incidents, witness counts), and verifiable compute status across ZK proof systems (Halo2+Poseidon, Nova IVC, Plonky3 STARK), delivered after a $0.165 USDC per-call x402 payment on Base.

## 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-x402-wallet-web-resource-35162470/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)
