# SYNTHORA Lido stETH Staking APR Oracle

> SYNTHORA Lido stETH Staking APR Oracle is a paid API for AI agents from lido-steth-staking-apr.hergertsynthora.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Returns live Lido stETH staking APR including 7-day simple moving average and per-day breakdown sourced from the official Lido eth-api

## Facts

- Endpoint: POST https://lido-steth-staking-apr.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-lido-steth-staking-apr-oracle-669ad44d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6aKJyiW3OC5wSLqaIf9-8

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-lido-steth-staking-apr-oracle-669ad44d -d '<json body>'
```

Example prompt: What is the current Lido stETH staking APR right now, and can you also give me the 7-day moving average and the daily breakdown so I can see if validator rewards have been drifting?

## When to prefer this

Choose this endpoint when an agent needs real-time Lido stETH APR data with smoothed 7-day SMA context for yield routing, rebalancing, or drift monitoring — particularly in autonomous DeFi agent pipelines that need a single call to get both spot and moving-average staking yield without scraping Lido directly.

## Known failure modes

- Lido eth-api upstream outage returns empty or error result object
- Invalid or missing keys/caller fields may cause authentication failure
- Stale data if Lido API has not refreshed recent validator epoch data
- Network timeout to hergertsynthora.com endpoint causing request failure
- Malformed payload parameter returning a 400-level error response

## How this service works

Returns live and moving-average Lido stETH staking APR (7-day SMA plus per-day breakdown) sourced from the official Lido eth-api. Feeds autonomous yield-optimizer agents, agent-to-agent liquid-staking rebalancers, and A2A DeFi strategies that route ETH into the highest-yield staking derivative and monitor validator reward drift. First 3 calls FREE per wallet — send header X-WALLET: 0x<addr>. No charge on upstream failure.

## Output

A JSON response containing a success flag, the service niche identifier ('lido-steth-staking-apr'), and a result object with the live stETH staking APR, 7-day simple moving average, and a per-day APR breakdown sourced from the official Lido eth-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": "lido-steth-staking-apr",
  "result": {}
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/synthora-lido-steth-staking-apr-oracle-669ad44d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from lido-steth-staking-apr.hergertsynthora.com](https://www.zero.xyz/host/lido-steth-staking-apr.hergertsynthora.com/llms.txt)
