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
Name | Required | Description | Default |
---|---|---|---|
amount0Desired | Yes | ||
amount1Desired | Yes | ||
chainId | Yes | ||
deadline | No | ||
fee | Yes | ||
recipient | No | ||
slippageTolerance | No | ||
tickLower | Yes | ||
tickUpper | Yes | ||
token0 | Yes | ||
token1 | Yes |