← Back to the Academy
Airdrops · Lesson 09 · Practitioner Track

Airdrops 101

Free tokens, real risk. Done right, a single drop has paid five figures. Done wrong, a single signature has drained life savings. Here's how to capture the upside safely.

01
02
03
04
01 What an airdrop is
02 Why projects do them
03 The burner wallet
04 Choosing a wallet
05 The checklist
SECTION 01

What an Airdrop Actually Is

Free tokens to real users — decided by an on-chain snapshot.

A project mints a token and gives part of the supply to real users instead of selling it all on day one. Eligibility is usually set by an on-chain snapshot — your wallet's history of trades, votes, deposits, or holdings as of a specific block. If you qualify, you claim through the project's app, paying only the gas to sign.

For perspectiveUniswap once airdropped 400 UNI to every wallet that had ever traded on it — about $1,200 on launch day, and far more at the peak. Arbitrum, Optimism, Jupiter, Jito and Wormhole all ran meaningful drops to qualified users.
Going deeper — how a snapshot really works

The word snapshot is almost literal: at one pre-chosen block height — a single numbered page in the blockchain's ledger — the project reads the entire chain's state and freezes a list of who did what up to that instant. Because every action you've ever taken is permanently recorded on-chain, they can look backward and reward, say, "everyone who made at least three swaps before block 15,000,000." The crucial catch: the block is almost always chosen in secret and announced only afterward. If projects revealed it in advance, farmers would flood in the day before and dilute the real users. So genuine, organic usage over time is the only reliable way to qualify.

The ten-year-old versionImagine a teacher who, without warning, takes a photo of the classroom and gives a prize to everyone who was already helping tidy up. You can't fake it after the flash — you had to actually be helping before she raised the camera. That surprise photo is the snapshot.

This is also why airdrops are worth real money and not just free confetti: a token needs to be spread across many independent wallets to be considered genuinely decentralized, and buying that distribution from real humans is cleaner than selling to a few big funds. When you claim, you typically sign a small transaction that checks your wallet against a pre-computed list (often a Merkle proof, so the project doesn't have to store thousands of addresses on-chain) and releases your allocation. You pay only gas. CryptoLwa's Azaka is the agent that surfaces which live campaigns are worth chasing.

SECTION 02

Why Projects Do Airdrops

Three reasons — in order of honesty.
Going deeper — the airdrop as a bootstrapping weapon

There's a deeper economic reason airdrops exist, and it's genuinely clever. New protocols face a chicken-and-egg problem: no users because there's no liquidity, and no liquidity because there are no users. An airdrop breaks the deadlock by paying people to show up first — it's a marketing budget spent as ownership instead of ads. The now-infamous case study is SushiSwap, which in 2020 used token rewards to lure hundreds of millions of dollars of liquidity away from Uniswap almost overnight. That maneuver — bribing users to defect — got nicknamed a "vampire attack," and it showed the raw power of tokens as a customer-acquisition tool.

The ten-year-old versionA brand-new ice-cream shop is empty, and people only go where there's already a crowd. So the owner hands out free scoops and tiny shares of the shop to the first customers. Suddenly there's a line, the line attracts more people, and the shop is alive — all kick-started by giving a piece away.

But the same mechanism has a dark twin you must respect: the mercenary problem. Much of the "activity" chasing an airdrop is fake — bots and Sybil farmers spinning up hundreds of wallets to fake being hundreds of users. Projects fight back with increasingly clever Sybil detection, and they often claw back or exclude wallets that look automated. The lesson for you: genuine, varied, human-looking usage across time survives these filters; robotic scripted farming increasingly gets zero. Quality of engagement now beats brute-force quantity.

SECTION 03

The Burner Wallet Rule

The single most important point in this class. Read it twice.

Claiming almost always means signing a transaction with a project's app — and many "airdrop" sites exist purely to harvest those signatures. One malicious signature can drain every token a wallet can move, including ones you've forgotten about. The fix is free: keep savings in one wallet, and farm airdrops from a second burner that holds only gas money. If it's drained, you lose the gas — not your life.

SAVINGScold · untouched BURNERgas only sweep weekly
Savings in one wallet · farm from a burner · sweep proceeds weekly
HygieneKeep no more than ~2 weeks of activity on the burner. Sweep proceeds to savings weekly. And revoke old spending approvals monthly with a tool like revoke.cash — it shows every contract that can move your tokens and cancels them in a click.
Going deeper — what a malicious signature actually does

To fear the right thing, understand the mechanism. When you interact with a token, you often grant an approval — permission for a contract to move that token on your behalf, so you don't have to re-confirm every time. A drainer's whole game is to disguise a request for unlimited approval as an innocent "claim." Sign it, and the attacker's contract can now sweep all of that token, whenever it likes, with no further click from you. Worse is a signature standard called Permit2 or a raw setApprovalForAll on your NFTs — a single off-chain signature (which doesn't even cost gas, so it feels harmless) that hands over an entire collection. The scariest drains cost the victim nothing to sign, which is exactly why they feel safe.

The ten-year-old versionSigning a bad approval is like signing a blank permission slip that says "this stranger may take anything from my locker, forever." It looks like you're just signing for a field trip — but you've handed over a master key. The burner wallet is a locker with nothing in it but bus fare.

This is why the burner isn't optional caution — it's compartmentalization, the same principle a ship uses with watertight bulkheads: one flooded compartment can't sink the vessel. Your savings wallet and your farming wallet must never share a seed phrase, because they must be able to fail independently. If the burner is drained, you lose bus fare and shrug. Two more habits seal it: revoke old approvals regularly (a permission granted months ago is still armed today), and treat any gasless signature request with extra suspicion, since that's the drainer's favorite disguise.

SECTION 04

Choosing a Wallet

Pick one for EVM chains and one for Solana — with a fresh seed phrase.

All of these are free, audited, and widely used. Never reuse your savings-wallet seed on the farming wallet — generate a new one. If a wallet shows a simulated outcome before you sign, that's your best defense against drainers.

🦊 MetaMask
EVM · ext + mobile
Universal default; every dApp supports it.
The most-targeted wallet — fake "updates" everywhere.
🐇 Rabby
EVM · ext + desktop
Simulates every signature BEFORE you sign — catches drainers.
No mobile app; a few niche dApps need a workaround.
👻 Phantom
Solana + EVM
The Solana default; clean UI, flags suspicious sigs.
Closed-source; built-in swap rates often worse.
🎒 Backpack
Solana + EVM
Strong Solana support; app-sandboxing built in.
Newer, less battle-tested; some EVM dApps don't see it.
🛡 Trust Wallet
70+ chains
Huge chain support incl. BSC, BTC, Solana; great mobile.
Centralized governance; weak desktop experience.
🔵 Coinbase Wallet
Multi-chain
Easy on-ramp; native Base support; good recovery.
Cloud-backup softens self-custody; conservative dApp support.
Going deeper — why "simulate before you sign" is a superpower

The single feature that separates a modern safe wallet from a dangerous one is transaction simulation. Before you click confirm, the wallet runs your transaction against a copy of the current blockchain state — a dry run — and shows you the actual result: "you will send 2 ETH and receive nothing," or "this grants unlimited approval." It's the difference between signing a contract in a language you speak versus one you don't. Wallets like Rabby made this their headline feature precisely because so many drains rely on you not knowing what a transaction really does. If the simulation looks nothing like what you expected, that mismatch is the alarm bell.

The ten-year-old versionIt's like a taste-test spoon before you buy the whole tub of ice cream. The wallet lets you "taste" exactly what the transaction will do — and if it tastes like poison instead of chocolate, you put the spoon down and walk away, out nothing.

One structural point people miss: a wallet is really just a key manager plus a viewer. Every wallet on the same chain can see the same coins because the coins live on-chain, not "in" the app — so switching wallets is easy and your assets aren't trapped in any one brand. That means you should choose a wallet for its safety features and its clarity, not its logo. And crucially, wallets like MetaMask are the most impersonated exactly because they're the most popular, so fake "update" pop-ups and clone extensions target their users hardest. Install only from official sources, and let the wallet's simulator, not your optimism, decide whether to sign.

SECTION 05

The Hunting Checklist

Run this every single time — no exceptions.

Mini-Quiz · Airdrops

1. The single most important rule of airdrop farming is:

A burner limits a malicious signature to gas money, not your savings. Never paste a seed anywhere.

2. The most common airdrop scam is a claim that's actually:

Always preview the transaction. If the simulator can't decode it, walk away.

3. In the US, airdrops are typically taxed:

The IRS treats claimed airdrops as ordinary income; track every one.
Going deeper — the tax trap that ruins "free" money

Here's the mistake that has genuinely bankrupted airdrop farmers, and it's pure timing. In the US, the moment you claim a token, its fair value that day counts as ordinary income — taxed even if you never sell. Now imagine you claim a hyped token worth $20,000, feel rich, and hold it. The token then craters 95% before you sell. You owe income tax calculated on the $20,000 peak, but your coins are now worth $1,000. The tax bill can exceed everything you have left. This exact scenario destroyed people in past cycles: a paper fortune, a real tax debt, and a worthless bag to pay it with.

The ten-year-old versionSomeone hands you a shiny balloon and says "that's worth twenty dollars, and you owe two dollars tax on it." You keep the balloon, it slowly deflates to nothing — but the two-dollar tax bill doesn't deflate. Now you owe money for a balloon that's gone.

The defense is simple and disciplined: when you claim a valuable airdrop, consider selling enough immediately to cover the estimated tax, so a later crash can never leave you owing more than you hold. Then log everything — the date, the token, the value at claim — because a great year with no records becomes a nightmare of reconstruction. A second claim event happens when you eventually sell: that's a separate capital gain or loss measured from the value on claim day. Two taxable moments, one clean spreadsheet. Free tokens are only truly free if you plan for the taxman before the excitement fades.

The whole game in one breath: airdrops are free tokens to real users, decided by a snapshot — but you claim them only from a burner wallet, with a wallet that previews every signature, after verifying the link, and you log them for taxes. Hunt carefully and free stays free.
← Back to the Academy Educational only — not financial advice
Listen to this class · Narrated by Elena
0:00 / 3:48