From kraken-cli
Scans Kraken perpetual futures for funding rates, ranks top-volume contracts like BTC/ETH/SOL by annualized yield, filters consistent rates, and checks spot prices/margins for carry trades.
How this skill is triggered — by the user, by Claude, or both
Slash command
/kraken-cli:recipe-funding-rate-scanThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **PREREQUISITE:** Load the following skills to execute this recipe: `kraken-funding-carry`, `kraken-futures-risk`
PREREQUISITE: Load the following skills to execute this recipe:
kraken-funding-carry,kraken-futures-risk
Scan available perpetual contracts, identify those with high funding rates, and evaluate carry potential.
kraken futures instruments -o json 2>/dev/nullkraken futures tickers -o json 2>/dev/nullkraken futures historical-funding-rates PF_XBTUSD -o json 2>/dev/nullkraken futures historical-funding-rates PF_ETHUSD -o json 2>/dev/nullkraken futures historical-funding-rates PF_SOLUSD -o json 2>/dev/nullkraken ticker BTCUSD ETHUSD SOLUSD -o json 2>/dev/nullkraken futures accounts -o json 2>/dev/nullnpx claudepluginhub krakenfx/kraken-cliScans Kraken perpetual funding rates, identifies carry opportunities, guides hedged spot-futures positions to collect payments, and monitors yield.
Implements a funding-rate-driven perpetual strategy on Superior Trade that captures funding payments by trading on the side receiving funding (e.g., long during negative funding). Uses Hyperliquid hourly funding data via `dp.get_pair_dataframe(candle_type="funding_rate")`.
Tracks crypto derivatives (futures, options, perps) with funding rates, open interest, liquidations, basis, and options data via Python CLI across Binance, Bybit, Deribit.