tapp_remove_single_amm_liquidity
Remove liquidity from a specified AMM position by burning share tokens and withdrawing tokens, ensuring minimum token amounts are met. Part of the Tapp Exchange MCP Server for decentralized exchange operations.
Instructions
Remove liquidity from a single AMM position
Input Schema
Name | Required | Description | Default |
---|---|---|---|
minAmount0 | Yes | Minimum amount of token0 | |
minAmount1 | Yes | Minimum amount of token1 | |
mintedShare | Yes | The amount of share tokens to burn | |
poolId | Yes | The ID of the AMM pool | |
positionAddr | Yes | The address of the liquidity position |