
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.
Overview
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
How this skill works
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
Best used for
When to use it
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 · PRE-MEETING
Prepare a decision brief
Turn scattered evidence into a structured case before an investment committee meeting.

02 · TEAM WORKFLOW
Standardize handoffs
Create consistent research outputs across analysts, portfolio managers, and agents.

03 · LIVE UPDATE
Refresh the thesis
Update scenarios after a new catalyst, KPI release, or earnings result.
Community notes
Built to improve with use.
随着 Skill 被使用与评审,反馈将展示在这里。
Discover more
Related skills
View allquant-analysis
Quantitative Analysis Skill provides an end-to-end toolkit for quantitative finance research and production analysis. It automates data ingestion, interactive analysis in Jupyter (jupyter_execute,…
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…