name: recipe-earn-yield-compare version: 1.0.0 description: "Compare earn strategy yields across assets and lock types to find the best rate." metadata: openclaw: category: "recipe" domain: "earn" requires: bins: ["kraken"] skills: ["kraken-earn-staking"]
Compare Earn Yields
PREREQUISITE: Load the following skill to execute this recipe:
kraken-earn-staking
Compare available staking/earn strategies across assets to find the best risk-adjusted yield.
Steps
- List strategies for multiple assets:
kraken earn strategies --asset ETH -o json 2>/dev/nullkraken earn strategies --asset DOT -o json 2>/dev/nullkraken earn strategies --asset SOL -o json 2>/dev/nullkraken earn strategies --asset ATOM -o json 2>/dev/null
- Extract
apr_estimate,lock_type,min_amount,can_allocatefrom each - Separate by lock type: flexible vs bonded
- Rank by APR within each lock type
- Present comparison table: asset, APR, lock type, minimum amount, availability
- Check current allocations:
kraken earn allocations --hide-zero-allocations --converted-asset USD -o json 2>/dev/null - Identify reallocation opportunities (move from lower to higher yield)
- If user approves, deallocate from lower yield and allocate to higher yield