# RadhikaChain — Anchor Reserve Status

> RadhikaChain — Anchor Reserve Status is a paid API for AI agents from x402.radhikatmosphere.com, paid per call via x402, $6.032/call, status unknown (last checked 2026-09-15).

Returns the current state of the anchor reserve pool including pending contributions, sweep/distribution counts, next sweep timing, and operator allocation rules managed by Alice.

## Facts

- Endpoint: GET https://x402.radhikatmosphere.com/reservas/ancla
- Price: $6.032/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/radhikachain-anchor-reserve-status-f744b38e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LwBa3RVUh5ZUITcYqvKbV

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-anchor-reserve-status-f744b38e
```

Example prompt: Check the RadhikaChain anchor reserve status — I want to know how many sweeps and distributions have happened, when the next sweep is, and what the current prana vs operator quota split looks like.

## When to prefer this

Use this endpoint when you need a real-time snapshot of the RadhikaChain anchor reserve pool state — specifically sweep/distribution history, pending contributions, quota rules, and next sweep timing — without requiring an account or subscription, paying only per call via x402 USDC on Base.

## Known failure modes

- Payment not included or insufficient — x402 payment required header missing or underpaid (402 Payment Required)
- Network or upstream unavailability — service may return 503 if chain telemetry backend is unreachable
- Invalid path — calling wrong endpoint path returns 404
- Rate limiting if payment is rejected by facilitator

## 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

Returns a JSON object with: the current allocation rules (prana quota, operator quota, execution policy), the name of the managing agent (gestora, currently Alice), the number of pending contributions, total sweeps registered, total distributions registered, and the estimated time in hours until the next sweep.

## 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": {
  "reglas": {
   "ejecucion": "Alice CALCULA y PROPONE; mover fondos requiere autorizacion humana",
   "cuota_prana": 0.7,
   "cuota_operador": 0.3
  },
  "gestora": "Alice",
  "aportes_pendientes": 0,
  "barridos_registrados": 10,
  "repartos_registrados": 10,
  "proximo_barrido_en_horas": 1.8
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/radhikachain-anchor-reserve-status-f744b38e/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)
