Scanner Signals 4 min read August 2026

Why do airdrop and affiliate posts get marked dropped?

Direct Answer

Crypto airdrop announcements, token presale templates ("Drop ETH address below", "$TOKEN presale live"), and raw affiliate link formats match high-confidence Grox spam classifiers. Because these patterns historically correlate with wallet-drainer scams and aggressive user reporting, Visibility Filtering assigns a mandatory DROP verdict, keeping the post out of For You discovery.

What People Get Wrong

Myth: "Adding emojis or obfuscating letters ("a.i.r.d.r.o.p") tricks the classifier."
Reality: Grox uses modern transformer embeddings that understand semantic meaning, character substitutions, and emoji obfuscations effortlessly.
Myth: "If a project is 100% legitimate, X will automatically whitelist their airdrop tweets."
Reality: Algorithmic classifiers operate purely on text embeddings and user reaction rates, not real-world project legitimacy.

What the Code & Rules Actually Say

visibility-filtering/rules/tweet_label_drops.rs
Referenced Rules & Signals:
• SPAM_HIGH_RECALL_DROP
• MALICIOUS_URL_DROP
• VfAction::Drop (Out-of-Network)

Grox text classifiers flag automated token distribution phrases, assigning SPAM_HIGH_RECALL_DROP or MALICIOUS_URL_DROP to drop the post before recommendation scoring. Note: XPurge's "Crypto Spam" scanner tag is an internal heuristic that flags patterns often associated with official spam/URL labels.

Surgical Action Plan

1 Locate and purge all historical airdrop, giveaway, and token-drop posts from your archive.
2 Refrain from posting contract addresses or wallet solicitation templates in root posts.
3 Direct community members to your official website or documentation via profile links rather than raw promo tweets.
Where this shows up in XPurge

XPurge isolates historical crypto giveaway, referral, and airdrop copy in your archive for one-click bulk removal. Note: Dropped is an XPurge scanner flag.

Purge Airdrop Posts →
Interactive System Blueprint Gamified Course

Want the visual mental model? Explore the full 15-module interactive architecture in Algo Map to earn XP and master how this rule operates in production.

Open Algo Map →

Related Questions