| name | defi-staking |
| description | Check liquid staking APR, exchange rates, withdrawal queues, and staking rewards for ETH and other tokens. Use when asked about staking ETH, Lido stETH, Rocket Pool rETH, staking APR, liquid staking rates, staking rewards, unstaking queue, or staking comparison.
|
DeFi Staking
Liquid staking APR, exchange rates, withdrawal queues, and protocol comparisons.
APIs
Lido API (Free, no auth)
Base: https://eth-api.lido.fi
Current stETH APR:
web_fetch url="https://eth-api.lido.fi/v1/protocol/steth/apr/sma"
Withdrawal queue status:
web_fetch url="https://eth-api.lido.fi/v1/protocol/withdrawals/status"
Lido stats (TVL, stakers, etc.):
web_fetch url="https://eth-api.lido.fi/v1/protocol/steth/stats"
DefiLlama (Free, no auth)
All liquid staking pools with APY:
web_fetch url="https://yields.llama.fi/pools"
Filter by project containing: lido, rocket-pool, coinbase-wrapped-staked-eth, frax-ether, ether.fi, mantle-staked-eth, swell, binance-staked-eth, stakewise-v3
Specific protocol TVL:
web_fetch url="https://api.llama.fi/protocol/lido"
On-Chain Exchange Rates via RPC
wstETH/stETH rate (how much stETH per wstETH):
exec command="curl -s -X POST https://eth.llamarpc.com -H 'Content-Type: application/json' -d '{\"jsonrpc\":\"2.0\",\"method\":\"eth_call\",\"params\":[{\"to\":\"0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0\",\"data\":\"0x035faf82\"},\"latest\"],\"id\":1}'"