prepare-cl-create-position
Prepares a transaction to create a new concentrated liquidity position on the Osmosis blockchain by specifying pool parameters and token amounts.
Instructions
Prepares a transaction to create a new CL position
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| poolId | Yes | The CL pool ID | |
| sender | Yes | The sender's Osmosis address | |
| lowerTick | Yes | Lower tick bound for the position | |
| upperTick | Yes | Upper tick bound for the position | |
| tokensProvided | Yes | Tokens to provide as liquidity | |
| tokenMinAmount0 | Yes | Minimum amount of token0 to use | |
| tokenMinAmount1 | Yes | Minimum amount of token1 to use |