
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…