# RadhikaChain Panel Estado — Blockchain Telemetry & Defense Intelligence

> RadhikaChain Panel Estado — Blockchain Telemetry & Defense Intelligence is a paid API for AI agents from x402.radhikatmosphere.com, paid per call via x402, $1.3728/call, status unknown (last checked 2026-09-15).

Returns a comprehensive chain-state snapshot including atomic swap status, network defense intelligence (threat IPs, port scans, TCP flags), and verifiable compute metrics from a RadhikaChain node.

## Facts

- Endpoint: GET https://x402.radhikatmosphere.com/panel/estado
- Price: $1.3728/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/radhikachain-panel-estado-blockchain-telemetry-defense-intelligence-02097815
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_o4VCRU8QjSmRTTfO30J__

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-panel-estado-blockchain-telemetry-defense-intelligence-02097815
```

Example prompt: Pull the current RadhikaChain panel estado — I want to see which IPs are scanning the federation nodes, any open atomic swaps between RADH and BTC, and the overall chain state right now.

## When to prefer this

Use this endpoint when you need real-time blockchain defense telemetry combined with atomic swap state and verifiable compute status in a single call, without requiring an account or subscription — paid per-request in USDC on Base via x402. Prefer this over generic blockchain explorers when you specifically need threat intelligence (IP scanners, port sweeps, TCP fingerprints) targeting p2p seed nodes, or when you need RadhikaChain-native atomic swap status.

## Known failure modes

- 402 Payment Required — x402 USDC payment on Base not attached or insufficient
- Payment facilitator rejection — invalid or expired payment proof
- Network timeout — node may be temporarily offline
- Malformed response — partial JSON if node is under heavy load
- Rate limiting — excessive requests from same payer

## 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 large JSON object (~531 KB untruncated) containing: atomic swap open positions and mechanism details (RADH<->BTC), federation defense intelligence including threat actor IPs with TCP flag signatures, port sweep classifications, first/last seen timestamps, TTL values, probable OS, and probe counts per host, plus chain panel metrics. The response is served complete even though the crawled example is abbreviated.

## 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": {
  "_nota": "ejemplo abreviado; el recurso sirve el dato completo",
  "_forma": "{\"atomic_swap\": {\"abiertos\": 0, \"como_funciona\": \"el mismo hash SHA-256 bloquea fondos en las dos cadenas; quien cobra revela la preimagen y la otra parte la lee on-chain para cobrar al otro lado\", \"producto\": \"Atomic Swap RADH <-> BTC\"}, \"federation\": {\"amenazas\": [{\"clasificacion\": \"sondeo insistente\", \"flags_tcp\": [2, 16, 24, 17, 4], \"ip\": \"169.188.233.172\", \"primer_visto\": 7391931344, \"puertos\": [8545], \"so_probable\": \"linux/unix\", \"sondeos\": 30242233902, \"ttl\": 45, \"ultimo_visto\": 122915823205836, \"visto_en\": [\"seed\"]}, {\"clasificacion\": \"barrido de puertos\", \"flags_tcp\": [24, 16, 2, 17, 4, 18, 25], \"ip\": \"64.248.200.172\", \"primer_visto\": 1103534350967449, \"puertos\": [8151, 8126, 28334, 8413, 8402, 3000, 28332, 5000, 8414, 8332, 28335, 28333], \"so_probable\": \"linux/unix\", \"sondeos\": 27119417444, \"ttl\": 40, \"ultimo_visto\": 1550758766647374, \"visto_en\": [\"seed\"]}, {\"clasificacion\": \"barrido de puertos\", \"flags_tcp\": [16, 24, 2, 17, 4], \"ip\": \"63.55.168.20\", \"primer_visto\": 75508656445, \"puertos\": [22, 8151, 8126, 5000], \"so_probable\": \"linux/unix\", \"sondeos\": 12170857066, \"ttl\": 46, \"ultimo_visto\": 1550769844057250, \"visto_en\": [\"seed\"]}, {\"clasificacion\": \"barrido de puertos\", ",
  "_recortado": true,
  "_tamano_real_bytes": 531567
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/radhikachain-panel-estado-blockchain-telemetry-defense-intelligence-02097815/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)
