TopRank Skills

Home / Claw Skills / Finance / Cryptographie / funding-rate-trader
Official OpenClaw rules 36%

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.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 funding-rate-trader 技能。 若已安装,则直接安装 funding-rate-trader 技能。

Overview

Skill Key
dagangtj/funding-rate-trader
Author
guanjia
Source Repo
openclaw/skills
Version
1.0.1
Source Path
skills/dagangtj/funding-rate-trader
Latest Commit SHA
c88f6df475d1c2ea2fa3a5009f8d2f6981702e2b

Extracted Content

SKILL.md excerpt

# 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

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

| Capital | Daily Income | Annual (est) |
|---------|--------------|--------------|
| $100 | $5-15 | 1800-5400% |
| $500 | $25-75 | 1800-5400% |
| $1000 | $50-150 | 1800-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

Related Claw Skills