optimizing-staking-rewards

Featured

Compare and optimize staking rewards across validators, protocols, and blockchains with risk assessment. Use when analyzing staking opportunities, comparing validators, calculating staking rewards, or optimizing PoS yields. Trigger with phrases like "optimize staking", "compare staking", "best staking APY", "liquid staking", "validator comparison", "staking rewards", or "ETH staking options".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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 1. **Python 3.8+** installed 2. **Dependencies**: `pip install requests` 3. Network access to DeFiLlama APIs 4. Optional: CoinGecko API key for higher rate limits ## Instructions 1. **Compare staking options** for a specific asset: ```bash python ${CLAUDE_SKILL_DIR}/scripts/staking_optimizer.py --asset ETH ``` Shows protocol name, type (native vs liquid), gross/net APY, risk score, TVL, and lock-up period. 2. **Analyze with position size** for gas-adjusted yields: ```bash python ${CLAUDE_SKILL_DIR}/scripts/staking_optimizer.py --asset ETH --amount 10 ``` Calculates effective APY accounting for gas costs and projects returns at 1M, 3M, 6M, and 1Y. 3. **Optimize existing portfolio** with current positions: ```bash python ${CLAUDE_SKILL_DIR}/scripts/staking_optimizer.py --optimize \ --positions "10 ETH @ lido 4.0%, 100 ATOM @ native 18%, 50 DOT @ native 14%" ``` Suggests higher-yield alternatives with projected improvement and switching costs. 4. **Compare protocols or run risk assessment**: ```bash python ${CLAUDE_SKILL_DIR}/scripts/staking_optimizer.py --compare --protocols lido,rocket-pool,frax-ether python ${CLAUDE_SKILL_DIR}/scripts/staking_optimizer.py --asset ETH -...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

optimizing-defi-yields

Find and compare DeFi yield opportunities across protocols with APY calculations, risk assessment, and optimization recommendations. Use when searching for yield farming opportunities, comparing DeFi protocols, or analyzing APY/APR rates. Trigger with phrases like "find DeFi yields", "compare APY", "best yield farming", "optimize DeFi returns", "stablecoin yields", or "liquidity pool rates".

2,266 Updated today
jeremylongshore
AI & Automation Featured

optimizing-gas-fees

Optimize blockchain gas costs by analyzing prices, patterns, and timing. Use when checking gas prices, estimating costs, or finding optimal windows. Trigger with phrases like "gas prices", "optimize gas", "transaction cost", "when to transact".

2,266 Updated today
jeremylongshore
AI & Automation Featured

analyzing-liquidity-pools

Analyze DEX liquidity pools for TVL, volume, fees, impermanent loss, and LP profitability. Use when analyzing liquidity pools, calculating impermanent loss, or comparing DEX pools. Trigger with phrases like "analyze liquidity pool", "calculate impermanent loss", "LP returns", "pool TVL", "DEX pool metrics", or "compare pools".

2,266 Updated today
jeremylongshore
AI & Automation Featured

analyzing-on-chain-data

Process perform on-chain analysis including whale tracking, token flows, and network activity. Use when performing crypto analysis. Trigger with phrases like "analyze crypto", "check blockchain", or "monitor market".

2,266 Updated today
jeremylongshore
AI & Automation Solid

defi-protocol-templates

Implement DeFi protocols with production-ready templates for staking, AMMs, governance, and lending systems. Use when building decentralized finance applications or smart contract protocols.

36,166 Updated yesterday
wshobson