🎯 Goal
Combine Agentic Wallet with published Wallet Skills to build end-to-end automated trading strategies — discover opportunities, run security checks, and execute trades from a single conversation.
✅ Prerequisites
- Agentic Wallet installed and signed in.
- The strategies below require the corresponding Skills to be installed. Get them from
binance-skills-hub:
- Strategy 1 (Meme Sniping):
meme-rush,query-token-audit - Strategy 2 (Smart Money):
trading-signal,query-token-audit - Strategy 3 (Narrative Capture):
meme-rush,query-token-info
- Strategy 1 (Meme Sniping):
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 Agent uses meme-rush to return tokens on the bonding curve.
"Audit the security of token XXX for me"
The Agent uses query-token-audit to return risk score, honeypot detection, tax analysis, etc.
"Looks safe enough. Buy with 50 USDT"
The Agent 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 Agent 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 Agent calls query-token-audit to return the security audit.
"Looks good, buy with 50 USDT"
The Agent 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 Agent uses meme-rush to return narrative themes ranked by net capital inflow.
"What are the representative tokens for this narrative?"
The Agent returns related tokens with market data.
"Check the holder distribution and liquidity for XXX"
The Agent 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 Agent creates a limit sell order via Agentic Wallet.
Best Practices
| Principle | Description |
|---|---|
| Audit before buying | For any non-mainstream token, audit with query-token-audit before trading |
| Start small | Test new strategies with small amounts before scaling up |
| Set stop-losses | Use limit sell orders to define exit points and avoid being stuck |
| Diversify | Don't put all funds into a single token or narrative |
| Monitor regularly | Check 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
- Skills Reference — Full capability reference for all Skills modules.
- Supported Skills — View all available Wallet Skills.