원클릭으로
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