tracking-crypto-derivatives
Comprehensive derivatives market analysis across centralized and decentralized exchanges. This skill aggregates funding rates, open interest, liquidat Track cryptocurrency futures, options, and perpetual swaps with funding rates, open interest, liquidations, and comprehensive derivatives market analysis. Use when monitoring derivatives markets, analyzing funding rates, tracking open interest, finding liquidation levels, or researching options flow. Trigger with phrases like "funding rate", "open interest", "perpetual swap", "futures basis", "liquidation levels", "options flow", "put call ratio", "derivatives analysis", or "BTC perps".
Best use case
tracking-crypto-derivatives is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Comprehensive derivatives market analysis across centralized and decentralized exchanges. This skill aggregates funding rates, open interest, liquidat Track cryptocurrency futures, options, and perpetual swaps with funding rates, open interest, liquidations, and comprehensive derivatives market analysis. Use when monitoring derivatives markets, analyzing funding rates, tracking open interest, finding liquidation levels, or researching options flow. Trigger with phrases like "funding rate", "open interest", "perpetual swap", "futures basis", "liquidation levels", "options flow", "put call ratio", "derivatives analysis", or "BTC perps".
Teams using tracking-crypto-derivatives 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
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/crypto-derivatives-tracker/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How tracking-crypto-derivatives Compares
| Feature / Agent | tracking-crypto-derivatives | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Comprehensive derivatives market analysis across centralized and decentralized exchanges. This skill aggregates funding rates, open interest, liquidat Track cryptocurrency futures, options, and perpetual swaps with funding rates, open interest, liquidations, and comprehensive derivatives market analysis. Use when monitoring derivatives markets, analyzing funding rates, tracking open interest, finding liquidation levels, or researching options flow. Trigger with phrases like "funding rate", "open interest", "perpetual swap", "futures basis", "liquidation levels", "options flow", "put call ratio", "derivatives analysis", or "BTC perps".
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
# Tracking Crypto Derivatives
## Overview
Comprehensive derivatives market analysis across centralized and decentralized exchanges. This skill aggregates funding rates, open interest, liquidations, and options data to provide actionable trading insights.
**Supported Markets**:
- **Perpetual Swaps**: Binance, Bybit, OKX, Deribit, BitMEX
- **Futures**: Quarterly and monthly contracts
- **Options**: Deribit (primary), OKX, Bybit
- **DEX Perpetuals**: dYdX, GMX, Drift Protocol
## Prerequisites
Before using this skill, ensure you have:
- Python 3.8+ installed
- Network access to exchange APIs
- Optional: API keys for higher rate limits
- Understanding of derivatives concepts (funding, OI, basis)
## Instructions
### Step 1: Check Funding Rates
Monitor funding rates across exchanges to identify sentiment and arbitrage opportunities.
```bash
# Check BTC funding rates across all exchanges
python derivatives_tracker.py funding BTC
# Check multiple assets
python derivatives_tracker.py funding BTC ETH SOL
# Show historical average
python derivatives_tracker.py funding BTC --history 7d
```
**Interpret Results**:
- **Positive funding** (>0.01%): Longs pay shorts, bullish sentiment
- **Negative funding** (<-0.01%): Shorts pay longs, bearish sentiment
- **Extreme funding** (>0.1%): Potential contrarian opportunity
### Step 2: Analyze Open Interest
Track open interest to gauge market positioning and trend strength.
```bash
# Get BTC open interest across exchanges
python derivatives_tracker.py oi BTC
# Show OI changes over time
python derivatives_tracker.py oi BTC --changes
# Compare OI vs price
python derivatives_tracker.py oi BTC --divergence
```
**OI Interpretation**:
- **Rising OI + Rising Price**: Strong bullish trend
- **Rising OI + Falling Price**: Strong bearish trend
- **Falling OI + Rising Price**: Short covering rally
- **Falling OI + Falling Price**: Long liquidations
### Step 3: Monitor Liquidations
Track liquidation levels and recent liquidation events.
```bash
# Get liquidation heatmap
python derivatives_tracker.py liquidations BTC
# Show recent large liquidations
python derivatives_tracker.py liquidations BTC --recent
# Set minimum size filter
python derivatives_tracker.py liquidations BTC --min-size 100000
```
**Liquidation Signals**:
- Large liquidation clusters indicate support/resistance
- Cascading liquidations can accelerate price moves
- Long/short liquidation ratio indicates market direction
### Step 4: Analyze Options Market
Research options flow and implied volatility.
```bash
# Get options overview
python derivatives_tracker.py options BTC
# Show put/call ratio
python derivatives_tracker.py options BTC --pcr
# Find max pain for expiry
python derivatives_tracker.py options BTC --expiry 2025-01-31
# Track large options trades
python derivatives_tracker.py options BTC --flow
```
**Options Insights**:
- **High IV rank** (>80): Options expensive, consider selling
- **Low IV rank** (<20): Options cheap, consider buying
- **Max pain**: Price where most options expire worthless
### Step 5: Calculate Basis
Find basis trading and arbitrage opportunities.
```bash
# Get spot-perp basis
python derivatives_tracker.py basis BTC
# Get quarterly futures basis
python derivatives_tracker.py basis BTC --quarterly
# Show all basis opportunities
python derivatives_tracker.py basis --all
```
**Basis Trading**:
- **Positive basis**: Futures > Spot (contango, normal)
- **Negative basis**: Futures < Spot (backwardation)
- **Cash-and-carry**: Buy spot + sell futures when basis high
### Step 6: Full Dashboard
Get comprehensive derivatives overview.
```bash
# Full derivatives dashboard for BTC
python derivatives_tracker.py dashboard BTC
# Multi-asset dashboard
python derivatives_tracker.py dashboard BTC ETH SOL
# Export to JSON
python derivatives_tracker.py dashboard BTC --output json
```
See `{baseDir}/references/implementation.md` for detailed implementation guide.
## Output
The skill provides structured reports including:
### Funding Rate Report
```
BTC PERPETUAL FUNDING RATES
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Exchange Current 24h Avg 7d Avg Next Payment
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Binance +0.0150% +0.0120% +0.0080% 2h 15m
Bybit +0.0180% +0.0140% +0.0100% 2h 15m
OKX +0.0130% +0.0110% +0.0090% 2h 15m
Deribit +0.0200% +0.0150% +0.0120% 2h 15m
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Weighted Avg: +0.0158% | Annualized: +17.29%
Sentiment: Moderately Bullish
```
### Open Interest Report
```
BTC OPEN INTEREST ANALYSIS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Exchange OI (USD) 24h Chg 7d Chg Share
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Binance $8.2B +2.5% +8.1% 44.3%
Bybit $4.5B +1.8% +5.2% 24.3%
OKX $3.1B +3.2% +12.5% 16.8%
BitMEX $1.5B -0.5% -2.1% 8.1%
Deribit $1.2B +0.8% +3.4% 6.5%
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Total OI: $18.5B (+2.3% 24h)
Long/Short Ratio: 1.15 (53.5% long)
```
### Liquidation Heatmap
```
BTC LIQUIDATION LEVELS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Current Price: $67,500
LONG LIQUIDATIONS (below):
$65,000 ████████████ $125M (HIGH DENSITY)
$62,500 ███████ $85M
$60,000 ████████████████████ $210M (CRITICAL)
SHORT LIQUIDATIONS (above):
$70,000 █████████ $95M
$72,500 █████████████ $145M (HIGH DENSITY)
$75,000 █████████████████ $180M
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
24h Liquidations: Longs $45.2M | Shorts $32.8M
```
## Error Handling
See `{baseDir}/references/errors.md` for comprehensive error handling.
Common issues:
- **ERR_RATE_LIMIT**: Reduce request frequency or add API key
- **ERR_EXCHANGE_DOWN**: Exchange API unavailable, try alternative
- **ERR_SYMBOL_INVALID**: Check symbol format (BTC, ETH, not BTCUSDT)
## Examples
See `{baseDir}/references/examples.md` for detailed examples.
Quick examples:
```bash
# Morning derivatives check
python derivatives_tracker.py dashboard BTC ETH SOL
# Monitor funding for arbitrage
python derivatives_tracker.py funding BTC --alert-threshold 0.08
# Pre-expiry options analysis
python derivatives_tracker.py options BTC --expiry friday
# Find basis trading opportunities
python derivatives_tracker.py basis --all --min-yield 5
```
## Resources
### Data Sources
- **Coinglass**: Aggregated derivatives data
- **Exchange APIs**: Binance, Bybit, OKX, Deribit
- **The Graph**: DEX perpetuals data
### Key Concepts
- **Funding Rate**: Payment between longs/shorts every 8h
- **Open Interest**: Total outstanding contracts
- **Basis**: Difference between futures and spot price
- **Max Pain**: Strike where most options expire worthless
- **IV Rank**: Current IV percentile vs historical
### Risk Warning
Derivatives are leveraged instruments with high risk of loss.
- Funding costs accumulate over time
- Liquidations can happen rapidly
- Options can expire worthless
- This tool provides analysis only, not financial adviceRelated Skills
tracking-crypto-portfolio
This skill provides comprehensive cryptocurrency portfolio tracking with Track cryptocurrency portfolio with real-time valuations, allocation analysis, and P&L tracking. Use when checking portfolio value, viewing holdings breakdown, analyzing allocations, or exporting portfolio data. Trigger with phrases like "show my portfolio", "check crypto holdings", "portfolio allocation", "track my crypto", or "export portfolio".
crypto-portfolio-management
Guide to cryptocurrency portfolio management — asset allocation, rebalancing strategies, risk-adjusted returns, benchmarking, and tax-loss harvesting. Use when helping users build portfolios, rebalance holdings, or evaluate portfolio performance.
crypto-hunt
Scan all crypto markets for sweet-spot opportunities and entry timing signals
crypto-bd-agent
This skill teaches AI agents systematic crypto business development: discover
analytics-tracking
Design, audit, and improve analytics tracking systems that produce reliable, decision-ready data. Use when the user wants to set up, fix, or evaluate analytics tracking (GA4, GTM, product analytics, events, conversions, UTMs). Focuses on measurement strategy, signal quality, and validation — not just firing events.
wemp-operator
> 微信公众号全功能运营——草稿/发布/评论/用户/素材/群发/统计/菜单/二维码 API 封装
zsxq-smart-publish
Publish and manage content on 知识星球 (zsxq.com). Supports talk posts, Q&A, long articles, file sharing, digest/bookmark, homework tasks, and tag management. Use when publishing content to 知识星球, creating/editing posts, uploading files/images/audio, managing digests, batch publishing, or formatting content for 知识星球.
zoom-automation
Automate Zoom meeting creation, management, recordings, webinars, and participant tracking via Rube MCP (Composio). Always search tools first for current schemas.
zoho-crm-automation
Automate Zoho CRM tasks via Rube MCP (Composio): create/update records, search contacts, manage leads, and convert leads. Always search tools first for current schemas.
ziliu-publisher
字流(Ziliu) - AI驱动的多平台内容分发工具。用于一次创作、智能适配排版、一键分发到16+平台(公众号/知乎/小红书/B站/抖音/微博/X等)。当用户需要多平台发布、内容排版、格式适配时使用。触发词:字流、ziliu、多平台发布、一键分发、内容分发、排版发布。
zhihu-post-skill
> 知乎文章发布——知乎平台内容创作与发布自动化
zendesk-automation
Automate Zendesk tasks via Rube MCP (Composio): tickets, users, organizations, replies. Always search tools first for current schemas.