What it is
A points program is a scorekeeping system, usually run off-chain by the protocol's own servers, that awards users "points" for depositing funds, trading, referring friends, or otherwise using a product. Points have no on-chain existence and no guaranteed value — they are a promise, not a claim. The protocol typically hints that points will later determine an airdrop of a real token, without committing to an exchange rate or even a token launch.
How it works
- A protocol launches a product (a lending market, an L2, a social app) without a live token.
- It stands up an internal database that logs qualifying user actions — TVL deposited, days active, trades executed, invites converted — and converts them into a points score using a formula it can change at any time.
- Users see a personal points balance on a dashboard, often with leaderboards to encourage competition and social sharing.
- Because points are unbacked and off-chain, the protocol can freely adjust weights, exclude wallets it deems "sybil" (users running many fake accounts), or change the rules retroactively.
- Some time later — weeks or years — the protocol may launch a token and set a conversion schedule (e.g., a snapshot date and a points-to-token curve), turning points into a real claimable allocation.
- Users who deposited capital or took on risk purely to farm points now decide whether to keep holding the resulting token or sell it, often causing a sharp price move at listing (a "TGE dump").
Why designers use it
- Lets a team bootstrap usage and TVL before a token exists, avoiding premature securities-law exposure or a token-price feedback loop it doesn't want yet.
- Creates a flexible, revocable incentive: the protocol can tune or void points to fight abuse without the rigidity of on-chain, immutable token emissions.
- Builds a marketing narrative and community engagement loop (leaderboards, referral virality) at low cost, since points are cheap to mint and don't dilute anything until converted.
- Gives the team optionality: it can decide later whether, when, and how generously to convert points into tokens based on how the ecosystem develops.
Failure modes
- Mercenary capital floods in purely to farm points, then exits the instant the token lists, leaving the protocol with a liquidity cliff (the pattern seen after many "points season" airdrops).
- Sybil farms (one person running hundreds of wallets) capture a disproportionate share of the eventual airdrop, diluting rewards for genuine users.
- Because the conversion formula is opaque and unilateral, users who behaved exactly as instructed can still get a smaller-than-expected allocation, breeding distrust ("point-shaving" accusations).
- If the token never launches, points simply expire worthless, and users have no legal claim — the entire program was a promise, not a contract.
- Points-driven deposits can be economically hollow: capital sits idle purely to accrue score rather than doing anything useful for the protocol, inflating TVL metrics without real usage.
What to check before using it
- Decide and publish (even roughly) how points will convert to tokens, and how much discretion you reserve to change that later — ambiguity here is the top source of community backlash.
- Build sybil detection into the scoring model from day one; retrofitting it after farms have already formed points is far harder and looks arbitrary.
- Model what happens to your TVL and usage metrics the day points convert and mercenary capital can leave — do you have organic demand behind it?
- Consider legal exposure: a sufficiently token-like, expectation-of-profit points program can attract the same scrutiny as an actual token sale.
- Decide whether points should be visible/transferable/tradable off-platform (secondary points markets exist) and whether that creates incentives you don't want.