agentek-eth

by NaniDAO
Verified

intentIncreaseLiquidity

Enhance liquidity in a Uniswap V3 position by specifying token amounts, chain ID, and token ID for optimized trading efficiency. Part of the agentek-eth MCP server.

Instructions

Adds more liquidity to an existing Uniswap V3 position

Input Schema

NameRequiredDescriptionDefault
amount0DesiredYes
amount1DesiredYes
chainIdYes
deadlineNo
slippageToleranceNo
tokenIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "amount0Desired": { "type": "string" }, "amount1Desired": { "type": "string" }, "chainId": { "type": "number" }, "deadline": { "type": "number" }, "slippageTolerance": { "default": 0.5, "type": "number" }, "tokenId": { "type": "string" } }, "required": [ "tokenId", "amount0Desired", "amount1Desired", "chainId" ], "type": "object" }

You must be authenticated.

Other Tools from agentek-eth

Related Tools

ID: embaq2gcce