saturnswap-liquidity
Installation
SKILL.md
SaturnSwap Liquidity Management
Guide users through adding and withdrawing liquidity on SaturnSwap DEX.
Capabilities
- Add liquidity to an existing pool (ADA or token side)
- Withdraw liquidity from a position
- View current liquidity positions (delegates to saturnswap-portfolio)
Add Liquidity Flow
- Find the pool — look up by ticker or pool ID
- Check existing positions — see if user already has a position in this pool
- Determine amount — how much ADA or tokens to deposit
- Build transaction — call
createAddLiquidity - Hand off to operator — for signing and submission
Withdraw Liquidity Flow
Related skills