binance-wallet-tracker
Wallet tracking and monitoring on Binance Web3. Monitor token/trade activity for private groups or public Smart Money/KOL data. Four domains: (A) Discovery — consensus, pioneer, leaderboard diff, token buyer lookup, time-window summaries, similar wallets; (B) Evaluation — token risk (tokenRiskLevel ≥ 3), group rhythm, follow list assessment, token heat; (C) Replay — 4h summary, Accumulation/Distribution, sector rotation, anomaly orders, round-trip, first-mover/leader-follower, wake-up, bot-like; (D) Management — group create/rename, batch import, label update, link, follow list; (E) Real-time
npx skills add binance/binance-skills-hub --skill binance-wallet-tracker --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
What it does
The skill enables on-chain wallet tracking and monitoring focused on Binance Web3. It analyzes token-level and trade-level activity for private groups or public Smart Money/KOL data, providing multiple analysis domains (Discovery, Evaluation, Replay, Management, Real-time). It supports real-time WebSocket pushes for wallet- and address-level events and delivers per-token and per-address metrics suitable for pattern detection and group-focused queries.
How it works
The skill relies on the baw CLI from the @binance/agentic-wallet package. It executes commands like tracker token query, tracker tx query, tracker follow, tracker group create/update, tracker address batch/add/update/link/delete, and tracker ws to gather data. It computes aggregated fields locally: consensusCount from addressList.length, netInflow from summing addressList[].inflow, and countBuy/countSell from addressList[].buyCount/addressList[].sellCount. It filters results client-side for scenarios requiring specific contract addresses or wallets, since the APIs do not support ca/address filtering. It supports both private (with --group-id) and public (with --tag-type kol or --tag-type smy) contexts. It also includes safety steps: re-fetch outcomes after write operations and prompts for destructive actions with confirmation.
When to use it
Use to perform wallet tracking and monitoring for Binance Web3 scenarios, including token risk screening, follower/group rhythm analysis, anomaly detection, price and activity summaries, and real-time monitoring via WebSocket pushes.
What it can touch
The skill uses the following tools and commands exactly as described: baw tracker, baw tracker token query, baw tracker tx query, baw tracker follow, baw tracker group list/create/update, baw tracker address search/list/add/batch/update/link/delete/follow/unfollow, baw tracker ws. It requires the CLI @binance/agentic-wallet and the global install via npm install -g @binance/agentic-wallet if baw is not found. All interactions assume the baw CLI with the specified flags and json output.
Caveats
Destructive operations (delete, link, unfollow) require explicit confirmation or -y flag. EVM addresses are lowercased for deletion but deletion requests with mixed-case input may fail silently; normalization to lowercase is advised for delete operations. Time fields have specific units: ts in A3 trades is in seconds, while A2 timestamps in latestTxTime/launchTime are in milliseconds. Client-side filtering is performed by the Skill rather than the API for ca and address filters. Readback after write operations is recommended to confirm success. License and version details are as described in the metadata (openclaw requires bins with baw, version 1.1).
# Binance Wallet Tracker Skill On-chain wallet tracking and monitoring. Monitor token-level and trade-level activity for private groups or public Smart Money / KOL data. Includes 9 built-in analysis scenarios for replay and pattern detection. ## Prerequisites This skill requires the `baw` CLI (`@binance/agentic-wallet` npm package). If `baw` is not found: ```bash npm install -g @binance/agentic-wallet ``` Verify: `baw --version` should print `1.6.2` or higher. If installation fails or the user doesn't have Node.js, inform them that Node.js >= 18 is required. ## When to Use ### Discovery | User intent | Command | |-------------|---------| | Consensus tokens (many buyers) | `tracker token query` → sort by `consensusCount` | | Pioneer tokens (≤2 traders) | `tracker token query` → filter `launchTime` + `consensusCount ≤ 2` | | Leaderboard diff (untracked wallets) | `leaderboard query` (leaderboard skill) + `tracker address list` → diff | | Token-based buyer lookup | `tracker tx query` → client-side filter by `ca` | | Time-window summary | `tracker token query --period 4h` + `tracker tx query` | | Similar wallet discovery | `leaderboard analyze` (leaderboard skill) → archetype matching
- Prerequisites
- When to Use
- Discovery
- Evaluation
- Replay
- Management
- Supported Chains
- Command Tree
- Token Monitor (A2)
- Tx Monitor (A3)
- Follow Query (A4)
- Group Management (B1)
- Address Management (B2)
- Core Rules
npm install -g @binance/agentic-wallet Private — own group data (must specify --group-id or --tag-type) baw tracker token query -c 56 --group-id 1 --json baw tracker token query -c 56 --group-id 1 --period 4h --json Public — SMY/KOL data baw tracker token query -c 56 --tag-type kol --json # KOL baw tracker token query -c CT_501 --tag-type smy --json # Smart Money Private — own group trade flow baw tracker tx query -c 56 --group-id 1 --json Public — SMY/KOL trade flow
What does the binance-wallet-tracker skill do?
Wallet tracking and monitoring on Binance Web3. Monitor token/trade activity for private groups or public Smart Money/KOL data. Four domains: (A) Discovery — consensus, pioneer, leaderboard diff, token buyer lookup, time-window summaries, similar wallets; (B) Evaluation — token risk (tokenRiskLevel ≥ 3), group rhythm, follow list assessment, token heat; (C) Replay — 4h summary, Accumulation/Distribution, sector rotation, anomaly orders, round-trip, first-mover/leader-follower, wake-up, bot-like; (D) Management — group create/rename, batch import, label update, link, follow list; (E) Real-time
How do I install it?
Run `npx skills add binance/binance-skills-hub --skill binance-wallet-tracker --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From binance/binance-skills-hub, a repository with 947 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
