executeSushiSwap
Swap tokens on SushiSwap using the Katana network. Specify the input and output tokens, amount, and optional slippage tolerance to execute the trade.
Instructions
Execute a token swap on SushiSwap on Katana network
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Amount to swap in human-readable format (e.g., '0.1' for 0.1 tokens) | |
| tokenIn | Yes | Input token symbol or address (e.g., 'USDC', 'ETH', or token address) | |
| tokenOut | Yes | Output token symbol or address (e.g., 'ETH', 'USDT', or token address) | |
| maxSlippage | No | Maximum slippage tolerance as percentage (e.g., 2.0 for 2%) |