strato.swap.add-liquidity-single
Add liquidity to a STRATO DeFi pool using only one token. This tool enables users to provide liquidity without needing both tokens in a pair.
Instructions
Provide liquidity using only one token.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| poolAddress | Yes | Pool address | |
| singleTokenAmount | Yes | Amount of the input token | |
| isAToB | Yes | Direction of deposit (true = token A to B) | |
| stakeLPToken | No | Whether to stake LP tokens automatically |