
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.
Resumen
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
Cómo funciona esta 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
Ideal para
Cuándo usarla
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 · ANTES DE LA REUNIÓN
Prepara un informe de decisión
Convierte evidencia dispersa en un caso estructurado antes del comité de inversión.

02 · FLUJO DE EQUIPO
Estandariza los traspasos
Genera resultados de research consistentes entre analistas, gestores de cartera y agents.

03 · ACTUALIZACIÓN EN VIVO
Refresca la tesis
Actualiza los escenarios tras un nuevo catalizador, la publicación de un KPI o un resultado trimestral.
Notas de la comunidad
Mejora a medida que se usa.
Los comentarios aparecerán aquí a medida que esta Skill se use y se revise.
Descubre más
Skills relacionadas
Ver todashyperliquid-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…