Browse labeled wallets
Explore the shared label database: funds, whales, name services, treasuries, exchanges, and community submissions. Narrow by chain, source, or category. Each filter shows the first pages only — use search or Lookup for a specific wallet.
Look up wallets
Paste up to 20 EVM or Solana addresses (one per line). Returns public labels from the shared database plus community entries with who added them. Lookups are rate limited.
Add a label
New labels enter the shared database immediately at low confidence, attributed to you unless you submit anonymously. Other members vote them up (or down) on the Vote tab.
Mass import
Upload a CSV or JSONL file with up to 25,000 wallets per import. Every row is validated individually and attributed to you unless you import anonymously; rejected rows are reported back with the reason.
Instructions for your AI (copy & paste)
Give these instructions to an AI assistant together with your raw notes/spreadsheet and it will produce a file this importer accepts.
Convert my wallet notes into a CSV file for the YAM community label importer.
OUTPUT FORMAT (CSV, exactly this header row first):
address,label,category,tags,note,chain
RULES
- One row per wallet address. Deduplicate addresses.
- address: required. Either an EVM address (0x + 40 hex chars) or a Solana
base58 address. Keep EVM addresses as-is (case does not matter); never
truncate or add ellipses.
- label: the wallet owner's name/identity (person, fund, project…),
2-120 chars. Required unless the row only carries tags.
- category: one of person, fund, project, exchange, contract, bot, other.
Prefer person or fund when the owner is an individual or investment firm.
- tags: optional, semicolon-free, comma-joined inside quotes if several,
e.g. "whale, market maker". Max 10 tags, 40 chars each, letters/numbers/
spaces and . _ / - only.
- note: optional, max 300 chars. Say how the identity is known (source).
- chain: optional. Leave empty for EVM (matches every EVM chain) or SOL for
Solana. Only set a specific chain (ETH, Base, Arbitrum, Optimism, Polygon,
BSC, Avalanche, Gnosis, HyperEVM) when the label is chain-specific.
- Quote any field containing a comma. No extra columns, no markdown fences.
- Max 25,000 rows per file; split larger sets into multiple files.
JSONL is also accepted instead of CSV: one JSON object per line with the same
keys, e.g. {"address":"0x…","label":"Wintermute","category":"fund","tags":["market maker"],"note":"per Arkham","chain":""}
Vote on community labels
Labels submitted by members start at low confidence; your votes raise (or bury) them. Focused on people and funds by default.