Files
strategic/strategies/sample.hedge.json
2026-02-09 21:51:54 -08:00

28 lines
570 B
JSON

{
"name": "Hedge/Arb Strategy",
"description": "Simple hedge/arbitrage strategy",
"chain": "mainnet",
"steps": [
{
"id": "swap1",
"action": {
"type": "uniswapV3.swap",
"tokenIn": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
"tokenOut": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
"fee": 3000,
"amountIn": "1000000000",
"exactInput": true
},
"guards": [
{
"type": "slippage",
"params": {
"maxBps": 50
}
}
]
}
]
}