binance-leaderboard
Original:🇺🇸 English
Translated
On-chain wallet leaderboard and Gem Hunter analysis on Binance Web3. Query top trader rankings by PnL, win rate, volume, trade count, or token count across BSC/Solana/Base/ETH. Analyze individual wallet addresses with a 6-dimension scoring model (winrate/stability/drawdown/ tags/pnl/follow_friendly) plus AI archetype overlay. Query Gem Hunter to find wallets holding specific tokens. Save and load preset filter conditions and Gem Hunter configs. Trigger whenever the user mentions leaderboard, top traders, wallet analysis, Address Analysis, AddressScore, Gem Hunter, or wants to evaluate a wallet's trading quality — even if they don't say "leaderboard" explicitly.
8installs
Added on
NPX Install
npx skill4agent add binance/binance-skills-hub binance-leaderboardTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Binance Leaderboard Skill
On-chain wallet leaderboard ranking and address analysis. Query top traders by PnL, win rate, and more. Evaluate wallet quality with a 6-dimension scoring model.
Prerequisites
This skill requires the CLI ( npm package). If is not found:
baw@binance/agentic-walletbawbash
npm install -g @binance/agentic-walletVerify: should print or higher. If installation fails or the user doesn't have Node.js, inform them that Node.js >= 18 is required.
baw --version1.6.2When to Use
| User intent | Command |
|---|---|
| Query top traders by PnL/win rate/volume | |
| Analyze a single wallet address (6-dim score + AI archetype) | |
| Find wallets holding specific tokens (Gem Hunter) | |
| Save/load preset filter conditions | |
| Save/load Gem Hunter configs | |
Supported Chains
| Chain | chainId |
|---|---|
| BSC | |
| Solana | |
| Base | |
| Ethereum | |
Command Tree
baw leaderboard
query # Leaderboard query (Public, no auth)
analyze # Single address analysis (6-dim score + AI overlay)
alpha-radar # Gem Hunter query (Private, agentSessionId)
preset
save # Save preset filters (Private)
list # List preset filters (Private)
alpha-radar-config
save # Save Gem Hunter config (Private)
list # List Gem Hunter config (Private)All commands support for structured output.
--jsonLeaderboard Query
bash
# Basic query — top 20 by PnL on BSC, 7d period
baw leaderboard query -c 56 -p 7d -t ALL --json
# Sort by win rate, KOL tag only
baw leaderboard query -c 56 -p 30d -t KOL --sort-by 20 --json
# Pagination (page from 0, size max 20)
baw leaderboard query -c 56 -p 7d --page 0 --size 20 --jsonPublic endpoint — no auth required. Returns per-address PnL, win rate, volume, trade count, token distribution, daily PNL, and top earning tokens.
Key query parameters: (required), (7d/30d/90d), (ALL/KOL/MPC), (0=PnL · 20=Win Rate · 30=Total Volume · 50=Trade Count · 60=Recent Activity · 70=Profit Rate · 80=Token Count), (0/2=Descending · 1=Ascending), (from 0), (max 20).
-c/--chain-id-p/--period-t/--tag--sort-by--order-by--page--sizeFull parameter and return field reference:
references/cli.mdSingle Address Analyze
bash
# Analyze a wallet address — 6-dim scoring + AI archetype
# Default scans top 1000 entries
baw leaderboard analyze -c 56 -a 0xabc... --json
# Scan more entries (up to 5000) for long-tail addresses
baw leaderboard analyze -c 56 -a 0xabc... --top-n 5000 --jsonEvaluates the address across 6 dimensions (winrate 25 + stability 20 + drawdown 20 + tags 15 + pnl 10 + follow_friendly 10 = 100), then applies an AI overlay (archetype + behavior_flags + ai_adjustment ±10).
Flow: Query leaderboard top 1000 (configurable via ) → reverse-lookup the target address → compute scores → apply AI overlay → output rating.
--top-nRating: ⭐⭐⭐ ≥ 80 · ⭐⭐ ≥ 65 · ⭐ ≥ 50 · ❌ < 50
If the address is not in the top N (default 1000), returns "N beyond top". Use to increase scan range up to 5000.
--top-nFull scoring model details:
references/scoring.mdGem Hunter
bash
# Find wallets holding specific tokens
baw leaderboard alpha-radar -c 56 \
-t 0xtoken1,0xtoken2 \
-m 1 --jsonPrivate endpoint — requires . Extra required params: (comma-separated token addresses), (≥ 1). Supports , , like query.
agentSessionId-t/--tokens-m/--match-count-p/--period--page--sizeReturns records with the same fields as leaderboard query, but replaced by (matched tokens).
topEarningTokensmarchedTokensNote: The field is spelled (not "matched") in the CLI output.
marchedTokensPreset & Gem Hunter Config
bash
# Save preset filter conditions (pass null/empty to clear all)
baw leaderboard preset save --config '[{"name":"MyPreset","period":"7d","winRateMin":50}]' --json
# List saved presets
baw leaderboard preset list --json
# Save Gem Hunter config (pass null/empty to clear)
baw leaderboard alpha-radar-config save -c 56 \
--config '[{"uuid":"u1","name":"MyRadar","matchTokenCount":2,"tokenAddressList":[{"tokenAddress":"0xabc"}]}]' --json
# List saved configs
baw leaderboard alpha-radar-config list -c 56 --jsonCore Rules
Scoring Model Overview
6-dimension model (total 100) + AI overlay (±10). Dimensions: winrate (25), stability (20), drawdown (20), tags (15), pnl (10), follow_friendly (10). Full tiered scoring tables and AI overlay rules: .
references/scoring.mdTop-N Reverse Lookup
analyze--top-n--top-nbinance-wallet-trackerPreset & Config Clearing
Passing or empty array to or clears all saved items.
nullpreset savealpha-radar-config saveCross-Skill Scenarios
Some scenarios require both leaderboard and wallet-tracker skills:
- evaluate follow list: Use 's
binance-wallet-trackerto get the user's followed addresses, thentracker followeach one.leaderboard analyze - leaderboard diff: Query leaderboard top N, then diff against 's
binance-wallet-trackerto find untracked wallets.address list - batch import: Query leaderboard with filters → output address list → feed to 's
binance-wallet-trackercommand.address batch
Write-Back Confirmation
After preset/config save operations, re-fetch via to confirm the operation succeeded — don't assume success from the API response alone. If readback shows the saved data is missing, tell the user "Save may not have taken effect, please try again later" — never mention backend bugs or silent failures.
listUser-Facing Presentation
This skill serves end users, not developers. Internal field names, error codes, and CLI internals must never appear in user-facing output.
1. Term Mapping (internal → user-facing)
| Internal value | User-facing term | Notes |
|---|---|---|
| Sniper | |
| Swing Trader | |
| Accumulator | |
| Farmer | |
| Mixed | |
| Sort by PnL | |
| Sort by Win Rate | |
| Sort by Total Volume | |
| Sort by Trade Count | |
| Sort by Recent Activity | |
| Sort by Profit Rate | |
| Sort by Token Count | |
| omit | Don't show raw address unless user asks; use |
| Score | Don't show the formula |
Raw enum values (, , etc.) may appear in CLI syntax examples and internal lookup tables, but never in user-facing replies.
sniperswing2. Never expose internal identifiers
- ,
groupId— internal IDs, never shown to usersdisplayOrder - Error codes (, etc.) — translate to natural-language messages only
70001001 - Backend behavior details (e.g. preset save returning without persisting) — never mention "backend bug" or "silent failure"
data: true
3. Display template hygiene
Use user-facing terms in all output. The field should be translated to its Chinese term (Sniper, Swing Trader, etc.) — never show the raw English enum value. Score should be shown as a number, not as a formula.
archetypeError Codes
Error codes are for internal lookup only — never show numeric codes or internal names to users. Translate to natural-language messages.
| Code | Internal Name | User-Facing Message |
|---|---|---|
| 70001001 | TRACKER_API_ERROR | Query failed, please try again later |
| 70004001 | TRACKER_LEADERBOARD_EMPTY | Leaderboard data is empty |
| 70004002 | TRACKER_ADDRESS_NOT_RANKED | Address not ranked (beyond top 250) |
Display Templates
Leaderboard entry:
{addressLabel} | PnL: {realizedPnl} ({realizedPnlPercent}%) | Win Rate: {winRate}% | Trades: {totalTxCnt} | Tokens: {totalTradedTokens}Address analysis rating:
📊 {addressLabel} Address Analysis
Rating: ⭐⭐⭐ (85/100)
Trading Style: Sniper
Behavior Patterns: High Frequency Small Amount, Nocturnal Active
Dimension Scores:
Win Rate: 22/25 | Stability: 18/20 | Drawdown: 16/20
Tags: 15/15 | PnL: 8/10 | Trackability: 6/10
AI Adjustment: +5 (consistent trading style, stable pattern)Full CLI Reference
- — All commands with parameter tables, return field tables, and examples
references/cli.md - — 6-dimension scoring model, AI overlay, rating standards
references/scoring.md