# RadhikaChain Dislocations — Network Attack Intelligence Feed

> RadhikaChain Dislocations — Network Attack Intelligence Feed is a paid API for AI agents from x402.radhikatmosphere.com, paid per call via x402, $7.54/call, status unknown (last checked 2026-09-15).

Returns a real-time feed of network attack events (RPC probes, policy drops, etc.) observed across RadhikaChain nodes, including attacker IPs, attack kind, prana score, and packet counts.

## Facts

- Endpoint: GET https://x402.radhikatmosphere.com/dislocations
- Price: $7.54/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/radhikachain-dislocations-network-attack-intelligence-feed-e8c6949a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_wMvx3LjFnwRZiTf0dvDvt

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-dislocations-network-attack-intelligence-feed-e8c6949a
```

Example prompt: Pull the latest network attack dislocations from RadhikaChain — I want to see which IPs are hitting the nodes, what kind of attacks like RPC probes or policy drops are happening, and how severe they are by prana score.

## When to prefer this

Use this endpoint when you need real-time, prana-scored network attack telemetry specifically from RadhikaChain nodes — particularly when monitoring for RPC probes, policy drops, and other dislocation events across blockchain seed nodes. Prefer it over generic threat feeds when you need chain-native defense intelligence tied to specific node identifiers and packet-level detail, and when you are comfortable with per-call USDC micropayment via x402 rather than a subscription.

## Known failure modes

- 402 Payment Required — caller must pay $1.45 USDC via x402 v2 scheme on Base (eip155:8453) before the response is served
- No input parameters available to filter results — returns full snapshot each call
- Empty attacks array if no dislocations are currently observed
- Stale data if upstream sensors are lagging or disconnected
- Service unavailability if RadhikaChain infrastructure is down

## 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 an array of attack events, each with a Unix timestamp, comma-separated attacker IP addresses, attack kind (e.g. rpc_probe, policy_drop), the affected node name, a prana severity float, and a packet count integer.

## 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": {
  "attacks": [
   {
    "ts": 1787885098,
    "ips": "160.119.76.107,143.244.163.81,96.224.82.250,141.98.83.48,64.62.197.222",
    "kind": "rpc_probe",
    "node": "seed-us-mia",
    "prana": 2.78367336709509,
    "packets": 826
   },
   {
    "ts": 1787885098,
    "ips": "160.119.76.107,143.244.163.81,96.224.82.250,141.98.83.48,64.62.197.222",
    "kind": "policy_drop",
    "node": "seed-us-mia",
    "prana": 0.7119307625621286,
    "packets": 4223
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/radhikachain-dislocations-network-attack-intelligence-feed-e8c6949a/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)
