No Holder Data? Read the Pool Fee Fingerprint
- Holder count and top-10 share have been null for three days, so concentration needs a substitute.
- The fee fingerprint: main-pool share of liquidity, number of abnormal fee tiers, and how tightly pools cluster after launch.
- Live today: STOCKTARD (35.001% pool) and KERMIT (81% pool) fail; JUGGERNAUT is clean.
Third day running (09-10, 09-11, 09-12): the upstream feed returns holdersCount, top-1 and top-10 concentration as null for all twelve tokens. Not a single concentration figure available on the whole board.
In How to Judge a Token Without Holder Data we gave three substitutes: turnover, market-cap-to-liquidity, and the buyer/seller address ratio. Here is a fourth, and I think the most underrated of the set: the pool fee fingerprint.
Why fee distribution tells you something
On Robinhood Chain anyone can create a pool for any token and choose its fee. That is a property of Uniswap V3/V4-style pools: the fee is not a network-wide 0.3%, it is set by whoever deploys the pool.
A normal project ends up with one to three pools: a main pool (typically 0.25%–1%), maybe a stablecoin pair. The fees are reasonable, because the person building the pool wants people to trade in it.
The abnormal case looks like this: a dozen or twenty pools on the same token, fees running from 0.9% up through 20%, 35%, even 81%, holding tens of dollars of liquidity. Those pools do not exist to be traded. They exist to catch a routing mistake.
Why would anyone land in one? Because wallets and aggregators trade off "best price" against "pool exists" when they route, and if their handling of exotic fee tiers is imperfect — or the main pool is momentarily thin — part of your order can be split into them. What you lose there is not slippage, it is fee. And you pay it again on the exit.
The three dimensions
1. Main-pool share of liquidity
Main-pool liquidity ÷ token-wide liquidity.
- > 80% — healthy. Liquidity is concentrated, routing is hard to get wrong.
- 50%–80% — caution. Several pools split the flow, and prices differ between them.
- < 50% — badly fragmented. You must pick your pool by hand.
2. Number of abnormal fee tiers
Count the pools charging more than 5%.
- 0 — clean.
- 1–2 — common; may be early experiments.
- 3 or more, or any tier above 20% — this token is being farmed.
3. How tightly pool creation clusters
Read the creation timestamps. If a cluster of pools appears within minutes-to-hours of the main pool, somebody is watching new listings and mass-producing tollbooths — that is not organic growth.
Five live examples, four fingerprints
Type A: actively farmed — $STOCKTARD
- Main-pool share: $13,469 ÷ $17,126 = 78.6% (looks okay in isolation)
- Abnormal tiers: 5% / 4.88% / 4.3% / 35.001%, across 20 pools
- Timing: main pool 09-11 17:52, a 5% version 20 minutes later, a 35.001% version 70 minutes later
Verdict: classic farming structure. A six-hour-old token does not organically grow 20 pools. Post-mortem.
Type B: clean core, dirty edges — $LPAD
- Main-pool share: $133,927 ÷ $143,361 = 93.4% (very concentrated, good)
- Abnormal tiers: 20% ($6,497), 18.8%, 11%, 8%, and a 70% version ($36) — 8 pools total
- Timing: main pool 09-10 18:49; a 20% version 16 minutes later
Verdict: the main pool is fine, but one routing slip hurts badly. Tradeable with manual pool selection. $LPAD deep dive.
Type C: fragmented but normal fees — $FLYBRAIN
- Main-pool share: $642,370 ÷ $1,167,148 = 55.0% (fragmented)
- Fees: 0.9% / 5% / 5% / 2% / 1% — top tier is 5%, nothing absurd
- Notable: a FLYBRAIN/GOOGL pool ($247,988) paired against a tokenized share
Verdict: not a farming structure — fragmentation driven by genuine heat. The risk is overpaying by four points, not being set up.
Type D: clean veteran — $JUGGERNAUT
- Main-pool share: $813,295 ÷ $1,572,893 = 51.7% (split, but among large pools)
- Fees: 1% / 1% / 3% / 0.989% / 3.19% / 1.003% — top tier 3.19%
- Timing: pools created between 2026-06-29 and 2026-09-10, spread over two months
Verdict: a 1,791-hour-old token whose pools accreted slowly, with no absurd tier anywhere. This is what clean looks like.
Type E: the extreme — $KERMIT
- Main-pool share: $36,126 ÷ $37,375 = 96.7%
- But around it: KERMIT/WETH 81% ($366), 80.19% ($351), 79.283% ($36), 20% ($59)
- Every one of those 80%-class pools was created 2 to 6 minutes after the main pool
Verdict: an 81% fee means $100 buys you $19 of token. That is not a high fee, that is a mugging — pre-positioned within two minutes of launch.
A 60-second checklist
- Open the token's pool list.
- Count the pools. More than ten on a token less than 48 hours old? Alarm.
- Scan the fees. Anything above 20%? Treat as a red light.
- Compute the main-pool share. Under 50% means routing must be manual.
- Read the creation times. Clustered minutes-to-hours after the main pool means this token was targeted from day one.
- Confirm the pool you intend to hit, then trade.
Use this alongside high-fee trap pools and setting slippage against pool depth and you have covered the two most common invisible losses on this chain.
FAQ
Why would anyone build a high-fee pool?
Because the builder is the one collecting the fee. One routed order and they keep that percentage. Cost is trivial (tens of dollars of liquidity); payoff is asymmetric.
I use an aggregator — can I still be routed into one?
It depends on the implementation. Most optimise for best net price, but when the main pool is momentarily thin or a large order is split, exotic pools can still be used. Check yourself.
How do I tell which pool my last trade used?
Open your transaction hash on the Robinhood Chain block explorer, look at which pair address the internal transfers went through, and match it against the pool list.
Is there a way to avoid choosing pools entirely?
Yes. Tokens launched on BigPump launch page create exactly one Uniswap V2 pool at graduation, with the LP minted to the dead address. Before graduation it is simpler still: every buy and sell happens inside the same bonding-curve contract at a flat 1% pool fee (95% platform, 5% creator) — no pool to choose and no route to get wrong.
But can't anyone still build high-fee pools after graduation?
They can — anyone can pool any ERC-20, and no chain can prevent that. The difference is that a BigPump token's tax logic lives inside the contract's transfer function, so the creator tax and holder dividends execute no matter which pool, router or frontend is used. Switching pools does not switch off the mechanism. See the docs.
See also today's full hot-token report.
BigPump is an independent project, not affiliated with, endorsed by or sponsored by Robinhood Markets, Inc. All on-chain figures come from the 2026-09-12 00:09 UTC snapshot; pool-level data was pulled the same day between 00:15 and 00:35 UTC. Not financial advice — memecoins are extremely volatile and most go to zero.
Disclaimer: memecoins are extremely volatile and most go to zero. This article is not financial advice. Do your own research and only spend what you can afford to lose.