agentek-eth

by NaniDAO
Verified

intentMintPosition

Create a new Uniswap V3 liquidity position by specifying tokens, fee tiers, tick ranges, and desired amounts to enable automated Ethereum-based liquidity provision.

Instructions

Creates a new Uniswap V3 liquidity position

Input Schema

NameRequiredDescriptionDefault
amount0DesiredYes
amount1DesiredYes
chainIdYes
deadlineNo
feeYes
recipientNo
slippageToleranceNo
tickLowerYes
tickUpperYes
token0Yes
token1Yes

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" }, "fee": { "type": "number" }, "recipient": { "type": "string" }, "slippageTolerance": { "default": 0.5, "type": "number" }, "tickLower": { "type": "number" }, "tickUpper": { "type": "number" }, "token0": { "type": "string" }, "token1": { "type": "string" } }, "required": [ "token0", "token1", "fee", "tickLower", "tickUpper", "amount0Desired", "amount1Desired", "chainId" ], "type": "object" }

You must be authenticated.

Other Tools from agentek-eth

Related Tools

ID: embaq2gcce