Binance Wallet Skills are composable AI modules for developers. They expose Binance Web3's on-chain capabilities in a form that any LLM Agent or application can call directly.
What Are Skills
Traditional APIs require developers to manually parse intent, call endpoints, and handle errors. Skills wrap all of that into modules an AI can understand and invoke directly:
- Triggered by natural language intent â no API calls to write
- Each Skill is a standalone module â integrate individually or combine
- Compatible with Claude, ChatGPT, Copilot, and major AI Agent environments
Published Wallet Skills (binance-web3)
12 Skills are currently published on binance-skills-hub:
| Skill | Type | Core Capability |
|---|---|---|
| binance-agentic-wallet | Read + Write | Wallet management, token transfers, market swaps, limit orders (BSC/ETH/Base/Solana) |
| binance-onchain-copy-trader | Read + Write | Copy-trading scaffold: subscription, risk gates, orders, on-chain SL/TP, strategy hooks (no strategy included) |
| query-token-info | Read | Token search, metadata, live market data, candlestick charts |
| query-token-audit | Read | Token security audit: risk scoring, honeypot detection, contract verification |
| query-address-info | Read | Wallet address token holdings with prices and balances |
| crypto-market-rank | Read | Market rankings: social buzz, smart money inflow, Meme coins, trader PnL |
| meme-rush | Read | Meme token tracking (new/migrating/migrated) + AI narrative discovery |
| trading-signal | Read | On-chain smart money signals with signal status and peak gain data |
| binance-trading-signal | Read | Signal strategies you define and backtest, plus the smart money feed and daily reports |
| binance-wallet-tracker | Read | Wallet and group monitoring, behaviour replay, real-time trade push over WebSocket |
| binance-leaderboard | Read | Trader rankings and a 6-dimension score for judging whether a wallet is worth following |
| binance-tokenized-securities-info | Read | Tokenized securities (Ondo Finance) â live prices, market status, on-chain data |
Last modified on