π― Arbitrage Hunter
SkillCommerce & financeAbout 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
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 π― Arbitrage Hunter skill
What this skill tells your AI
The instructions your AI receives, as published by signal-execution-labs/forex-trading-ai-agent in skills/arbitrage-hunter/SKILL.md and read by ahelβs review.
K.I.T.'s Money Printer - Find FREE MONEY across exchanges!
Features
π° Cross-Exchange Arbitrage
- Monitor price differences across 10+ exchanges
- Instant spread detection
- Net profit calculation (fees included)
- Auto-execution when profitable
πΊ Triangular Arbitrage
- BTC β ETH β USDT β BTC cycles
- Real-time path optimization
- Multi-hop detection
- Slippage estimation
π DeFi Arbitrage
- DEX vs CEX price differences
- Uniswap, Sushiswap, Curve
- MEV protection
- Flash loan integration ready
β‘ Latency Optimization
- Sub-100ms execution
- Exchange proximity analysis
- Order book depth monitoring
- Race condition handling
Usage
from arbitrage_hunter import ArbitrageHunter
hunter = ArbitrageHunter()
# Find cross-exchange opportunities
opps = await hunter.scan_cross_exchange(
symbols=["BTC/USDT", "ETH/USDT"],
min_spread=0.1, # 0.1% minimum
max_volume=10000 # Max $10k per trade
)
for opp in opps:
print(f"π― {opp.symbol}")
print(f" Buy: {opp.buy_exchange} @ ${opp.buy_price}")
print(f" Sell: {opp.sell_exchange} @ ${opp.sell_price}")
print(f" Spread: {opp.spread:.2%}")
print(f" Net Profit: ${opp.net_profit:.2f}")
# Find triangular opportunities
triangles = await hunter.scan_triangular(
base_asset="USDT",
min_profit=0.05 # 0.05% minimum
)
# Execute arbitrage
result = await hunter.execute(opps[0])
Supported Exchanges
| Exchange | Cross-Ex | Triangular | Speed |
|---|---|---|---|
| Binance | β | β | β‘β‘β‘ |
| Coinbase | β | β | β‘β‘ |
| Kraken | β | β | β‘β‘ |
| KuCoin | β | β | β‘β‘ |
| Bybit | β | β | β‘β‘β‘ |
| OKX | β | β | β‘β‘β‘ |
| Uniswap | β | β | β‘ |
| dYdX | β | β | β‘β‘ |
Configuration
arbitrage_hunter:
exchanges:
- binance
- coinbase
- kraken
thresholds:
min_spread: 0.1%
min_profit: $5
max_position: $50000
execution:
auto_execute: false
max_slippage: 0.05%
timeout_ms: 500
defi:
enabled: true
flash_loans: false
max_gas_gwei: 50
Risk Management
- Maximum position size limits
- Slippage protection
- Exchange balance monitoring
- Failed execution handling
- P&L tracking
Signals
- GitHub stars
- 136
- Forks
- 870
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
arbitrage-hunter- Source
- github.com/signal-execution-labs/forex-trading-ai-agent