Automated 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
共 1 个版本