# Saturnswap Limit Orders Operator

> OPERATOR SKILL — requires manual confirmation for every action. Use this skill to sign and submit limit order or cancel order transactions. Triggers after saturnswap-limit-orders has created an unsigned transaction. "sign limit order", "submit order", "execute the cancel", "confirm order".

- Skill: `flux-point-studios/saturnswap-limit-orders-operator` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add flux-point-studios/saturnswap-limit-orders-operator`
- Raw SKILL.md: https://api.skillmd.com/api/skills/flux-point-studios/saturnswap-limit-orders-operator/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: flux-point-studios (https://skillmd.com/u/flux-point-studios)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/flux-point-studios/saturnswap-limit-orders-operator

---


# SaturnSwap Limit Orders Operator

Sign and submit limit order and cancel transactions. OPERATOR skill — every
action requires explicit user confirmation.

## Prerequisites

- An unsigned transaction (transactionId + hexTransaction) from the guidance skill
- A wallet signing key (PAYMENT_SKEY_HEX or PAYMENT_SKEY_CBOR)

## Scripts

### Sign and Submit Order

```bash
node scripts/sign-and-submit.js --address <bech32> --txid <transactionId> --hex <unsignedHex>
```

Uses the same sign-and-submit pattern as market swap operator.

## Safety Rules

- **NEVER auto-submit** — always require explicit user confirmation
- **NEVER log private keys**
- Verify transaction ID matches user-approved operation
- Report final on-chain transaction ID for verification

