Supported Actions
- Add liquidity to a token pair
- Remove liquidity from a pool
- Create a new pool if none exists (if supported)
- View LP token balance and pool stats (planned)
Example Commands
Liquidity Requirements
- Users must hold both tokens in the trading pair.
- LP tokens are issued and stored in the session wallet.
- Minimum and maximum liquidity limits may apply depending on the pool.
Fee Rewards
- Liquidity providers earn a share of the trading fees (e.g., 0.25% per swap).
- LP rewards are automatically accumulated and can be claimed manually (future feature).
- OxVenta does not charge additional fees for liquidity actions.
Process Overview
- User submits a command
- AI parses and verifies token pair and amounts
- Checks pool existence and ratio
- Estimates gas and confirms slippage
- Executes transaction and returns LP token details
Output Example
Remove Liquidity
Users can also remove LP positions using commands like:- Determine current LP balance
- Prompt user for confirmation
- Return assets and burn LP tokens
Risks and Notes
- Impermanent loss may occur during volatile market conditions.
- LP positions are subject to pool ratio and market volatility.
- Always review slippage estimates before confirming.