What it is
Liquidity mining is when a protocol distributes its own token as a reward to people who supply capital — usually by depositing into a lending pool or providing liquidity to a trading pair. Instead of paying users in dollars, the protocol pays them in newly created tokens, effectively using future dilution to buy present-day activity. It became the standard bootstrapping tool for DeFi after Compound popularized it for lending markets in 2020.
How it works
- A protocol defines an emission schedule: a fixed number of governance or reward tokens to be distributed per block or per day.
- Users take an eligible action — depositing into a lending pool, supplying to an AMM pool, staking a liquidity-provider (LP) token — which the protocol tracks on-chain.
- A smart contract measures each user's share of the total deposited (or borrowed) volume in that pool over time.
- Rewards accrue continuously or per block, proportional to that share, and are held in the contract until claimed.
- Users call a "claim" or "harvest" function to withdraw accrued tokens, which mints or transfers them from a treasury/rewards pool.
- Many designs split rewards between suppliers and borrowers, or weight pools differently to steer liquidity toward specific assets.
- Recipients typically sell some portion of the reward on the open market to realize value, creating constant sell pressure that the protocol's fee revenue or token utility must eventually offset.
Why designers use it
- Solves the cold-start problem: a new pool or market has no liquidity and no users, and paying in equity-like tokens is cheaper than paying cash the protocol doesn't have.
- Directs liquidity precisely where it's needed by adjusting emission weights per pool or asset.
- Distributes governance tokens to actual users of the protocol rather than only to insiders, aligning incentives (in theory).
- Creates a flywheel: more liquidity attracts more users, which can justify the token's price and future emissions.
Failure modes
- Mercenary capital: liquidity providers farm the reward token and sell it immediately, so liquidity evaporates the moment emissions slow or a better-paying farm appears elsewhere.
- Death spiral: constant sell pressure from farmers pushes the token price down, which lowers the dollar value of rewards, which drives liquidity out, which further depresses price.
- Impermanent loss masking: LPs may not realize that the token rewards are subsidizing losses from price divergence in the underlying pool, and they only notice after the reward token has fallen.
- Whale capture: large depositors can absorb a disproportionate share of emissions, making rewards ineffective at attracting broad participation while diluting everyone else.
- Emission-driven inflation: if the token has no separate revenue-generating utility, the reward supply keeps growing while demand doesn't, permanently suppressing price.
What to check before using it
- Model the token's total supply and emission curve over multiple years, not just the launch period, to see how dilution compounds.
- Decide whether rewards vest, lock, or are freely liquid immediately — instant liquidity maximizes mercenary behavior.
- Have a plan for what happens when emissions taper: does the protocol have real fee revenue to retain liquidity without subsidy?
- Check whether the incentivized pools actually need the liquidity being paid for, or whether emissions are being wasted on pools nobody uses.
- Consider whether liquidity mining rewards should be weighted toward long-term or "sticky" behavior (e.g., time-locked LP positions) rather than raw deposit size.