The Agent's Blind Spot: 7 Data Feeds Your Token-Scoring Bot Is Missing
A token-scoring agent is only as sharp as its data. Here are the seven feeds that separate a real edge from an expensive hallucination.
Stop Feeding Your Agent Crumbs
Every trader with a Telegram bot and a half-written Python script thinks they have an edge. Then the bot buys a token that rugged three minutes later. The problem is rarely the model. It is the data. A scoring agent that only reads price and volume is a coin flip with extra steps.
If you are building an agent to score tokens end to end, it needs to ingest the same messy, real-world signals a sharp human would check. Here are the seven data sources that separate a serious tool from a toy. None of this is financial advice — it is a checklist so you do not get fed to the machine.
1. Liquidity Depth, Not Just the Number
Most agents pull the liquidity figure and move on. That number is a lie. You need the actual depth of the order book or the pool composition. Is the liquidity concentrated in one tight range, ready to be pulled? Is it paired against a stablecoin or against a volatile meme token? A token with $50k of liquidity that is 80% of the supply still in the deployer's wallet is not a liquid token. It is a trap with a timer.
Feed your agent the pool structure, not just the headline TVL. On GMGN, you can inspect the pool makeup and holder distribution directly. An agent that does not know the difference between a healthy pool and a single-sided pool is an expensive way to lose money.
2. Holder Distribution and the Top 10
Concentration kills. You need the exact percentage held by the top ten wallets, and more importantly, whether those wallets are linked. A cluster of fresh wallets created in the same block, all funding from the same CEX, is not retail demand. It is one person with a spreadsheet.
Your agent should flag:
- Top 10 holder concentration above a threshold
- Wallets that are all funded from a single source
- A deployer wallet that still holds a large chunk
- Wallets that have only ever bought this one token
This is the difference between reading a story and reading the fine print.
3. Dev Activity and Contract Risk
A token's code is its destiny. Your agent needs the contract's mint authority, freeze authority, and ownership status. Can the deployer mint infinite supply? Can they freeze your tokens? Is the contract a known honeypot pattern? These are not optional checks. They are the difference between a trade and a donation.
Do not stop at the audit report. Most "audits" on low-cap memecoins are paid stickers. Pull the verified source, check for proxy patterns, and look at the deployer's history. A dev who has deployed forty tokens in a month is not a builder. They are a serial launcher.
4. Social Sentiment and KOL Behavior
Sentiment is not a lagging indicator if you measure it correctly. You do not need to scrape every tweet. You need to know who is talking and when they are talking. A cluster of mid-tier KOLs all posting within a 10-minute window is a coordinated shill, not organic hype. Your agent should timestamp the calls and flag clusters.
Watch for the exit pattern: the KOL buys, posts, and then sells into the volume they created. An agent that tracks KOL wallet activity against their public posts will catch this. The Blackhat Empire main channels on Telegram already track KOL clusters and calls across SOL, BSC, ETH, and BASE — you can use those as a sanity check on your own data pipeline.
5. CEX Funded Buys and Fresh Wallet Behavior
Not all volume is equal. A buy from a wallet that was just funded from Binance or Coinbase is a different signal than a buy from a wallet that has been swapping for months. Fresh wallets are often the fuel of a coordinated pump. CEX-funded buys can indicate a whale moving in or a wash-trading bot cycling funds.
Your agent should categorize inflow by source:
- CEX-funded fresh wallets
- Aged wallets with a history
- Internal exchange wallets (often wash trading)
- Known bot clusters
This classification is the core of the "smart money" vs. "dumb money" split that most paid tools charge you for. You can build it yourself if you log the funding sources.
6. Graduation and DEX Listing Status
A token that is still on a launchpad like pump.fun is a different asset than one that has graduated to a DEX. The rules change. The liquidity gets locked (sometimes). The trading pairs multiply. Your agent needs to know the exact state of the token's life cycle — pre-graduation, post-graduation, and whether the migration actually worked.
A failed migration is a classic rug vector. The agent should verify the new pool exists, the liquidity is locked, and the old pool is dead. If it cannot confirm the migration, it should flag the token as high risk and move on.
7. Real-Time Buy/Sell Pressure and Exits
Finally, you need the tape. Not the 5-minute candle, but the individual transactions. Large buys in a single block, then a wave of small sells. A smart money wallet that has been accumulating suddenly dumping. Your agent needs to track smart money exits as carefully as it tracks entries. The exit is the signal that the party is over.
Building the Full Picture
A serious scoring agent is not a single model. It is an orchestrator that pulls on-chain data, contract code, holder analytics, and social signals into one decision. Most of these feeds are free if you know where to look. Start with the chain RPCs, add a DEX aggregator API like GMGN, and layer in your own social scrapers.
Then do the hardest step: backtest your agent against the last fifty tokens that rugged. If your agent would have bought even five of them, the data is still not good enough. Fix the blind spots before you risk real capital.
Memecoins are extremely high risk and most go to zero. No agent or data feed can change that. All this work is only about reducing the odds of you being the exit liquidity. Stay sharp.
For reference on the metrics and rules your agent should enforce, check the metrics glossary and the alert rules. If you are in the community, the public groups — from BH GMGN CHAT to the chain-specific channels for SOL, BSC, ETH, and BASE — are where the live data flows. The main alert channels, like @gmgnxsolsmartmoneyexits and @gmgnxethkolcalls, are a good starting point for your training data.
Community
Stay connected across the chains:
- Blackhat Empire — web terminal, scans and DYOR
- BH GMGN CHAT — community, scans, DYOR and shorts
- BH GMGN SOLANA — SOL alert topics
- BH GMGN BSC — BSC alert topics
- BH GMGN ETH — ETH alert topics
- BH GMGN BASE — BASE alert topics
- BH GMGN ROBINHOOD — ROBINHOOD alert topics
- BH GMGN STABLE — STABLE alert topics
- MAIN alert channels — current public channel directory
- @gmgnxsolalertsbot — SOL configurable alerts
- @gmgnxbscalertsbot — BSC configurable alerts
- @gmgnxethalertsbot — ETH configurable alerts
- @gmgnxbasealertsbot — BASE configurable alerts
- @gmgnxrobinalertsbot — ROBINHOOD configurable alerts
- @gmgnxstablealertsbot — STABLE configurable alerts
Charts and on-chain research: https://gmgn.uk.