← 返回
AI智能 中文

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.
提交UniswapX荷兰拍卖限价单。用户可设置限价、获得MEV保护执行,并以最优价格成交,成交前无需Gas费用。
wpank
AI智能 clawhub v0.1.0 1 版本 99862.8 Key: 无需
★ 0
Stars
📥 1,456
下载
💾 47
安装
1
版本
#latest

概述

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.
  1. Get current market price: Call get_quote to establish the baseline price.
  1. Submit order: Call submit_uniswapx_order with:
    • tokenIn, tokenOut, amount, chain
    • orderType: "dutch" (default) or "priority"
  1. Monitor (optional): Poll get_uniswapx_order_status until filled, expired, or cancelled.
  1. 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

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-29 02:50 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 712 📥 243,883
ai-intelligence

Proactive Agent

halthelobster
将AI智能体从任务执行者升级为主动预判需求、持续优化的智能伙伴。集成WAL协议、工作缓冲区、自主定时任务及实战验证模式。Hal Stack核心组件 🦞
★ 836 📥 213,187
ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,358 📥 318,467