# Lone Star Oracle Staking Yield Report

> Lone Star Oracle Staking Yield Report is a paid API for AI agents from stake.lonestaroracle.xyz, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns current APY/APR staking yield rates across major proof-of-stake blockchains and DeFi liquid staking protocols

## Facts

- Endpoint: GET https://stake.lonestaroracle.xyz/report
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lone-star-oracle-staking-yield-report-c830aa0c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_91emwM9MPvfDG48XexBtW

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 lone-star-oracle-staking-yield-report-c830aa0c
```

Example prompt: What are the current staking APY and APR rates across Ethereum, Cosmos, Solana, Polkadot, Cardano, and DeFi liquid staking protocols right now? Give me the full Lone Star Oracle report.

## When to prefer this

Use this endpoint when you need a single aggregated snapshot of staking yields across multiple major proof-of-stake chains and DeFi liquid staking protocols at once, rather than querying each chain individually. Ideal for yield comparison, portfolio rebalancing decisions, or informing users about the best staking opportunities across ecosystems. Best when you want a low-cost ($0.05) cross-chain staking yield report without building custom integrations per chain.

## Known failure modes

- Payment failure — insufficient USDC or x402 payment not accepted on Base, returns 402 Payment Required
- Service unavailable — upstream staking data source is down, returns 503
- Stale data — yield rates may lag real-time on-chain conditions
- Rate limiting — too many requests in a short window

## How this service works

Live staking yields with liquid staking, liquid restaking (ether.fi/Renzo/Kelp), and best_strategy recommendation. ETH, SOL, ATOM, ADA, DOT, AVAX, MATIC. $0.05/report via x402 on Base.

## Output

A structured report containing current APY and APR figures for staking on Ethereum, Cosmos, Solana, Polkadot, Cardano, and major DeFi liquid staking protocols, delivered as a single aggregated yield report.

## Example request

```json
{
 "symbol": "ETH"
}
```

## Request schema (JSON Schema)

```json
{
 "name": "StakeEdge — Crypto Staking Yields",
 "tags": [
  "staking",
  "yield",
  "defi",
  "ethereum",
  "cosmos"
 ],
 "type": "object",
 "version": "1.0.0",
 "category": "blockchain",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "symbol": {
       "type": "string",
       "title": "Symbol"
      }
     }
    }
   }
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {}
   }
  }
 },
 "description": "Live staking yields with liquid staking (Lido/Frax/Marinade/Jito), liquid restaking (ether.fi/Renzo/Kelp/Puffer), and best_strategy recommendation per asset. Exchange rates live from DeFiLlama + Binance API. $0.05/report via x402 on Base."
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/lone-star-oracle-staking-yield-report-c830aa0c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stake.lonestaroracle.xyz](https://www.zero.xyz/host/stake.lonestaroracle.xyz/llms.txt)
