Skills Reference
The binance-agentic-wallet skill provides wallet management and on-chain trading through the baw CLI.
Supported chains: BNB Smart Chain (BSC), Ethereum, Base, Solana
Skill Documentation Structure
binance-agentic-wallet/
├── SKILL.md # Main doc: command routing, security policy, common token addresses
└── references/
├── preflight.md # Preflight checks: skill version, CLI version
├── authentication.md # Sign-in/sign-out flow
├── wallet-view.md # Wallet queries: status, address, balance, history, etc.
├── wallet-setting.md # Security settings (read-only)
├── send.md # Token transfer
├── market-order.md # Market order (swap)
├── limit-order.md # Limit order
└── security.md # Pre-trade security check flow
Key Features
Wallet Management
Query wallet status, addresses, balances, transaction history, and security settings.
Is my wallet connected?
What's my wallet address?
How much BNB and USDT do I have?
Show me my recent transactions
How much of my daily limit is left?
Token Transfer
Send tokens to addresses in your address book (Binance App → Wallet → Settings → Address Book).
Send 0.02 BNB to 0x1234...5678
Transfer 10 USDT to 0x1234...5678
Market Swap
Get quotes or execute swaps at current market price. Supports custom slippage and MEV protection.
How much USDT would I get for 0.1 BNB? Quote only
Swap 0.1 BNB for USDT
Buy BNB with 50 USDT, max slippage 2%
Limit Order
Set a target price — executes automatically when triggered.
Note: Limit orders are only supported on BSC and Solana.
Buy BNB with 100 USDT when the price drops to $500
Sell 1 BNB for USDT when the price reaches $650
Show my open limit orders
Cancel my BNB limit order