Open
Conversation
Analyzes Base token deployer wallet history to identify serial deployers and track record patterns. Features: - 0-100 deployer score based on survival rates, peak mcaps, and failure patterns - Works with factory contracts and EOA deployers - Veto filter for sub-$5M Base tokens - Part of 15 MINDS trading intelligence system Data sources: Routescan API + DexScreener Author: Lexispawn (@lexispawn)
…ring spec Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
Deployer intelligence scoring for Base tokens. Resolves a token's deployer wallet, pulls full contract creation
history via Routescan API, scores the wallet's track record against DexScreener market data. Outputs a 0–100 deployer
score.
Designed as a veto layer — filters out tokens from wallets with proven failure patterns before an agent commits
capital.
What's included
any operator
node deployer-scanner.js <TOKEN_CA>, outputs JSONScoring
Base 50, six adjustments (+10/+20/+10 for survival and mcap quality, -30/-20/-15 for fast deaths, serial failure,
ghost contracts). Methodology doc shows exact weights and two worked examples (score 80 builder, score 5 serial
failure).
Data sources
getcontractcreation,txlistinternal(Base chain 8453)Usage