crypto-derivatives-tracker

Track crypto futures, options, perpetual swaps with funding rates, open interest, and derivatives market analysis

View on GitHub
Author Jeremy Longshore
Namespace @jeremylongshore/claude-code-plugins-plus
Category crypto
Version 1.0.0
Stars 1,193
Downloads 3
self.md verified
Table of content

Track crypto futures, options, perpetual swaps with funding rates, open interest, and derivatives market analysis

Installation

npx claude-plugins install @jeremylongshore/claude-code-plugins-plus/crypto-derivatives-tracker

Contents

Folders: agents, skills

Files: LICENSE, README.md

Documentation

Track cryptocurrency futures, options, and perpetual swaps with funding rates, open interest, liquidations, and advanced derivatives market analysis.

Features

Installation

/plugin install crypto-derivatives-tracker@claude-code-plugins-plus

Usage

The derivatives agent automatically activates when you discuss:

Example Queries

What's the current funding rate for BTC perpetuals?

Show me open interest across all BTC futures

Analyze options flow for ETH expiring Friday

Is there a basis trading opportunity for BTC?

Where are the major liquidation levels?

Compare funding rates across Binance, Bybit, and OKX

Supported Markets

Centralized Exchanges

Decentralized Protocols

Configuration

Create a .derivatives-config.json file:

{
  "exchanges": ["binance", "bybit", "okx", "deribit"],
  "assets": ["BTC", "ETH", "SOL"],
  "monitoring": {
    "fundingRateAlert": 0.1,
    "oiChangeAlert": 0.15,
    "liquidationThreshold": 10000000
  },
  "trading": {
    "riskLevel": "medium",
    "maxLeverage": 5,
    "defaultPositionSize": 0.02
  }
}

Key Metrics Explained

Funding Rates

Open Interest (OI)

Futures Basis

Options Greeks

Trading Strategies

1. Funding Rate Arbitrage

Long spot + Short perpetual when funding > 0.1%

2. Basis Trading

Buy spot + Sell quarterly futures when basis > 5% annualized

3. Liquidation Hunting

Target clusters of liquidations for potential cascades

4. Options Volatility Trading

Buy straddles when IV low, sell spreads when IV high

5. Options Flow Following

Track smart money positioning via unusual options activity

Data Sources

Risk Management

Critical Considerations:

Best Practices

  1. Use appropriate position sizing
  2. Monitor liquidation prices continuously
  3. Account for funding costs
  4. Spread positions across exchanges
  5. Keep most funds in cold storage

Risk Disclaimer

Crypto derivatives are extremely risky instruments.

Users should:

This plugin provides analysis only - not financial advice. Trading derivatives involves substantial risk of loss.

License

MIT License - See LICENSE file for details

Support


Built with ️ for derivatives traders by Intent Solutions IO

Included Skills

This plugin includes 1 skill definition:

tracking-crypto-derivatives

|

View skill definition

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:

Prerequisites

Before using this skill, ensure you have:

Instructions

Step 1: Check Funding Rates

Monitor funding rates across exchanges to identify sentiment and arbitrage opportunities.

# 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:

Step 2: Analyze Open Interest

Track open interest to gauge market positioning and trend strength.

# Get BTC open interest across exchanges
python derivat

...(truncated)

</details>

## Source

[View on GitHub](https://github.com/jeremylongshore/claude-code-plugins-plus-skills)