Uniswap Submit Limit Order

Submit a UniswapX Dutch auction limit order. Use when user wants to set a limit price, get MEV-protected execution, or submit an order that fills at the best available price. No gas cost until filled.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Uniswap Submit Limit Order" with this command: npx skills add wpank/submit-limit-order

Submit Limit Order

Submit a gasless UniswapX Dutch auction limit order.

Activation

Use this skill when the user says any of:

  • "Set a limit order"
  • "Buy X at price Y"
  • "Submit a UniswapX order"
  • "Limit buy/sell"

Input Extraction

ParameterRequiredDefaultSource
tokenInYesToken name/symbol
tokenOutYesToken name/symbol
amountYesNumeric value
chainNoethereumChain name
limitPriceNomarket priceTarget price
expiryNo5 minutesDuration for Dutch auction decay

Workflow

  1. Validate inputs: Check token allowlist, spending limits, and UniswapX support on the target chain.

  2. Get current market price: Call get_quote to establish the baseline price.

  3. Submit order: Call submit_uniswapx_order with:

    • tokenIn, tokenOut, amount, chain
    • orderType: "dutch" (default) or "priority"
  4. Monitor (optional): Poll get_uniswapx_order_status until filled, expired, or cancelled.

  5. Report:

Limit Order Submitted (UniswapX Dutch Auction)

  Input:   1,000 USDC
  Target:  0.310 WETH (limit: 1 WETH = $3,225)
  Decay:   $3,225 → $3,200 over 5 minutes
  Status:  PENDING
  Order:   0xORDER_HASH...

  Gas: $0.00 (gasless until filled)
  Monitoring: Will report when filled or expired.

Error Handling

ErrorUser MessageSuggested Action
UNISWAPX_NOT_SUPPORTED"UniswapX not available on [chain]."Use supported chain or execute-swap
ORDER_EXPIRED"Order expired without fill."Adjust limit price or increase expiry
SAFETY_TOKEN_NOT_ALLOWED"TOKEN is not on allowlist."Add token to config

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

low-carbon-medicine

低碳生活方式医学咨询。当用户提到低碳饮食、生酮饮食、减肥控糖、糖尿病逆转、代谢综合征、胰岛素抵抗时触发。

Registry SourceRecently Updated
General

x0x-api-smoketest-1777556197822

Scratch skill used to validate CI API publish flow before merge.

Registry SourceRecently Updated
General

java-circular-dependency-breaker

Break circular dependencies in Java multi-module Gradle/Maven projects using interface extraction and business service separation. Triggers: 'circular depend...

Registry SourceRecently Updated
General

Options Trading Brain

Professional options trading intelligence system. Monitors whale flow (Unusual Whales), counts Elliott Waves, analyzes Bollinger Bands, multi-timeframe trend...

Registry SourceRecently Updated