You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alpha discovery through KOL tweet verification, on-chain wallet matching, and follower profit simulation — powered by GPT signal classification.
What is MemeRecall?
MemeRecall is a funnel engine that continuously discovers crypto KOLs, classifies their Twitter signals using GPT, verifies claims against on-chain wallet activity, and outputs a ranked leaderboard of verified signal callers — KOLs who tweet what they trade, trade what they tweet, and make money doing it.
The system applies a Triple Filter to every KOL:
Filter
Question
Without it
Signal Detection
Does this person actually tweet trading signals?
→ Just a wallet tracker (Nansen)
Wallet Verification
Do they buy what they claim to buy?
→ Just sentiment analysis (LunarCrush)
Profit Validation
Would followers profit by copy-trading?
→ Just Twitter noise
Only KOLs passing all three filters appear on the leaderboard.
Key Features
GPT-Powered Signal Classification
Analyzes 100 tweets per KOL using GPT-4o in batch mode
Full funnel: discover → prefilter → analyze → rank
GET /kol/:handle/report
Single KOL deep analysis (v2.0 pipeline)
GET /analysis/:handle
Cached or live wallet analysis
GET /analysis/:handle/live
Force fresh wallet analysis
GET /investment/:handle
Signal-wallet matching report
GET /timeline/:handle
Evidence timeline
GET /watchlist
Token price watchlist
POST /watch/run
Trigger token watch cycle
POST /watchlist/add
Add token to watch
Getting Started
Prerequisites
Bun (latest)
bird-twitter CLI in PATH
bb-browser CLI in PATH
Local Development
git clone <repo-url>cd memerecall
bun install
# Configure environment
cp .env.example .env
# Edit .env with your API keys (see below)# Run the full leaderboard funnel
bun run leaderboard:run
# Or analyze a single KOL
bun run report:will
# Start API + Dashboard
bun run dev
# Dashboard: http://localhost:3001# API: http://localhost:4049
GMGN KOL wallets are 94% Silent Whales — profitable on-chain but don't tweet signals. Only 6% are actual Signal Callers. Data source matters more than algorithm quality.
Twitter-First prefilter saves 94% of GPT budget — checking S3/S4 signal frequency before spending $0.15/KOL on full analysis.
The triple filter intersection is naturally sparse — expect ~30-50 qualified KOLs globally. This is a feature: a 30-person high-value whitelist beats a 500-person noise leaderboard.
Selection bias is the biggest risk — ranking by wallet PnL selects for silent traders; ranking by tweet volume selects for shillers. The product's value is in the AND intersection.
About
Don't trust the tweet, verify the trade. — Find the 1% of Crypto Twitter who actually buy what they shill, and copy their wins. Verified Copy-tradable Twitter Signals: GPT signal classification + on-chain wallet verification + follower profit simulation.