remove_liquidity_txn
Build unsigned transactions to remove liquidity from a PactFi pool by burning LP tokens, returning a base64 transaction group ready for wallet signing.
Instructions
Build unsigned transactions to remove liquidity from a PactFi pool. Returns base64-encoded transaction group for signing via UluWalletMCP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sender | Yes | Sender wallet address | |
| lpAmount | Yes | Amount of LP tokens to burn in human-readable units | |
| slippage | No | Slippage tolerance in percent (default 0.5) | |
| poolAppId | Yes | Pool application ID |