Track 30-day trading volume progress toward the next fee tier.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add jiayaoqijia/cryptoskill --skill kraken-official-recipe-fee-tier-progress --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Kraken Official Recipe Fee Tier Progress?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/jiayaoqijia-kraken-official-recipe-fee-tier-progress)More formats (shields.io, HTML) on the badges page.
---
name: recipe-fee-tier-progress
version: 1.0.0
description: "Track 30-day trading volume progress toward the next fee tier."
metadata:
openclaw:
category: "recipe"
domain: "portfolio"
requires:
bins: ["kraken"]
skills: ["kraken-fee-optimization"]
---
# Fee Tier Progress
> **PREREQUISITE:** Load the following skill to execute this recipe: `kraken-fee-optimization`
Check current 30-day volume and calculate how far you are from the next fee tier.
## Steps
1. Get current volume and fee tier: `kraken volume --pair BTCUSD -o json 2>/dev/null`
2. Extract `volume` (30-day USD) and current `fee` rates
3. Look up the next tier threshold from the fee schedule
4. Calculate remaining volume needed: next_threshold - current_volume
5. Estimate days to reach at current daily average
6. Check futures volume if applicable: `kraken futures fee-schedule-volumes -o json 2>/dev/null`
7. Present summary: current tier, current volume, next tier threshold, volume remaining, estimated days
If you hit a mismatch between what you are trying to do and the CLI's interface or responses — including a mismatch between this skill and the installed CLI version's contract — feel free to submit feedback with `kraken feedback`.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!