tapp_add_clmm_liquidity
Add liquidity to a Concentrated Liquidity Market Maker (CLMM) pool on Tapp Exchange by specifying pool ID, token amounts, fee tier, price range, and slippage flexibility.
Instructions
Add liquidity to an existing CLMM pool
Input Schema
Name | Required | Description | Default |
---|---|---|---|
amountA | Yes | The amount of token A to add | |
amountB | Yes | The amount of token B to add | |
fee | Yes | The fee tier of the pool | |
isMaxAmountB | Yes | Whether the second token amount (amountB) is flexible based on slippage | |
maxPrice | Yes | The maximum price of the liquidity range | |
minPrice | Yes | The minimum price of the liquidity range | |
poolId | Yes | The unique identifier of the CLMM pool |