
Trading Automation
funding-rate-trader
Funding Rate Trader is an automated Binance Futures funding-rate arbitrage tool that scans 50+ coins for negative funding and ranks opportunities by funding rate, short-term trend and RSI. It provides a no-API scanner (node scan.js) and a trading bot (node trader.
Überblick
Funding Rate Trader is an automated Binance Futures funding-rate arbitrage tool that scans 50+ coins for negative funding and ranks opportunities by funding rate, short-term trend and RSI.
Funding Rate Trader is an automated Binance Futures funding-rate arbitrage tool that scans 50+ coins for negative funding and ranks opportunities by funding rate, short-term trend and RSI. It provides a no-API scanner (node scan.js) and a trading bot (node trader.js) that requires Binance API credentials stored at ~/.openclaw/secrets/binance.json; node monitor.js tracks active positions. Core features include configurable leverage (default 20x), auto stop-loss (-10%) and take-profit (+20%), roll-to-compound profits, and an opportunity scoring engine combining rate, trend and RSI. Use cases: systematically capture funding payments, automate high-frequency arbitrage across many contracts, and scale small capital with controlled risk parameters. Key advantages are high-throughput scanning, automated execution with configurable risk controls, and straightforward CLI operation. Note: high-leverage trading carries significant risk—manage position sizing accordingly.
Skill.md
So funktioniert diese Skill
Funding Rate Trader is an automated Binance Futures funding-rate arbitrage tool that scans 50+ coins for negative funding and ranks opportunities by funding rate, short-term trend and RSI. It provides a no-API scanner (node scan.js) and a trading bot (node trader.
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
- Entry: Negative funding rate + upward trend
- Leverage: 20x (adjustable)
- Stop-loss: -10%
- Take-profit: +20%
- 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
Am besten geeignet für
Wann du sie einsetzt
Funding Rate Trader is an automated Binance Futures funding-rate arbitrage tool that scans 50+ coins for negative funding and ranks opportunities by funding rate, short-term trend and RSI. It provides a no-API scanner (node scan.js) and a trading bot (node trader.

01 · VOR DEM MEETING
Ein Entscheidungsbriefing vorbereiten
Mach aus verstreuten Belegen vor dem Investmentkomitee einen strukturierten Case.

02 · TEAM-WORKFLOW
Übergaben standardisieren
Erzeuge konsistente Research-Ergebnisse über Analysten, Portfoliomanager und Agents hinweg.

03 · LIVE-UPDATE
Die These auffrischen
Aktualisiere die Szenarien nach einem neuen Katalysator, einer KPI-Veröffentlichung oder einem Quartalsergebnis.
Community-Notizen
Wird mit jedem Einsatz besser.
Feedback erscheint hier, sobald diese Skill genutzt und geprüft wird.
Mehr entdecken
Ähnliche Skills
Alle ansehenhyperliquid-trading
The Hyperliquid Trading skill provides a concise interface for trading on Hyperliquid’s spot and perpetual markets. Use it to place limit and market orders, cancel open orders, query order status,…
bankr
Bankr enables executing crypto trading and DeFi operations via natural-language commands. It offers two integration options: a batteries-included Bankr CLI and a REST API at https://api.bankr.bot,…
pine-backtester
pine-backtester provides comprehensive backtesting for Pine Script indicators and strategies. Use it to append performance metrics, analyze trades, generate equity curves, compute win rates, track…