
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.
總覽
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
這個 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
最適合用於
何時使用
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 · 會前準備
準備決策簡報
在投資委員會開會前,把零散證據整理成結構化的論據。

02 · 團隊協作
統一交接標準
讓分析師、投資組合經理與 Agent 產出一致的研究結果。

03 · 即時更新
更新投資邏輯
出現新催化劑、KPI 發布或財報結果後,更新情境假設。
社群回饋
越用越好用。
隨著 Skill 被使用與評審,回饋將顯示在這裡。
探索更多
相關 Skills
查看全部hyperliquid-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…