Get Tokenomics

Airdrop as a Token Distribution Model

Airdrop — free token distribution for activity. Four airdrop types, allocation formulas, sybil protection, sell pressure, and a distribution calculator.

Airdrop is one of the most powerful — and most risky — tools in tokenomics. Done right, it creates a loyal community and distributes governance. Done wrong, it triggers an instant dump and kills the price.

What Is an Airdrop

An airdrop is a free distribution of tokens to users who have met certain conditions. Unlike a sale (ICO, IDO), an airdrop doesn’t require a purchase — tokens are credited for past or future activity.

In the context of supply models, an airdrop is a method of primary token distribution from the community pool. It answers “how to deliver tokens to users” — not through purchase, not through mining, but through merit.

Airdrop and allocation
The airdrop pool is part of the overall allocation. A typical airdrop share: 5–15% of total supply. The remaining community tokens go to staking rewards, grants, and ecosystem programs.

Why Projects Run Airdrops

  1. Governance decentralization — broad token distribution reduces vote concentration
  2. User acquisition — airdrop farming drives traffic and TVL
  3. Early participant reward — creates loyalty and social proof
  4. Regulatory mitigation — free distribution reduces risk of classifying the token as a security

Four Airdrop Types

1. Retroactive Airdrop

Tokens are distributed for past actions: transactions, protocol usage, testnet participation. Users didn’t know about the reward in advance.

This is the most effective type: it rewards real users and minimizes farming. The challenge — defining fair criteria after the fact.

Examples. Uniswap distributed 400 UNI to everyone who made at least one swap before a cutoff date. Arbitrum distributed tokens based on transaction count, bridges, and active months.

2. Criteria-Based Airdrop

Tokens are distributed based on publicly announced criteria: transaction count, volume, participation duration, number of unique protocols used.

Score = Σ(w_i × Action_i)
  • w_i — criterion weight
  • Action_i — quantitative value of the action (transactions, volume, active days)

Advantage: transparency. Disadvantage: incentivizes farming — users deliberately execute criteria.

3. Stake-Based Airdrop

Tokens are distributed proportional to staked assets or liquidity. The user locks capital in the protocol and receives tokens as a reward.

Reward = Pool × (User_stake / Total_stake)
  • Pool — total airdrop pool
  • User_stake — user’s stake amount
  • Total_stake — sum of all stakes

4. Task-Based Airdrop

Tokens are distributed for specific tasks: linking social accounts, referrals, content creation, governance participation. Often implemented through quest platforms (Galxe, Zealy, Layer3).

Advantage: control over user behavior. Disadvantage: attracts bots and farmers, not real users.

Type Comparison

TypeFarm resistanceFairnessUser acquisitionImplementation complexity
RetroactiveHighHighLow (after the fact)Medium
Criteria-basedLowMediumHighLow
Stake-basedMediumMediumMediumLow
Task-basedLowLowHighHigh

Designing an Airdrop

Pool Size

Typical airdrop share in allocation: 5–15% of total supply. Key constraint: if the pool is too small, the airdrop won’t cover gas costs. If too large — catastrophic sell pressure.

Min_reward = Gas_claim × 10
  • Min_reward — minimum airdrop per address
  • Gas_claim — gas cost to claim
  • If the reward doesn’t cover gas by 10x, recipients won’t claim

Sybil Protection

A sybil attack is one person creating multiple wallets to receive multiple airdrops. Without protection, 50–80% of tokens go to farmers.

Protection methods:

MethodEffectivenessDrawbacks
Minimum balanceLowEasy to bypass
Cluster analysisMediumFalse positives
Gitcoin Passport / WorldIDHighLimits audience
Non-linear scaleMediumDoesn’t prevent, mitigates
KYC (identity verification)HighContradicts decentralization

Non-linear scale — the most popular compromise. Instead of a linear “more transactions = more tokens” relationship, a square root function is used:

Reward(x) = Base + k × √x
  • x — number of actions
  • k — scaling coefficient
  • √x — diminishing returns: 100 transactions yield not 10× of 10, but only ~3.2×

The square root dependence makes farming across multiple wallets less profitable than deep usage of a single address.

Claim Mechanics

Two approaches: push (automatic send to wallet) and pull (user calls the contract).

Pull (claim) — the standard approach. Advantages: saves the project’s gas, allows a claim deadline, provides engagement data. Unclaimed tokens return to the treasury.

Claim deadline: typically 90–180 days. Optimism, for example, set a 6-month claim window. Unclaimed tokens return to the treasury for future rounds.

Airdrop Vesting

A critical parameter. Without vesting, recipients sell immediately. With long vesting — they don’t claim (the reward loses appeal).

ApproachTGE unlockVestingWhen to use
Full unlock100%0 moSmall pool, loyal audience
Partial unlock25–50%3–6 moStandard approach
Lock-and-earn0%6–12 mo, with rewards for holdingMaximum pressure reduction
Lock-and-earn as a compromise
The lock-and-earn model is gaining popularity: received tokens are locked, but the user earns staking rewards from day one. This reduces sell pressure while simultaneously incentivizing retention.

Post-Airdrop Sell Pressure

The main airdrop risk is a mass dump. Research shows that 60–90% of airdrop recipients sell tokens within the first 7 days.

Pressure_d1 = Pool × TGE_% × Sell_rate
  • Pressure_d1 — day-one sell pressure
  • Pool — total airdrop pool
  • TGE_% — share available immediately
  • Sell_rate — 0.6–0.9 (60–90% sell)

Example. A project allocates 10% of supply (10M tokens) for airdrop with 100% TGE unlock:

  • If 70% of recipients sell on day 1: pressure = 7M tokens
  • With TGE circulating supply of 20M: that’s 35% of float
  • Result: price crash

How to Mitigate Pressure

  1. Partial unlock — release 25% immediately, the rest over 3–6 months
  2. Holding bonus — additional tokens for those who don’t sell after 30/60/90 days
  3. Day-one staking — option to stake the airdrop immediately for yield
  4. LP token airdrop — distribute a liquidity pool position, not the token itself
  5. Gradual distribution — multiple waves (season 1, season 2) instead of one large event

Airdrop Distribution Model

In practice, an airdrop is designed in a spreadsheet: for each action or asset, a weight is assigned — what share of the pool goes to a specific category. Then the tokens per unit of action and per average/top user are calculated.

Step 1: Define Actions and Quantities

Action / assetTypeTotal across usersAverage per userAverage for top 10
Common petAsset120,0001.01
Rare petAsset7,5000.0610
LikesAsset10,000,00083.380,000
GemsAsset1,500,00012.510,000
Telegram subscriptionAction50,0000.421
ReferralAction500,0004.17250
Post on XAction15,0000.1320

Step 2: Assign Weights

Each action gets a weight — a percentage of the airdrop pool. Weights sum to 100%. They define priorities: what the project considers most valuable for the ecosystem.

Step 3: Calculate the Conversion Coefficient

K_i = (Weight_i × Pool) / Actions_i
  • K_i — tokens per unit of action i
  • Weight_i — action weight
  • Pool — total airdrop pool
  • Actions_i — total count of this action across all users

Key insight: the top 10 users’ airdrop share is disproportionately high. If the top 10 farmers clicked 80,000 of 10M likes — they get 0.08% of the likes pool. But if their share of “rare pets” is 13%, that’s critical. This is why a non-linear scale (√x) matters for high-variance actions.

Simulation results (10,000 participants, 5M token pool, lognormal activity distribution):

MetricLinear scaleSquare root scale (√x)
Median reward~50 tokens~350 tokens
Maximum reward~25,000 tokens~4,500 tokens
Max / median500×13×
Top 1% receives45% of pool18% of pool
Top 10% receives78% of pool48% of pool
Bottom 50% receives3% of pool15% of pool

With a linear scale, one whale with 10,000 actions receives 500× more than an average user. With square root — only 13×. However, for sybil protection, the square root creates an inverse effect: a farm of 100 wallets with 100 actions each, under linear scale, receives the same as one wallet with 10,000 actions (1:1). Under square root — 10× more (100 × √100 = 1,000 vs √10,000 = 100). Square root equalizes distribution among real users but amplifies the sybil farm advantage — so it only works paired with identity verification (Human Passport, BrightID) or proof-of-humanity.

Common Mistakes

1. Airdrop without sybil protection

Without filtering, 50–80% of tokens go to farming wallets. Minimum: cluster analysis + non-linear scale + minimum activity threshold.

2. Full unlock without a retention mechanism

100% TGE unlock without holding incentives = mass dump. Solution: partial unlock or holding bonus.

3. Pool too small

An airdrop worth less than $10 equivalent doesn’t motivate claiming or participation. Better to have fewer recipients with a meaningful reward than 100,000 addresses at $2 each.

4. Criteria that punish real users

Minimum 50 transactions? A real DEX user makes 3–10 swaps per month. Inflated thresholds cut off the genuine audience and reward bots.

5. No second season

A one-time airdrop creates a spike and crash in activity. A multi-season structure (season 1, 2, 3) sustains engagement and allows iterating on criteria.

Airdrop design checklist

  • Sybil protection implemented — cluster analysis or Gitcoin Passport
  • Non-linear scale — square root or logarithmic dependence on activity
  • Minimum reward covers 10× gas — otherwise recipients won't claim
  • Sell pressure modeled — calculated with SellRate 70–90%
  • Vesting or lock-and-earn — no more than 50% TGE unlock
  • Claim deadline set — 90–180 days, unclaimed tokens return to treasury
  • Second season planned — multi-season structure retains users
  • Airdrop does not exceed 15% total supply — more creates excessive pressure
  • We design airdrops for your protocol

    We've designed distribution models for 85+ projects — from DeFi to GameFi. We calculate optimal pool size, criteria, and sybil protection.

    Get in touch