🎯 Goal
Swap one token for another at the current market price — get a quote first, then confirm to execute, and track the order to completion.
✅ Prerequisites
- Agentic Wallet installed and signed in.
- Enough balance of the token you're selling, plus native token for gas.
Get a quote
"How much USDT would I get for 0.1 BNB? Quote only, don't execute."
The Agent replies with the estimate in plain language — for example: "0.1 BNB is currently worth about 61 USDT, with 0.5% slippage and a small gas fee. No transaction placed."
Execute a market swap
"Swap 0.1 BNB for USDT"
"Buy BNB with 50 USDT, slippage max 2%"
The Agent shows the quote and waits for confirmation. Say "confirm" or "go ahead" to trigger the swap.
Check order status
"Has my last swap completed?"
"Show me my recent swap orders"
"Any swaps still pending?"
The Agent summarizes your orders in plain language — for example: "Your last swap of 0.1 BNB for about 61 USDT finished successfully a few minutes ago. You have no swaps still pending." The status of each order maps to one of the following:
| Status | Description |
|---|---|
PENDING | Processing on-chain |
FINISHED | Executed successfully |
FAILED | Execution failed |
⚠️ Risk notice
Market swaps execute at the best available price, which means slippage can be significant on illiquid or volatile pairs — the amount you receive may differ from the quote. On-chain trading also carries MEV-attack and smart-contract risk. Always review the final quote the Agent shows before confirming, and base every decision on your own research (DYOR) — Skills provide information and execution capability only, never investment advice.
What's next
- Limit Order — Set a target price and let the Agent execute automatically.
- Automated Strategies — Combine swaps with Skills for hands-off trading.