intentIncreaseLiquidity
Adds more liquidity to an existing Uniswap V3 position by specifying token amounts and chain ID. Use to expand liquidity provision and manage positions.
Instructions
Adds more liquidity to an existing Uniswap V3 position
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tokenId | Yes | ||
| amount0Desired | Yes | ||
| amount1Desired | Yes | ||
| slippageTolerance | No | ||
| deadline | No | ||
| chainId | Yes |