How much unexpected tax liability can a single airdrop create? One-off token giveaways have left UK recipients with surprise tax bills. Founders also face corporate, VAT and AML exposure.
Company airdrops and marketing tokens are token distributions used to build community and drive marketing. In the UK recipients may face income tax or capital gains tax depending on receipt, use and disposal. Issuers must check corporate, VAT and AML/KYC rules before launching.
Design campaigns with clear T&Cs, recordkeeping and specialist tax advice before launch or any claims are processed. Best practice is to assess recipient type, required activity and convertibility. Document distribution mechanics and snapshots as evidence.
Quick pause: read the checklist before you proceed.
Key decision factors for company airdrops
The decision to run an airdrop turns on three clear variables. Who receives tokens, what they must do to receive them and whether tokens are convertible to fiat. These variables determine if HMRC treats receipt as income or if CGT applies on disposal.
Record these facts before any distribution. Produce a single factsheet per campaign that shows purpose, eligibility and valuation approach.
Who triggers income tax
If a recipient performs services, completes referrals or accepts tokens in lieu of fees, HMRC will normally treat the receipt as taxable income. Evidence that shows performance or consideration changes the tax outcome. The legal basis includes ITTOIA 2005 rules for trading receipts and payroll rules for employees.
When disposal causes CGT
Where tokens arrive with no consideration and no obligation attached, tax usually crystallises only when the recipient disposes of tokens. The acquisition cost normally equals the market value at receipt. TCGA 1992 rules then apply to any gain.
Keep a dated valuation memo that shows how that market value was estimated.
What makes a distribution high risk
A distribution that is convertible on a CEX or tradeable on a DEX raises tax and AML risk because tokens acquire monetary value. If tokens are convertible, apply stricter KYC and AML checks. Treat issuance as likely to create company tax consequences.
Use a threshold rule: claims or token value over £1,000 (fair value per claimant) should trigger enhanced due diligence.
A practical campaign design playbook helps founders turn airdrop ambition into measurable outcomes.
- Start by setting a primary objective (e.g. user acquisition, retention, governance decentralisation) and two secondary metrics.
- Pick a pilot size (typical pilots are 1,000–5,000 wallets for consumer apps) and cap token spend. Example budget: a 2,000-wallet pilot with a £2 fair value per token and an average 3 tokens per claimant implies token issuance cost ≈ £12,000.
- Allow a further 10–25% for distribution, KYC and fraud remediation.
Define KPI targets up front. Activation Rate (7-day active wallets) target 20–35%. Token CAC = (token value issued + distribution costs) ÷ new customers attributable to the campaign.
Segment eligibility by behaviour (holders, recent transactors, high LTV prospects). Apply stricter KYC or vesting to higher-value cohorts to control dilution. Record budget, expected funnel and go/no-go scaling triggers in the campaign factsheet.
Quick pause: keep these notes in the campaign factsheet.
Airdrops to passive holders: tax and operations
Sending tokens to holders who took no action is the simplest tax pattern. When recipients did nothing to earn tokens, HMRC normally treats later disposal as a CGT event rather than income at receipt. Keep a timestamped snapshot showing the holder list and the reason for selection.
Recipient view: CGT on disposal
A holder who sells tokens later calculates gain using disposal proceeds minus acquisition cost. The acquisition cost normally equals the token value at receipt. Losses may be allowable against gains in the same year or carried forward under CGT rules.
Keep records for six years to support claims. For self-assessment include disposals on the capital gains pages.
Issuer view: company accounting and dilution
Issuing tokens to holders can create accounting entries. Treat the allocation as a marketing expense if the campaign is a marketing cost. Treat it as a liability if redemption rights exist.
Companies House and accounting standards expect a reliable fair value estimate at issue. Document the token pool, vesting and planned inflation to show dilution effects.
Practical snapshot rules
A snapshot must be deterministic and auditable. List wallet addresses, allocation and the reason for inclusion. Sign the snapshot file and publish its IPFS hash to prove integrity.
Record the snapshot generation time and method so HMRC examiners can match on-chain receipts to off-chain evidence.
Quick pause: archive the signed snapshot and the IPFS hash.
Airdrops tied to referrals or work: taxed as income
Tokens awarded for promotion, referral or service are normally taxable as income at receipt. These awards may require payroll reporting for employees. For contractors tokens received in return for services count as business receipts.
HMRC treats remuneration in kind as pay and PAYE/NICs rules can apply if the recipient is an employee. Contracts that promise tokens in return for services create taxable business income for contractors. The company may treat the token allocation as a contractual supply and account for the fair value as a cost.
Keep copies of the contract clause, evidence of delivery and invoices to support the position.
Employee and payroll obligations
When tokens are part of pay, the company must operate PAYE and report to HMRC unless a specific exemption applies. Value the award at fair market value when the employee becomes entitled. Then operate payroll on that amount.
Failure to run PAYE can lead to assessments and penalties under PAYE rules.
Contractors and self-employed recipients
As above, contracts that promise tokens in return for services create taxable business income for the contractor and the company records the token allocation as a cost. Keep the contract clause, evidence of delivery and invoices.
Case example: conditional referral airdrop
A common case: a startup offered tokens worth £50 to each new signup who completed KYC and a referral. Bots and duplicate emails produced 40% of claims as suspected abuse and the company had to reissue a new snapshot and tighten KYC. This error increased distribution costs by 15% and triggered an HMRC query about tax treatment.
Quick pause: learn from pilot results before scaling up.
Technical distribution playbook and audit trail
Use a snapshot plus Merkle-claim architecture to prove eligibility while saving on-chain gas. Publish the Merkle root on-chain and keep the signed snapshot in immutable storage so the distribution can be reconstructed. This produces cryptographic proofs that HMRC commonly accepts as part of an audit.
Acceptance depends on the completeness of the audit pack and the surrounding contemporaneous evidence. Merkle roots and IPFS CIDs should be accompanied by signed snapshots, valuation memos and KYC logs to form a convincing package.
How to build a defensible snapshot
Export a CSV of normalized wallet addresses, allocation amounts and eligibility reason and sign it with a company key. Publish the file's IPFS hash and the UTC timestamp. Store originals in a secure archive with access logs.
Keep the mapping of wallet addresses to eligibility reasons but separate any personal data to comply with data protection rules.
Merkle tree claims and gas savings
Build a Merkle tree from the snapshot and deploy a simple claim contract that checks Merkle proofs instead of pushing tokens to each wallet. This pattern typically reduces on-chain writes by 60 to 90 percent compared with per-recipient transfers depending on batch size.
Save every claim transaction hash in the audit pack for matching to the snapshot.
1. SnapshotCSV, sign, IPFS
→
→
3. ClaimProofs, gas‑efficient
→
4. ArchiveTx hashes, T&Cs, KYC
What to record for HMRC
Record the snapshot, Merkle root, deployed contract address, claim transaction hashes and a valuation memo that sets out how fair value was estimated. Also save signed T&Cs and the exact code version of distribution contracts to prove deterministic behaviour. This evidence forms the audit pack HMRC typically requests during an enquiry.
A practical, step-by-step technical playbook closes the gap between intent and execution. Produce a deterministic CSV of normalized (EIP-55) addresses, allocations and eligibility reasons and sign the file with a company key. Upload to IPFS and store the CID with a UTC timestamp.
Generate the Merkle tree client-side from the CSV, publish the Merkle root on-chain and deploy a minimal claim contract that validates proofs and records claim tx hashes. For gas savings prefer a Merkle-claim flow over per-recipient transfers. On Ethereum mainnet a full transfer to 10,000 wallets can cost tens of thousands of pounds in gas. A Merkle claim model reduces writes dramatically and moving to an L2 typically cuts settlement cost by an order of magnitude.
Additional optimisations: pack allocation values into compact integer types, aggregate small claims into a single proof where protocol permits, and use calldata over storage in initialisation. Consider relayer models where the project sponsors the first claim transaction to improve UX.
Keep exact contract bytecode and commit hashes in the audit pack and record sample gas figures from a dry run so finance can reconcile budgeted and actual spend.
Quick pause: store commit hashes and sample gas metrics.
Compliance controls, KYC and campaign KPIs
Apply proportionate KYC and anti-bot controls tied to token convertibility and value. The more tradeable the token, the stricter the controls. UK AML Regulations 2017 and FATF guidance require enhanced due diligence where tokens can be exchanged for fiat.
Document the decision tree and track a clear KPI set. This lets marketing show measurable outcomes and finance show prudent spend.
KYC trigger rules
Require KYC when tokens are listed, convertible to fiat or when claims exceed a monetary threshold. A sensible starting threshold is £1,000 fair value per claimant. Keep a record of the KYC provider, the lawful basis for processing personal data and the verification outcome.
The company should also retain an internal note explaining why KYC was or was not required for each campaign.
Anti‑bot and anti‑farm measures
Use on-chain heuristics (wallet age, unusual transaction patterns) and off-chain checks (email or phone verification, captcha) to reduce farming and abuse. The most frequent error here is designing eligibility rules that are easy to script. That error inflates costs and damages metrics.
Log rejected claim clusters and store evidence of why each cluster was blocked.
Measure Activation Rate, Token CAC, 30-day retention and Token Dilution percentage as core KPIs. Activation Rate equals active wallets after 7 days divided by eligible wallets. Token CAC equals token value issued plus distribution costs divided by new customers attributable to the campaign.
Report these weekly so product, marketing and finance share a single source of truth.
| Token type |
Trigger for tax event |
Company tax risk |
Evidence required |
Typical accounting treatment |
| Utility token |
Disposal by holder or sale by issuer |
Medium |
Snapshot, on‑chain txs, valuation memo |
Marketing expense or deferred liability |
| Governance token |
Usually CGT on disposal |
Low–Medium |
Snapshot, T&Cs showing no consideration |
Equity note or non‑cash benefit |
| Security token |
Receipt may be trading income / regulated activity |
High |
Legal opinion, offering docs, KYC |
Revenue, liability or share issuance |
| Convertible / listed token |
Often income at receipt or VAT issues |
High |
KYC, AML checks, valuation, contract |
Revenue or cost of sales |
Templates: T&Cs and recipient notice
Use clear terms that set out eligibility, tax responsibilities and data use. Below is a usable clause and a short recipient tax notice. Copy and adapt these into campaign pages and emails.
Text
Terms snippet (insert into T&Cs):
Eligibility: Only wallets listed in the snapshot file are eligible. No purchase required. The company reserves the right to refuse or reclaim tokens if eligibility is not met or abuse is detected.
Tax clause: Recipients accept that receiving tokens may create tax liabilities in their jurisdiction. The recipient is solely responsible for reporting and discharging any tax due.
Data clause: Personal data collected for verification will be processed under the company lawful basis and retained for compliance purposes.
Text
Recipient email tax notice:
You may incur tax on receipt or disposal of these tokens. Keep this email and your wallet transaction history. If you are an employee, tokens may be treated as pay and reported under PAYE.
A short jurisdictional compliance checklist prevents costly rework. UK: follow HMRC crypto guidance for income vs CGT, operate PAYE on employee awards when applicable, check VAT implications where tokens are convertible or sold, and map obligations under the UK AML Regulations 2017 (retain KYC logs and lawful basis).
EU: confirm AMLD5/AMLD6 and national AML rules as member states differ on KYC thresholds and VASP registration. Document whether token features trigger securities rules under local law. US: assess Howey-type securities risks with counsel and evaluate FinCEN money-transmission and state money transmitter licensing.
For cross-border campaigns record where recipients are tax residents, capture IP addresses and declared residence in KYC and add a short jurisdiction-specific recipient notice that mirrors the T&Cs.
Include corporate accounting notes covering whether issuance is booked as marketing expense, liability or share-based payment. Keep a versioned legal and compliance checklist per jurisdiction in the audit pack to support token airdrop compliance and to evidence the convertible token tax analysis.
Quick pause: keep one legal checklist per jurisdiction.
Common pitfalls that trigger HMRC enquiries
The most frequent mistake is treating conditional rewards as free gifts. HMRC looks for consideration and will reclassify the receipt as income when evidence shows recipients performed actions. Missing timestamps and unsigned T&Cs are common failings that raise HMRC scrutiny.
Failing to run PAYE for employee awards or neglecting KYC where tokens are convertible are also frequent triggers for assessments.
Mislabelling rewards as gifts
Labeling a referral bonus as a gift without evidence of no consideration does not change the tax analysis. HMRC focuses on substance over label and examines the facts against legal tests for income and capital gains. Produce contemporaneous records that show no service or obligation existed to support a gift claim.
Missing or weak evidence
A missing snapshot, absent transaction hashes or unsigned T&Cs make a defence to HMRC much harder. Keep the signed snapshot, IPFS hash, Merkle root, claim tx hashes and valuation memo in one permanent archive. A complete audit pack reduces enquiry time and the likelihood of penalty.
Poor anti‑abuse controls
Campaigns without anti-bot measures routinely inflate claim numbers and cost more than forecast. Many advisories note that a small number of bots can generate the majority of claims in poorly designed campaigns. Implement behavioural and verification checks and log why suspicious claims were rejected.
The evidence suggests a conservative approach works best when tokens have clear monetary value or are likely to be listed. Plan for KYC and a tax memo before launch. This works well in practice but increases upfront costs, so balance compliance spend against expected marketing return.
For most startups the right trade is to pilot a small, tightly controlled distribution, measure activation and retention, then scale with stricter controls and formal tax advice.
This advice does not apply to closed‑loop loyalty points or centrally issued non‑transferable credits that have no secondary market value, nor to jurisdictions outside the UK where local tax and securities law differ materially.
If planning a distribution, instruct a crypto tax adviser to prepare a one-page tax memo and the audit pack before any tokens leave the treasury. That single memo will usually avoid later rework and reduce HMRC query risk.
Frequently asked questions
Are airdrops taxable in the UK?
Yes; tokens received for services or as conditional rewards are normally taxable as income, while genuinely unconditional gifts are usually subject only to capital gains tax when disposed of.