saturnswap-market-swap
Installation
SKILL.md
SaturnSwap Market Swap
Guide users through market buy/sell swaps on SaturnSwap DEX.
Flow
- Find the pool — look up by ticker or policy ID
- Check the order book — show current best ask/bid and spread
- Preview the swap — calculate expected output at current price
- Build the transaction — call
createMarketSwapwith pool ID and amount - Hand off to operator — the operator skill handles signing and submission
Scripts
Preview Swap
node scripts/preview-swap.js --pool <pool-uuid> --amount <display-units> [--side buy|sell]