一键导入
smart-order-router
Intelligent order routing to get best execution across multiple exchanges
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Intelligent order routing to get best execution across multiple exchanges
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Complete market analysis for Crypto, Forex, and Stocks with RSI, MACD, trends, and trading recommendations.
Binary Options trading via BinaryFaster. Execute CALL/PUT trades, manage positions, track results.
Regulatory compliance across jurisdictions. KYC status, tax reporting, trading restrictions, and legal guidelines.
Social trading - copy the best traders automatically. Track whales, influencers, and top performers.
DeFi yield hunting across protocols. Find the best APY, auto-compound, manage LP positions, and optimize gas.
Derivatives trading - options, futures, and perpetuals. Advanced strategies for hedging and leverage.
| name | smart-order-router |
| description | Intelligent order routing to get best execution across multiple exchanges |
| version | 1.0.0 |
| author | K.I.T. Team |
| tags | ["trading","execution","routing","dex","cex","optimization"] |
| markets | ["crypto","forex","stocks"] |
Optimizes trade execution by routing orders across multiple venues to achieve best price, lowest fees, and minimal slippage.
Route 1 ETH buy order across best venues
Execute $50k BTC buy using TWAP over 2 hours
Swap 10,000 USDC to ETH on DEXs only, max 0.5% slippage
Route 5 ETH from Ethereum to Arbitrum via best bridge
{
"sor": {
"venues": {
"cex": ["binance", "coinbase", "kraken"],
"dex": ["1inch", "uniswap"],
"enabled": true
},
"defaults": {
"strategy": "best-price",
"maxSlippage": 0.5,
"splitThreshold": 10000,
"gasBuffer": 1.2
},
"analytics": {
"trackFills": true,
"compareVenues": true
}
}
}
| Strategy | Best For | Description |
|---|---|---|
| best-price | Small orders | Route to single venue with best price |
| split | Medium orders | Distribute across venues for better fill |
| twap | Large orders | Time-weighted execution over duration |
| vwap | Market hours | Volume-weighted to minimize impact |
| iceberg | Whale orders | Hide size, execute in chunks |
| sniper | Time-sensitive | Fastest execution, accept higher cost |
The SOR provides execution reports:
📊 Order Execution Report
━━━━━━━━━━━━━━━━━━━━━━━━
Order: BUY 2.5 ETH
Strategy: SPLIT
Fills:
├── Binance: 1.2 ETH @ $2,485.32 (fee: $1.49)
├── Coinbase: 0.8 ETH @ $2,486.01 (fee: $1.19)
└── 1inch: 0.5 ETH @ $2,484.98 (gas: $2.10)
Summary:
• Avg Price: $2,485.47
• Total Fees: $4.78
• Savings vs single venue: $12.34 (0.2%)
• Execution Time: 4.2s