saturnswap-limit-orders
Installation
SKILL.md
SaturnSwap Limit Orders
Guide users through placing and cancelling limit orders on SaturnSwap.
Capabilities
- Place limit buy orders (bid ADA for tokens at a target price)
- Place limit sell orders (offer tokens at a target ADA price)
- Cancel existing open orders
- Preview order placement against current order book
Place Limit Order Flow
- Find the pool — look up by ticker or policy ID
- Check current prices — show best bid/ask and current price
- Calculate amounts — user specifies price and quantity
- Build transaction — call
createLimitOrder - Hand off to operator — for signing and submission
Related skills