Free Strategy Call

Airdrop farming

Airdrop farming is the practice of manufacturing eligibility for a token distribution, usually across many addresses controlled by one operator, in order to capture a larger share of the allocation than a single participant would receive. At the professional end it is an industry with its own tooling: anti-detect browser farms, aged wallets, dedicated proxies and scripted activity. Every distribution rule you publish is a specification someone will build against.

You cannot design a distribution that farmers ignore. You can only decide whether the behaviour you reward costs a farmer roughly what it costs a real user, and that decision is made when you write the eligibility rule, not when you review the snapshot.

A farming operation is infrastructure, not a person with alt wallets

The mental model most teams start with is one clever user running fifteen MetaMask accounts. That is the bottom of the market. A medium-size operation runs 1,000 to 10,000 simultaneous anti-detect browser profiles on commodity cloud hardware, each presenting its own device fingerprint, time zone, language settings and behavioural pattern, at a cost per profile-hour of under a penny at scale.1

The wallets are prepared months in advance. Operations create them 3 to 6 months before a target launch, run small swaps on DEXs, interact with verified protocols and accumulate enough on-chain history that the addresses look lived-in by the time a snapshot lands.1 By then the qualifying behaviour is real. It happened. It just did not happen for the reason your eligibility rule assumed.

The economics are the part worth internalising. The total cost of running a 5,000-wallet operation against a major airdrop sits in the range of $30,000 to $80,000 in setup and infrastructure, and if the airdrop distributes $5,000 per legitimate participant, the operation breaks even on about 7 to 15 successful claims.1 Read that ratio again. A 5,000-wallet farm needs a 0.3% success rate to stop losing money. Anything above that is margin.

The unit of analysis is the cluster, not the address

Because farming is an operation rather than an account, detection works by grouping addresses that share something the operator could not fully separate: a funding path, a timing pattern, a contract interaction sequence, a device. The mechanics of that grouping, and what each detection approach costs honest users, are covered in the sybil resistance entry linked below, so this page will not repeat them.

The one addition worth making here is that the strongest signal often is not on-chain at all. Capture the device fingerprint at the moment a wallet connects to your frontend, and if 50 wallets are connecting from 5 underlying devices, that pattern is visible no matter how carefully the addresses were separated on-chain.1 Farmers can rotate proxies and randomise gas. Running 10,000 profiles on 10,000 physically distinct devices is the one thing that does not get cheaper at scale.

The tradeoff is that this signal only exists if you collect it, which means an SDK on your frontend and a data-retention position you can defend. That is a decision for the week you design the campaign, not the week you run the snapshot.

What exclusion looks like when a project publishes its rules

The Arbitrum Foundation documented its anti-Sybil rules rather than leaving them to inference. Three appear in its own eligibility documentation. If all of a recipient wallet's transactions occurred inside a single 48-hour window, one point is subtracted. If the wallet balance is under 0.005 ETH and the wallet has not interacted with more than one smart contract, one point is subtracted. And if the address was identified as a Sybil address during the Hop Protocol bounty programme, the recipient is disqualified outright.2

Notice the structure. Two heuristics apply a penalty rather than a ban, and only the externally sourced list disqualifies. That is a deliberate calibration: clustering produces judgments, not facts, and a scoring system leaves room for a wallet that is merely new rather than fake. It also means the published rule is now a specification. A wallet spread over 49 hours, holding 0.006 ETH, touching two contracts, clears all three.

How many got through is a question nobody can answer

The Arbitrum Foundation's eligibility page sets out the exclusion rules and publishes no aggregate count of addresses removed.2 Third parties filled the gap, and they do not agree with each other.

X-Explore ran the Louvain community detection algorithm over the sub-graph of all 624,136 airdropped EOA addresses and reported more than 279,328 same-person addresses, of which it classified 148,595 as Sybil addresses that received the airdrop, accounting for roughly 253 million ARB or 21.8% of the tokens distributed.3 Trusta Labs, applying its own definition, reported 96,755 Sybil addresses in the eligible list, capturing 164,153,951 ARB.4 Both are named analysts publishing their method. Neither is the issuer.

The gap between them is not a rounding error, it is roughly a factor of 1.5 on addresses, and it exists because Sybil is a threshold on a similarity score rather than a fact about a wallet. Any founder quoting a single headline figure for airdrop farming capture is quoting somebody's threshold. Design against the ratio you can control, which is cost per qualifying action, not against a number you cannot verify.

Two named analysts, one airdrop, two Sybil counts148,595X-Explore96,755Trusta LabsAddresses classified as Sybil

Scroll to see the full diagram

Do not pick one of these bars. The point is the spread: the same distribution, analysed independently, yields counts differing by roughly half, and the issuer published no official figure at all.

What we tell teams to change before the campaign, not after

Start from the arithmetic above and invert it. If your per-address allocation is worth $5,000 and a farmer's marginal cost per prepared wallet is a few dollars, you have written a subsidy. Either lower the per-address ceiling and widen the base, or raise the cost of the qualifying action so that a farm cannot amortise it across thousands of profiles. Capital at risk, held duration and actions that require a counterparty are harder to fake cheaply than transaction counts are.

Two operational points that cost nothing. Take the snapshot at a block nobody could have anticipated, because a published date converts your rule into a shopping list. And publish the detection method after the snapshot rather than before, since the alternative is handing the operators a test suite.

The framing we use with founders is that an airdrop is a marketing spend with a capture rate, not a distribution with a leakage problem. You are buying attention and holders at some cost per genuine participant. Farming raises that cost. Decide what you are willing to pay per real user, then work backwards to the rule, and accept that some share of the budget leaves through the side door no matter what you write.

Common questions

What is airdrop farming in crypto?

Airdrop farming is deliberately performing the actions a project is expected to reward, usually across many wallets controlled by one operator, so that the operator captures a larger share of a future token distribution. At the professional end it runs on anti-detect browser farms of 1,000 to 10,000 profiles, wallets aged 3 to 6 months, and scripted activity designed to look like organic use.1

How much does it cost to run an airdrop farming operation?

One vendor analysis puts a 5,000-wallet operation against a major airdrop at $30,000 to $80,000 in setup and infrastructure, with browser profiles costing under a penny per profile-hour at scale. If the airdrop pays $5,000 per legitimate participant, that operation breaks even on roughly 7 to 15 successful claims.1 Those are the economics your eligibility rule is competing against.

How do projects detect and exclude airdrop farmers?

By clustering addresses that share funding paths, timing patterns or devices, then applying penalties or disqualification. The Arbitrum Foundation published three rules: a point subtracted if all a wallet's transactions fall in one 48-hour window, a point subtracted for a balance under 0.005 ETH with no more than one contract interaction, and outright disqualification for addresses flagged in the Hop Protocol Sybil bounty.2

How many Arbitrum airdrop recipients were Sybil addresses?

There is no official figure. The Arbitrum Foundation documented its exclusion rules without publishing an aggregate count.2 Two named third parties reached different answers: X-Explore classified 148,595 recipient addresses as Sybil, about 21.8% of tokens distributed, while Trusta Labs reported 96,755 addresses capturing 164,153,951 ARB.3 Treat both as analyst estimates built on different thresholds.

See Token Launch Strategy for how this applies in practice.

Sources

  1. Sybil Resistance for Web3 Airdrops
    Tracio, 2026
    Device-intelligence vendor documenting professional farming infrastructure: 1,000 to 10,000 anti-detect browser profiles at under $0.01 per profile-hour, wallets pre-warmed 3 to 6 months ahead of a launch, $30,000 to $80,000 setup cost for a 5,000-wallet operation with break-even at 7 to 15 claims, and the device-graph countermeasure. Read 3 August 2026.
  2. Airdrop Eligibility and Distribution
    Arbitrum Foundation, 2023
    The Foundation's own documentation of its anti-Sybil rules: the 48-hour transaction-window penalty, the 0.005 ETH and single-contract penalty, and disqualification for addresses flagged in the Hop Protocol bounty programme. Read 3 August 2026: the page states the rules and publishes no aggregate count of excluded addresses, so none is quoted here.
  3. Advanced Analysis for Arbitrum Airdrop
    X-Explore, published on Paragraph, 2023
    Third-party analyst estimate, not an Arbitrum Foundation figure. Louvain community detection over 624,136 airdropped EOA addresses yielding 279,328 same-person addresses and 148,595 classified as Sybil, roughly 253 million ARB or 21.8% of tokens distributed.
  4. Arbitrum Airdrop: Can It Get Any Better?
    Trusta Labs, 2023
    Second third-party analyst estimate, conflicting with source 3: 96,755 Sybil addresses in the eligible list capturing 164,153,951 ARB. Live page returns a Cloudflare challenge to automated clients; content confirmed 3 August 2026 against the Wayback snapshot at web.archive.org/web/20230327162110.

Last reviewed 2026-08

Know the terms but not sure how they apply to your project? That is what an engagement is for. We design, document, and stress-test the whole token economy inside the Tokenomics Data Room.

Book a discovery call

80+ projects advised. Complete tokenomics in 4 to 6 weeks.