dex_plan_add_liquidity
Create a single-use plan to add liquidity to a token pair with exact amounts and expiration, enabling secure execution of liquidity provision without repeated authorization.
Instructions
Issue a single-use addLiquidity plan with exact calls, digest, and expiry
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | ||
| token_a | Yes | ||
| token_b | Yes | ||
| recipient | Yes | ||
| slippage_bps | No | ||
| amount_a_desired | Yes | ||
| amount_b_desired | Yes | ||
| deadline_minutes | No |