Skip to main content

Tutorial and Use Cases

After completing Install Agentic Wallet and signing in, you can talk directly to your AI Agent in natural language. Agentic Wallet Skills will parse your intent and execute on-chain automatically.


Minimal Tutorial

The minimal workflow: check status → get a quote → confirm and swap.

1. Check wallet connection

"Is my wallet connected? What's my address?"

The AI returns your connection status and wallet address.

2. Check balances

"How much BNB and USDT do I have?"

The AI returns all non-zero balances with USD valuation.

3. Get a swap quote (no execution)

"How much USDT would I get for 0.01 BNB? Don't execute."

The AI returns the estimated output, slippage, and gas estimate — no on-chain transaction is triggered.

4. Execute the swap

"Go ahead and execute."

The AI requests your confirmation, then submits the on-chain swap and returns an order ID for tracking.


Use Case 1: Wallet Operations

Check status

"Is my wallet connected?"

"Which chain am I on? What networks are supported?"

"What's my wallet address?"

Check balances

"What are all my token balances?"

"How much USDT do I have?"

"What's the total USD value of my assets?"

View transaction history

"What are my recent transactions?"

"Are there any pending transactions?"

"Check the status of transaction 0xabc123..."

Check daily quota

"How much of my daily limit is left today?"

"What's my daily limit and how much have I used?"


Use Case 2: Send Tokens

Transfer tokens to a whitelisted address.

Prerequisite: The recipient address must be added to the Address Book in the Binance App (Wallet → Settings → Address Book).

Send native token:

"Send 0.02 BNB to 0x1234...5678"

Send ERC-20 token:

"Transfer 10 USDT to 0x1234...5678"

The AI will show you the amount and destination address before executing. After success, it returns a transaction hash. You can follow up:

"Has that transfer been confirmed on-chain?"


Use Case 3: Market Order (Swap)

Get a quote

"How much USDT would I get for 0.1 BNB? Quote only, don't execute."

The AI returns the estimated output, slippage, and routing — no on-chain transaction.

Execute a market swap

"Swap 0.1 BNB for USDT"

"Buy BNB with 50 USDT, slippage max 2%"

The AI 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?"

StatusDescription
PENDINGProcessing on-chain
FINISHEDExecuted successfully
FAILEDExecution failed

Use Case 4: Limit Order

Set a target price — the AI executes automatically when triggered. No need to watch the market.

Note: Limit orders are only supported on BSC and Solana. Buy orders: fromToken must be USDT, USDC, USD1, U or native token. Sell orders: toToken must be USDT, USDC, USD1, U or native token.

Place a limit buy

"Buy BNB with 100 USDT when the price drops to $500"

"When WETH drops to $2800, buy some with 200 USDT on BSC"

The AI creates the conditional order and returns a strategy ID. It executes automatically when the price is hit.

Place a limit sell

"Sell 1 BNB for USDT when the price reaches $650"

"Sell 0.5 WETH on BSC when it hits $3500"

Check limit orders

"What limit orders do I have open?"

"Show me limit orders still waiting to trigger"

"Check the status of limit order 9876543210"

StatusDescription
WORKINGWaiting for trigger price
TRIGGEREDPrice hit, executing
PENDINGProcessing on-chain
FINISHEDExecuted successfully
FAILEDExecution failed
EXPIREDOrder expired
CANCELEDOrder canceled

Cancel a limit order

"Cancel my BNB limit buy order"

"Cancel all my open orders"


Use Case 5: Security & Settings

Security settings can only be modified in the Binance App. You can query the current configuration anytime through the AI:

"What's my current daily limit?"

"What's my tradable token scope?"

"Are high-risk transactions set to auto-reject or require confirmation?"

To modify: Binance App → Agentic Wallet management page → Settings icon (top right)


Use Case 6: Automated Trading Strategies

Combine Agentic Wallet with published Wallet Skills like meme-rush, trading-signal, query-token-info, and query-token-audit to build end-to-end automated trading strategies.

Tip: The following use cases require the corresponding Skills to be installed. Get them from binance-skills-hub.

Strategy 1: Meme Token Sniping

Use meme-rush to monitor newly launched or migrating Meme tokens, run security pre-checks with query-token-audit, and execute trades when safe.

Example conversation:

"What new Meme tokens launched on Solana recently?"

The AI uses meme-rush to return tokens on the bonding curve.

"Audit the security of token XXX for me"

The AI uses query-token-audit to return risk score, honeypot detection, tax analysis, etc.

"Looks safe enough. Buy with 50 USDT"

The AI confirms and executes a market swap via Agentic Wallet.


Strategy 2: Smart Money Following

Use trading-signal to monitor smart money buy signals in real-time, auto-check security, and follow trades.

Basic usage:

"What are the latest smart money buy signals?"

The AI uses trading-signal to return active signals with token, trigger price, current price, max gain, etc.

"Is the token from this signal safe? Check it for me"

The AI calls query-token-audit to return the security audit.

"Looks good, buy with 50 USDT"

The AI executes the trade via Agentic Wallet.

Advanced usage — automated following:

"Check smart money signals every 5 minutes. When a new signal appears, auto-audit it. If risk level is LOW, buy with 50 USDT"

The AI Agent will set up a scheduled task to automatically: fetch signals → security audit → execute trade if safe. The specific implementation is planned by the Agent based on your instructions.


Strategy 3: Narrative Trend Capture

Use meme-rush's AI narrative detection to discover market hot spots and position early.

Example conversation:

"What narratives are trending right now? Which themes have the most capital inflow?"

The AI uses meme-rush to return narrative themes ranked by net capital inflow.

"What are the representative tokens for this narrative?"

The AI returns related tokens with market data.

"Check the holder distribution and liquidity for XXX"

The AI uses query-token-info to return token details, holder analytics, and liquidity data.

"Liquidity looks deep. Set a limit sell order for 50% when it reaches $1.2"

The AI creates a limit sell order via Agentic Wallet.


Best Practices

PrincipleDescription
Audit before buyingFor any non-mainstream token, audit with query-token-audit before trading
Start smallTest new strategies with small amounts before scaling up
Set stop-lossesUse limit sell orders to define exit points and avoid being stuck
DiversifyDon't put all funds into a single token or narrative
Monitor regularlyCheck limit order status and portfolio changes periodically

⚠️ Risk Warning: On-chain trading involves slippage, MEV attacks, and contract risks. All trading decisions should be based on your own research (DYOR). Skills provide information and execution capabilities only — they do not constitute investment advice.


What's Next