add_liquidity_txn
Build unsigned transactions to add liquidity to a PactFi pool. Returns base64-encoded transaction group for signing via UluWalletMCP.
Instructions
Build unsigned transactions to add liquidity to a PactFi pool. Returns base64-encoded transaction group for signing via UluWalletMCP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sender | Yes | Sender wallet address | |
| slippage | No | Slippage tolerance in percent (default 0.5) | |
| poolAppId | Yes | Pool application ID | |
| primaryAmount | Yes | Amount of primary asset in human-readable units | |
| secondaryAmount | Yes | Amount of secondary asset in human-readable units |