Install
openclaw skills install funding-rate-traderClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
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.
openclaw skills install funding-rate-traderAutomated crypto funding rate arbitrage strategy for Binance Futures.
# Scan opportunities (no API needed)
node scan.js
# Run auto-trader (requires Binance API)
node trader.js
# Monitor positions
node monitor.js
Create ~/.openclaw/secrets/binance.json:
{
"apiKey": "your-api-key",
"secret": "your-secret"
}
| 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
⚠️ High leverage trading is risky. Only trade what you can afford to lose.
MIT