원클릭으로
kraken-earn-staking
Discover staking strategies, allocate funds, and track earn positions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Discover staking strategies, allocate funds, and track earn positions.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Connect MCP clients to kraken-cli for native tool calling without subprocess wrappers.
Install kraken-cli, create API credentials, and go from paper trading to live in under five minutes.
Place, manage, and monitor futures orders across the full lifecycle.
Test strategy logic on paper trading before touching live funds.
Promote a validated paper strategy to live trading with safety checks.
Real-time data streaming via WebSocket for spot and futures.
| name | kraken-earn-staking |
| version | 1.0.0 |
| description | Discover staking strategies, allocate funds, and track earn positions. |
| metadata | {"openclaw":{"category":"finance"},"requires":{"bins":["kraken"]}} |
Use this skill for:
When communicating to client, use the front-end terminology rather than API terminology (so bonded, flexible and auto-earn).
can_allocate and can_deallocate on flex strategy are always false even if user is eligible for the flex strategyList all strategies for an asset:
kraken earn strategies --asset ETH -o json 2>/dev/null
Filter by lock type:
kraken earn strategies --asset ETH --lock-type instant -o json 2>/dev/null
kraken earn strategies --asset DOT --lock-type bonded -o json 2>/dev/null
Paginate results:
kraken earn strategies --limit 10 --cursor <CURSOR> --ascending -o json 2>/dev/null
Key fields in each strategy: id, asset, apr_estimate, lock_type, min_amount, can_allocate, can_deallocate, yield_source.
id.kraken earn allocate <STRATEGY_ID> 1.5 -o json 2>/dev/null
kraken earn allocate-status <STRATEGY_ID> -o json 2>/dev/null
kraken earn deallocate <STRATEGY_ID> 1.0 -o json 2>/dev/null
kraken earn deallocate-status <STRATEGY_ID> -o json 2>/dev/null
Bonded strategies may have unbonding periods. The status response indicates whether funds are pending or available.
kraken earn allocations -o json 2>/dev/null
Filter out zero balances:
kraken earn allocations --hide-zero-allocations -o json 2>/dev/null
Convert to a reference currency for comparison:
kraken earn allocations --converted-asset USD --hide-zero-allocations -o json 2>/dev/null
When helping a user choose a strategy:
apr_estimate, lock_type, and min_amount.can_allocate and can_deallocate fields before attempting operations.