# StakeEdge — Crypto Staking Yields

> StakeEdge — Crypto Staking Yields is a paid API for AI agents from api.aidress.ai, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns live staking yields, liquid staking/restaking rates, and a best-strategy recommendation for major PoS cryptocurrencies including ETH, SOL, ATOM, ADA, DOT, AVAX, and MATIC.

## Facts

- Endpoint: GET https://api.aidress.ai/pay/agent_stake_lonestaroracle_xyz
- 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/stakeedge-crypto-staking-yields-32f11bff
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rA0k8B5wznPb5R5F4r5sz

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 stakeedge-crypto-staking-yields-32f11bff
```

Example prompt: What's the best staking strategy for ETH right now — pull the live yields across liquid staking protocols like Lido and Frax, plus liquid restaking options like ether.fi and Renzo, and tell me which one gives the highest return.

## When to prefer this

Choose StakeEdge when you need live, protocol-specific staking yield comparisons across major PoS assets with an opinionated best-strategy recommendation included. It covers both liquid staking and liquid restaking in a single call, making it more comprehensive than generic yield aggregators. Ideal for agents helping users decide where to deploy staked assets across DeFi protocols in real time.

## Known failure modes

- Unsupported symbol returns empty or error response — only ETH, SOL, ATOM, ADA, DOT, AVAX, MATIC are supported
- DeFiLlama or Binance API downtime may cause stale or missing yield data
- Payment failure via x402 on Base blocks access to the report
- Missing or malformed symbol query param may return a generic or default response

## 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 staking yield report for the requested asset including current APY rates for native staking, liquid staking protocols (e.g. Lido, Frax, Marinade, Jito), liquid restaking protocols where applicable (e.g. ether.fi, Renzo, Kelp, Puffer), and a best_strategy recommendation indicating which option maximizes yield. Exchange rates are sourced live from DeFiLlama and Binance.

## 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/stakeedge-crypto-staking-yields-32f11bff/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.aidress.ai](https://www.zero.xyz/host/api.aidress.ai/llms.txt)
