# SYNTHORA Rocket Pool rETH APR & Validator Stats

> SYNTHORA Rocket Pool rETH APR & Validator Stats is a paid API for AI agents from rocketpool-reth-apr-validators.hergertsynthora.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Returns Rocket Pool network statistics including rETH staking APR, beacon-chain APR, total ETH staked, RPL staked, active node operator count, and validator counts.

## Facts

- Endpoint: POST https://rocketpool-reth-apr-validators.hergertsynthora.com/service
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/synthora-rocket-pool-reth-apr-validator-stats-874bcfd2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_oDiZArLuQb6upZwEJLyHp

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 synthora-rocket-pool-reth-apr-validator-stats-874bcfd2 -d '<json body>'
```

Example prompt: What's the current Rocket Pool rETH staking APR and beacon-chain APR, and how many active validators and node operators are live on the network right now?

## When to prefer this

Choose this endpoint when you need a single aggregated call for Rocket Pool-specific metrics (rETH APR, beacon APR, node operator count, validator count, RPL staked) rather than querying the Rocket Pool API directly. Ideal for agents comparing liquid staking yields (rETH vs stETH), monitoring decentralized validator health, or powering restaking decision logic — especially within x402 micropayment-enabled agent pipelines.

## Known failure modes

- Upstream Rocket Pool API unavailable — returns empty result object with ok:true but no data
- Invalid or missing authentication keys — request may be rejected or return error
- Network timeout if Rocket Pool API is slow — may return stale or no data
- Malformed payload parameter — could result in unexpected empty result

## How this service works

Returns Rocket Pool network stats: rETH staking APR, beacon-chain APR, total ETH staked, RPL staked, active node operators and validator counts from the official Rocket Pool API. Powers autonomous restaking/liquid-staking agents and agent-to-agent comparators that weigh rETH vs stETH yield and decentralized validator health. First 3 calls FREE per wallet — send header X-WALLET: 0x<addr>. No charge on upstream failure.

## Output

A JSON response containing: rETH staking APR (percentage), beacon-chain APR (percentage), total ETH staked in the Rocket Pool protocol, total RPL staked, number of active node operators, and number of active validators — sourced from the official Rocket Pool mainnet API.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "keys": {
   "type": "string",
   "description": "keys"
  },
  "caller": {
   "type": "string",
   "description": "caller"
  },
  "payload": {
   "type": "string",
   "description": "payload"
  },
  "provides": {
   "type": "string",
   "description": "provides"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "niche": "rocketpool-reth-apr-validators",
  "result": {},
  "provenance": {
   "url": "https://api.rocketpool.net/api/mainnet/payload",
   "source": "Rocket Pool rETH APR & Validator Stats"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/synthora-rocket-pool-reth-apr-validator-stats-874bcfd2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from rocketpool-reth-apr-validators.hergertsynthora.com](https://www.zero.xyz/host/rocketpool-reth-apr-validators.hergertsynthora.com/llms.txt)
