optimizing-staking-rewards
Installation
SKILL.md
Optimizing Staking Rewards
Overview
Analyze staking opportunities across PoS blockchains and liquid staking protocols. Compares APY/APR, calculates net yields after fees, assesses protocol risks, and recommends optimal allocations.
Prerequisites
- Python 3.8+ installed
- Dependencies:
pip install requests - Network access to DeFiLlama APIs
- Optional: CoinGecko API key for higher rate limits
Instructions
- Compare staking options for a specific asset:
Shows protocol name, type (native vs liquid), gross/net APY, risk score, TVL, and lock-up period.python ${CLAUDE_SKILL_DIR}/scripts/staking_optimizer.py --asset ETH
Related skills