Funding Rate Arbitrage Skill
SkillCommerce & financeExploit funding rate differences between perpetual futures contracts.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Funding Rate Arbitrage Skill skill
About this capability
About AI quantitative trading platform for crypto, stocks, and forex with backtesting, live trading, market data, and multi-agent research.vibe-trading ,trading-agents,ai-trader,ai-trading
What this skill tells your AI
The instructions your AI receives, as published by signal-execution-labs/forex-trading-ai-agent in skills/funding-rate-arb/SKILL.md and read by ahel’s review.
Exploit funding rate differences between perpetual futures contracts.
Capabilities
Rate Monitoring
- Real-time funding rates from 10+ exchanges
- Historical funding rate database
- Rate prediction using ML
- Cross-exchange comparison matrix
- Countdown timers to funding events
Arbitrage Strategies
Cash-and-Carry
- Long spot + short perp when funding positive
- Short spot (margin) + long perp when funding negative
- Automated entry/exit based on rate thresholds
- Position sizing based on expected APY
Cross-Exchange Funding Arb
- Long perp on low-rate exchange
- Short perp on high-rate exchange
- Delta-neutral positioning
- Fee optimization
Rate Prediction Trading
- Enter before funding rates spike
- ML-based rate prediction (LSTM)
- Sentiment correlation analysis
- Open interest impact modeling
Risk Management
- Maximum position per exchange
- Liquidation price monitoring
- Margin utilization alerts
- Basis risk hedging
- Exchange counterparty limits
Supported Exchanges
- Binance Futures
- Bybit
- OKX
- dYdX
- GMX
- Hyperliquid
- Drift Protocol
- Vertex Protocol
- BitMEX
- Kraken Futures
Configuration
{
"skills": {
"funding-rate-arb": {
"enabled": true,
"minAnnualizedRate": 10,
"maxPositionSize": 10000,
"exchanges": ["binance", "bybit", "okx"],
"strategy": "cash-and-carry",
"autoRebalance": true,
"marginBuffer": 0.2
}
}
}
Commands
funding rates- Show current rates across exchangesfunding opportunities- List profitable arb opportunitiesfunding history [symbol]- Historical rates chartfunding predict [symbol]- ML rate predictionfunding start [strategy]- Start automated funding arbfunding positions- Show current arb positionsfunding pnl- Calculate funding earned
API Endpoints
GET /api/funding/rates- Current ratesGET /api/funding/opportunities- Arb opportunitiesGET /api/funding/history/:symbol- Historical dataPOST /api/funding/strategy- Start strategyGET /api/funding/positions- Active positions
Example Output
📊 Funding Rate Opportunities
BTC-PERP:
├─ Binance: +0.0234% (8h) → 28.5% APY
├─ Bybit: +0.0189% (8h) → 23.0% APY
├─ OKX: +0.0156% (8h) → 19.0% APY
└─ Best Arb: Long Bybit / Short Binance = 5.5% APY spread
ETH-PERP:
├─ Binance: +0.0312% (8h) → 37.9% APY
├─ dYdX: +0.0089% (8h) → 10.8% APY
└─ Best Arb: Long dYdX / Short Binance = 27.1% APY spread
💰 Recommended: BTC cash-and-carry on Binance
Expected APY: 28.5% (minus 2% fees = 26.5% net)
Suggested size: $5,000 spot + $5,000 short
Safety Features
- Position limits per exchange
- Automatic deleveraging detection
- Funding rate sanity checks
- Exchange API rate limiting
- Liquidation proximity alerts
Signals
- GitHub stars
- 136
- Forks
- 870
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
funding-rate-arb- Source
- github.com/signal-execution-labs/forex-trading-ai-agent