add nansen-convergence-scanner skill#405
Open
FarseenSh wants to merge 1 commit into
Open
Conversation
Detects when multiple independent smart money entities accumulate the same token — the highest-alpha signal: unrelated actors independently reaching the same conclusion. 4-phase workflow: 1. Scan SM netflow + dex-trades across chains 2. Group by token, find tokens with 2+ distinct addresses 3. Verify independence via related-wallets + profiler compare 4. Enrich with token info + flow-intelligence Includes REFERENCE.md with independence protocol, label diversity scoring, false positive filters, and cost warnings. Built as part of Specter (github.com/FarseenSh/Specter) — an autonomous entity intelligence engine using 25+ Nansen CLI endpoints across 10 chains.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New Skill: nansen-convergence-scanner
Detects when multiple independent smart money entities accumulate the same token — the highest-alpha signal: unrelated actors independently reaching the same conclusion.
Workflow
profiler related-wallets+profiler compare(skip if shared counterparties >= 3)token info+token flow-intelligenceWhat's included
SKILL.md— 4-phase workflow with exact CLI commands, independence test, signal strength classification, credit cost estimatesREFERENCE.md— Independence protocol, label diversity scoring, multi-chain convergence, false positive filters (stablecoins, wrapped natives, market makers)Signal strength
Why this skill
None of the existing 32 skills detect multi-entity convergence.
nansen-wallet-clusteringresolves single entities. This skill answers a different question: are multiple unrelated entities reaching the same conclusion about the same token?Credit cost
~6-12 CLI calls per convergence scan.
Built as part of Specter — an autonomous entity intelligence engine using 25+ Nansen CLI endpoints across 10 chains. #NansenCLI