Free Tool · Live Today

Airdrop Reality Check — the honest scanner that admits most farmers are net negative

May 19, 2026 · Free · No signup · Single HTML file

Most airdrop tools are dishonest by design. They sell you "you're 92% eligible!" and route you to bridges they earn affiliate commissions on — without ever telling you the bridging itself usually costs more in gas than the drop is worth.

I spent the last weeks building one with the opposite philosophy. The headline number on the overview tab isn't your eligibility score. It's the dollar amount you've already spent on gas.

Try it — free, no signup, your keys never leave the browser

EVM + Solana · 18 protocols · ~30 second scan · 100% client-side

Run the scanner →

The reality check most tools refuse to surface

I asked 12 friends running multi-wallet airdrop farms to scan their setups. Every single one was net negative on lifetime gas spent versus airdrop USD received. Including the people who got into Hyperliquid early.

The era when bridging once to Arbitrum got you UNI-tier money is over. Three things happened in 2024–2025 that killed the easy retail farming era:

Honest math for a typical retail farmer in May 2026: spend ₹36,000 in gas to maybe receive ₹10K–35K in drops, then pay 30% Indian tax on any gain with no loss offset. Median outcome is small loss.

What this scanner does differently

1. Gas cost reality, in USD, headlined

For every outgoing transaction, the scanner computes gasUsed * gasPrice, multiplies by live native-token prices from CoinGecko, sums across all your wallets and chains. That's the headline number on the overview tab. Most users see a number they're not happy about. That's the point.

2. Pairwise Sybil clustering detection

Protocols increasingly cluster wallets by day-overlap. If your 5 wallets all show activity on the same days — even if you tried to vary transaction types — they look like one farmer. The Berachain TGE filter explicitly used this signal.

The scanner does pairwise comparison: for each pair of wallets, counts shared active days as fraction of the smaller wallet's total. If overlap > 65%, it warns you with the actual day count and recommendation to stagger.

Not a perfect proxy for protocol-side clustering (they also use IP, transfer graph, behavioral fingerprints), but day-overlap is the easiest leak to detect locally and easiest to fix.

3. Pattern-aware scoring, not volume-only

Volume-only scoring is exactly what Sybil farmers optimize for, and exactly what protocols penalize. So I added two multipliers on top of base score:

So 500 transactions to one contract score worse than 200 transactions across 20 contracts. Which matches how actual allocations work.

What's curated for May 2026

Most "famous" airdrops have already happened. Listing them as "active opportunities" would be dishonest. So the protocol list is honestly curated:

S-Tier (genuinely pre-token, real upside)

A-Tier (post-token but live points seasons)

Demoted to lower tier (already airdropped — most other tools still list as A-tier)

How it's built

The whole thing is a single HTML file:

Why a single HTML file instead of a Next.js app? Trust signal. A tool that handles wallet history should fit in one browser tab and be auditable in 15 minutes. No build step means no opportunity for malicious npm dependencies to slip in.

Honest about monetization

The bridge action items use affiliate-tracked URLs (deBridge, Orbiter, CoinDCX for the India onramp). They're labeled in code, source is public. The scanner stays free forever. No premium tier, no subscription. The closest thing to a paywall is an optional email signup for a weekly newsletter.

What I'd love feedback on

Run the scanner

If your gas number is depressing — you're not alone. Most farmers are net negative. Decide eyes-open from here.

protodex.io/airdrop.html →

Source: github.com/LuciferForge/mcp-directory · Built solo. Single HTML file. Auditable in 15 minutes.