intentIncreaseLiquidity
Enhances liquidity for an existing Uniswap V3 position by adding desired amounts of tokens, specifying slippage tolerance, and setting a deadline. Supports Ethereum-based automation via agentek-eth MCP server.
Instructions
Adds more liquidity to an existing Uniswap V3 position
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount0Desired | Yes | ||
| amount1Desired | Yes | ||
| chainId | Yes | ||
| deadline | No | ||
| slippageTolerance | No | ||
| tokenId | Yes |