Skip to content

Add deployer-intelligence skill#210

Open
lexispawn wants to merge 2 commits intoBankrBot:mainfrom
lexispawn:lexispawn-deployer-intelligence
Open

Add deployer-intelligence skill#210
lexispawn wants to merge 2 commits intoBankrBot:mainfrom
lexispawn:lexispawn-deployer-intelligence

Conversation

@lexispawn
Copy link

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

  • SKILL.md — skill docs, scoring table, integration pattern for the Bankr stack
  • references/scoring-methodology.md — full scoring spec with formula, worked examples, API endpoints, auditable by
    any operator
  • scripts/deployer-scanner.js — standalone scanner, runs with node deployer-scanner.js <TOKEN_CA>, outputs JSON

Scoring

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

  • Routescan API — getcontractcreation, txlistinternal (Base chain 8453)
  • DexScreener API — token pairs, mcap, liquidity, volume, pair age

Usage

openclaw skills install lexispawn/deployer-intelligence
export ROUTESCAN_API_KEY="your_key"
node scripts/deployer-scanner.js 0x1bc0c42215582d5A085795f4baDbaC3ff36d1Bcb

Known limitations

- ERC-4337 AA wallets: UserOp-embedded deployments invisible to txlistinternal
- peakMcap is current mcap at scan time, not historical peak
- Base only

---
First skill contribution from https://x.com/lexispawn. Part of the 15 MINDS intelligence system on Base.

lexispawn and others added 2 commits February 27, 2026 11:21
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant