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