recipe-earn-yield-compare

Compare earn strategy yields across assets and lock types to find the best rate.

23 stars

Best use case

recipe-earn-yield-compare is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Compare earn strategy yields across assets and lock types to find the best rate.

Teams using recipe-earn-yield-compare should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/kraken-official-recipe-earn-yield-compare/SKILL.md --create-dirs "https://raw.githubusercontent.com/jiayaoqijia/cryptoskill/main/skills/exchanges/kraken-official-recipe-earn-yield-compare/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/kraken-official-recipe-earn-yield-compare/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How recipe-earn-yield-compare Compares

Feature / Agentrecipe-earn-yield-compareStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Compare earn strategy yields across assets and lock types to find the best rate.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# 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

1. List strategies for multiple assets:
   - `kraken earn strategies --asset ETH -o json 2>/dev/null`
   - `kraken earn strategies --asset DOT -o json 2>/dev/null`
   - `kraken earn strategies --asset SOL -o json 2>/dev/null`
   - `kraken earn strategies --asset ATOM -o json 2>/dev/null`
2. Extract `apr_estimate`, `lock_type`, `min_amount`, `can_allocate` from each
3. Separate by lock type: flexible vs bonded
4. Rank by APR within each lock type
5. Present comparison table: asset, APR, lock type, minimum amount, availability
6. Check current allocations: `kraken earn allocations --hide-zero-allocations --converted-asset USD -o json 2>/dev/null`
7. Identify reallocation opportunities (move from lower to higher yield)
8. If user approves, deallocate from lower yield and allocate to higher yield

Related Skills

okx-cex-earn

23
from jiayaoqijia/cryptoskill

Manages OKX Simple Earn (flexible savings/lending), On-chain Earn (staking/DeFi), and Dual Investment (DCD/双币赢) via the okx CLI. Use this skill whenever the user wants to check earn balances, subscribe or redeem earn products, view or set lending rates, monitor on-chain staking orders, or interact with dual investment structured products — even if phrased casually as 活期赚币, 赚币, 申购, 赎回, 链上赚币, 质押, 理财, 双币赢, 双币理财, 双币申购, 高卖, 低买, dual investment, DCD, buy low, sell high structured product, earn with target price, or 目标价. Also use when the user asks about idle funds and whether to earn on them.

earn

23
from jiayaoqijia/cryptoskill

KuCoin Earn products using the KuCoin API. Query Simple Earn and Structured Earn products. Authentication requires API Key, API Secret, and Passphrase.

recipe-withdrawal-to-cold-storage

23
from jiayaoqijia/cryptoskill

Safely withdraw funds to a pre-approved cold storage address.

recipe-weekly-rebalance

23
from jiayaoqijia/cryptoskill

Run a weekly portfolio rebalance to maintain target asset allocations.

recipe-trailing-stop-runner

23
from jiayaoqijia/cryptoskill

Ride a trend with a trailing stop that locks in profits on reversal.

recipe-track-orderbook-depth

23
from jiayaoqijia/cryptoskill

Monitor order book depth and bid-ask imbalance for liquidity signals.

recipe-subaccount-capital-rotation

23
from jiayaoqijia/cryptoskill

Rotate capital between subaccounts based on strategy performance.

recipe-start-dca-bot

23
from jiayaoqijia/cryptoskill

Set up and run a dollar cost averaging bot from paper test to live.

recipe-price-level-alerts

23
from jiayaoqijia/cryptoskill

Set up price level alerts that notify when key levels are crossed.

recipe-portfolio-snapshot-csv

23
from jiayaoqijia/cryptoskill

Export a portfolio snapshot with balances and valuations to CSV.

recipe-paper-strategy-backtest

23
from jiayaoqijia/cryptoskill

Backtest a trading strategy using paper trading against live prices.

recipe-multi-pair-breakout-watch

23
from jiayaoqijia/cryptoskill

Monitor multiple pairs for price breakouts from defined ranges.