nansen-wallet-clustering

nansen-ai/nansen-cli · updated Apr 8, 2026

$npx skills add https://github.com/nansen-ai/nansen-cli --skill nansen-wallet-clustering
0 commentsdiscussion
summary

Answers: "Who controls this wallet? Are these wallets related?"

skill.md

Wallet Attribution

Answers: "Who controls this wallet? Are these wallets related?"

Chain: 0x--chain ethereum (also base, arbitrum, optimism, polygon). Base58 → --chain solana.

ADDR=<address> CHAIN=<ethereum|solana|base|...>  # detect from address format above
# 1. Identity
nansen research profiler labels --address $ADDR --chain $CHAIN
# 2. Related wallets (paginate with --page N)
nansen research profiler related-wallets --address $ADDR --chain $CHAIN
# 3. Counterparties (paginate with --page N; widen with --days 365 if empty)
nansen research profiler counterparties --address $ADDR --chain $CHAIN --days 90
# 4. Batch profile cluster
nansen research profiler batch --addresses "addr1,addr2" --chain $CHAIN --include labels,balance,pnl
# 5. Compare pairs → shared_counterparties, shared_tokens, balances
nansen research profiler compare --addresses "addr1,addr2" --chain $CHAIN
# 6. Historical balances (fingerprint drained wallets)
nansen research profiler historical-balances --address $ADDR --chain $CHAIN --days 90
# 7. Multi-hop trace (credit-heavy — keep --width ≤3)
nansen research profiler trace --address $ADDR --chain $CHAIN --depth 2 --width 3

Expansion: Run steps 1-2 on seed. For each new address found, ask the human before querying. Reserve step 3 for seed only. Stop when: known protocol/CEX · Low confidence · already visited · cluster > 10 wallets. Confidence: High = first funder / shared Safe signers / same CEX deposit. Medium = coordinated movements / related-wallets + label match. Exclude = ENS only, single CEX withdrawal, single deployer. Full attribution rules in REFERENCE.md.

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.864 reviews
  • Shikha Mishra· Dec 12, 2024

    nansen-wallet-clustering has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Alexander Menon· Dec 12, 2024

    I recommend nansen-wallet-clustering for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Aisha Jackson· Dec 8, 2024

    Solid pick for teams standardizing on skills: nansen-wallet-clustering is focused, and the summary matches what you get after install.

  • Sophia Desai· Dec 4, 2024

    nansen-wallet-clustering reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Sophia Lopez· Dec 4, 2024

    Keeps context tight: nansen-wallet-clustering is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Aarav Bhatia· Nov 27, 2024

    Registry listing for nansen-wallet-clustering matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Sophia Jain· Nov 27, 2024

    I recommend nansen-wallet-clustering for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Sophia Ndlovu· Nov 23, 2024

    nansen-wallet-clustering has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Sophia Taylor· Nov 23, 2024

    nansen-wallet-clustering is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Arya Abbas· Nov 11, 2024

    Useful defaults in nansen-wallet-clustering — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

showing 1-10 of 64

1 / 7