Working Paper - This paper is currently undergoing work and is subject to revision.
Summary
Concentrated liquidity DEXs distribute emissions to staked positions in proportion to their liquidity at the active tick. Traders need swap depth that persists across price movements and absorbs order flow. The two quantities coincide on a V2 constant product curve and diverge on V3, where a position can satisfy the gauge’s measurement without ever serving a swap. The paper formalises this measurement gap, introduces parasitic liquidity as the strategy that exploits it, runs Foundry verification on unmodified Slipstream and PancakeSwap contracts on Base, and proposes two gauge-level remediations.
Abstract
This paper formalises parasitic liquidity, an emission extraction strategy on concentrated liquidity DEXs that exploits a measurement gap between gauge accrual and swap facilitation. Three propositions establish that the Synthetix instantaneous stake accumulator used by Slipstream gauges and PancakeSwap’s MasterChefV3 is memoryless in stake duration, independent of position width per unit of liquidity, and uncoupled from utilisation. Foundry suites against unmodified mainnet contracts on Base verify all three properties on both implementations. A point-in-time audit of one Aerodrome WETH/USDC pool found single tick width positions accounting for 63.4% of in-range staked liquidity, with 92% of sampled blocks containing zero swap events whilst those positions remained staked; a subsequent 14-day longitudinal scan of the same pool recorded 765,138 mint events of which 98.6% were one tick spacing wide. Across 31 daily anchors on the Aerodrome Slipstream VIRTUAL/WETH pool, the median operator capital floor for every-block-rebalance breakeven is $11,223. Two gauge level remediations, a minimum-width filter and a reward warmup, reduce parasitic effective yield by more than 99% in combination against fork measured baselines analytically; a deployed partial fix (a 10-second emission cutoff) is shown analytically to leave 12–20 second cycles profitable in expectation, and width persistence is observed on the post-fix pools.
The measurement gap
A typical CL gauge pays
where is position ‘s liquidity at the active tick and the sum runs over all staked positions spanning that tick.
On V2, liquidity along the constant product curve is a single value at every price, so distributing emissions by liquidity share is equivalent to distributing them by tradeable depth.
On V3 the curves are heterogeneous, and two positions with identical can provide vastly different tradeable depth depending on tick range width. The accumulator collapses these heterogeneous curves to scalar values, treating non-fungible positions as if they were fungible shares in a liquidity pool.
Cite as
@misc{ryan2026parasitic,
author = {Ryan, K. R.},
title = {Parasitic Liquidity: Emission Extraction via Non-Functional Concentrated Liquidity Positions},
year = {2026},
month = apr,
howpublished = {SSRN Working Paper},
url = {https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6510118},
doi = {10.5281/zenodo.19528399},
}The companion paper Constructive Gauges develops a gauge design that closes this gap.