prepare-cl-add-liquidity
Generates a transaction to increase liquidity in a concentrated liquidity position on Osmosis, specifying token amounts and minimum thresholds for precise allocation.
Instructions
Prepares a transaction to add liquidity to an existing CL position
Input Schema
Name | Required | Description | Default |
---|---|---|---|
amount0 | Yes | Amount of token0 to add | |
amount1 | Yes | Amount of token1 to add | |
positionId | Yes | The position ID to add liquidity to | |
sender | Yes | The sender's Osmosis address | |
tokenMinAmount0 | Yes | Minimum amount of token0 to use | |
tokenMinAmount1 | Yes | Minimum amount of token1 to use |