# RadhikaChain Anchor Reserve Status

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

Returns the current anchor/reserve allocation snapshot including pending contributions, completed sweeps, distributions, and Alice's operational rules for fund management.

## Facts

- Endpoint: GET https://x402.radhikachain.xyz/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-e5ad3957
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SFG23D3lit_aJhACo1Bd_

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-e5ad3957
```

Example prompt: Can you pull the current anchor reserve snapshot on RadhikaChain and tell me how many sweeps and distributions have been logged, what the prana vs operator quota split is, and when the next sweep is scheduled?

## When to prefer this

Use this endpoint when you need a real-time snapshot of the RadhikaChain anchor reserve state, including sweep history, distribution count, pending contributions, and the next sweep ETA. Prefer this over generic blockchain explorers when you specifically need RadhikaChain's anchor reserve operational data with Alice's rule set.

## Known failure modes

- Payment not provided or insufficient USDC — x402 payment required error returned
- Invalid x402 payment scheme version — must use v2 scheme exact
- Network or service unavailability — 5xx error from upstream
- Malformed request headers — 4xx client error

## 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 the active gestora name (Alice), the number of pending contributions, the count of registered sweeps and distributions, the hours until the next scheduled sweep, and the rule set governing execution (including prana/operator quota fractions and the requirement for human authorization before moving funds).

## 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-e5ad3957/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)
