submit-limit-orderSubmit 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.
Install via ClawdBot CLI:
clawdbot install wpank/submit-limit-orderSubmit a gasless UniswapX Dutch auction limit order.
Use this skill when the user says any of:
| Parameter | Required | Default | Source |
|-----------|----------|---------|--------|
| tokenIn | Yes | ā | Token name/symbol |
| tokenOut | Yes | ā | Token name/symbol |
| amount | Yes | ā | Numeric value |
| chain | No | ethereum | Chain name |
| limitPrice | No | market price | Target price |
| expiry | No | 5 minutes | Duration for Dutch auction decay |
get_quote to establish the baseline price.submit_uniswapx_order with:get_uniswapx_order_status until filled, expired, or cancelled.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 | User Message | Suggested 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 |
Generated Mar 1, 2026
A retail investor wants to buy a specific amount of ETH at a target price of $3,200 using USDC, avoiding gas fees until the trade executes. They use this skill to submit a gasless UniswapX Dutch auction order, which decays from the current market price over 5 minutes, ensuring MEV protection and no upfront costs.
A user implements a dollar-cost averaging (DCA) strategy by setting recurring limit orders to purchase tokens like WETH at predetermined prices. This skill automates the submission of UniswapX orders, allowing for gasless, MEV-protected trades that fill at the best available price over time, optimizing entry points without manual intervention.
An institutional client needs to swap a large amount of USDC for a governance token while protecting against price slippage and MEV attacks. They use this skill to set a limit price, submitting a UniswapX Dutch auction order that decays safely, ensuring execution at or below the target price with no gas costs until filled.
A trading bot identifies price discrepancies across DEXs and uses this skill to quickly submit limit orders on UniswapX for gasless, MEV-protected trades. It automates input extraction for token pairs and amounts, enabling rapid execution at favorable prices without upfront transaction fees.
A DAO treasury manager wants to acquire tokens on a specific chain like Polygon at a limit price using stablecoins. They employ this skill to submit a UniswapX order, validating chain support and token allowlists, ensuring a secure, gasless swap that fills at the best price within the set expiry period.
Offer basic limit order submission for free to attract users, then charge subscription fees for advanced features like real-time monitoring, custom expiry settings, or priority order types. Revenue is generated through tiered plans that enhance order management and analytics.
Provide this skill as part of an API package for developers building trading bots or DeFi applications. Monetize through usage-based pricing, charging per order submitted or based on transaction volume, with additional revenue from enterprise support and customization services.
Integrate with DeFi protocols and exchanges, earning commissions on trading volume generated through submitted orders. Partner with token projects to promote their assets, driving user adoption and generating revenue from referral fees and promotional partnerships.
š¬ Integration Tip
Ensure the AI agent has access to real-time token data and user wallet permissions for seamless order submission and monitoring.
Connect Claude to Clawdbot instantly and keep it connected 24/7. Run after setup to link your subscription, then auto-refreshes tokens forever.
ERC-8004 Trustless Agents - Register, discover, and build reputation for AI agents on Ethereum. Use when registering agents on-chain, querying agent registries, giving/receiving reputation feedback, or interacting with the AI agent trust layer.
Autonomous crypto trading on Base via Bankr. Use for trading tokens, monitoring launches, executing strategies, or managing a trading portfolio. Triggers on "trade", "buy", "sell", "launch", "snipe", "profit", "PnL", "portfolio balance", or any crypto trading task on Base.
Deploy ERC20 tokens on Base using Clanker SDK. Create tokens with built-in Uniswap V4 liquidity pools. Supports Base mainnet and Sepolia testnet. Requires PRIVATE_KEY in config.
Query DeFi portfolio data across 50+ chains via Zapper's GraphQL API. Use when the user wants to check wallet balances, DeFi positions, NFT holdings, token prices, or transaction history. Supports Base, Ethereum, Polygon, Arbitrum, Optimism, and more. Requires ZAPPER_API_KEY.
Interact with Solana blockchain via Helius APIs. Create/manage wallets, check balances (SOL + tokens), send transactions, swap tokens via Jupiter, and monitor addresses. Use for any Solana blockchain operation, crypto wallet management, token transfers, DeFi swaps, or portfolio tracking.