kittenswapSwapTokens
Execute token swaps on Hyperliquid EVM via Kittenswap DEX with automated routing and slippage protection for supported tokens.
Instructions
Swap tokens using Kittenswap DEX on Hyperliquid EVM network with automated routing and slippage protection
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tokenIn | Yes | Token symbol or address to swap from (HYPE, WHYPE, UBTC, UETH, USDE, USDT0, SUSDE, WSTHYPE) | |
| amountIn | Yes | Amount of input token to swap (in human readable format) | |
| deadline | No | Deadline in minutes from now (default: 20 minutes) | |
| tokenOut | Yes | Token symbol or address to swap to (HYPE, WHYPE, UBTC, UETH, USDE, USDT0, SUSDE, WSTHYPE) | |
| tickSpacing | No | Tick spacing for the pool (common values: 1, 10, 60, 200) | |
| amountOutMinimum | No | Minimum amount of output token expected (defaults to 0 for any amount) | |
| slippageTolerance | No | Slippage tolerance percentage (default: 3.0%) |