ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

funding-rate-trader

Crypto funding rate arbitrage strategy. Scan negative funding rates, auto-trade with stop-loss/take-profit. No API key needed for scanning, Binance API for trading.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/dagangtj/funding-rate-trader
Or

Funding Rate Trader

Automated crypto funding rate arbitrage strategy for Binance Futures.

Features

  • 🔍 Scan 50+ coins for negative funding rates
  • 📊 Score opportunities by rate + trend + RSI
  • 🤖 Auto-trade with configurable leverage
  • 🛡️ Auto stop-loss and take-profit
  • 💰 Compound profits with rolling strategy

Quick Start

# Scan opportunities (no API needed)
node scan.js

# Run auto-trader (requires Binance API)
node trader.js

# Monitor positions
node monitor.js

Configuration

Create ~/.openclaw/secrets/binance.json:

{
  "apiKey": "your-api-key",
  "secret": "your-secret"
}

Strategy

  1. Entry: Negative funding rate + upward trend
  2. Leverage: 20x (adjustable)
  3. Stop-loss: -10%
  4. Take-profit: +20%
  5. Compound: Roll profits into next trade

Expected Returns

CapitalDaily IncomeAnnual (est)
$100$5-151800-5400%
$500$25-751800-5400%
$1000$50-1501800-5400%

Returns depend on market conditions and funding rates

Risk Warning

⚠️ High leverage trading is risky. Only trade what you can afford to lose.

License

MIT

Metadata

Author@dagangtj
Stars3409
Views1
Updated2026-03-25
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-dagangtj-funding-rate-trader": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.