agentek-eth

by NaniDAO
Verified

intentDecreaseLiquidity

Removes liquidity from a Uniswap V3 position by specifying tokenId, chainId, and liquidity amount. Supports deadline and slippage tolerance for controlled execution.

Instructions

Removes liquidity from a Uniswap V3 position

Input Schema

NameRequiredDescriptionDefault
chainIdYes
deadlineNo
liquidityYes
slippageToleranceNo
tokenIdYes

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from agentek-eth

Related Tools

ID: embaq2gcce