Concentrated Liquidity
An advanced automated <a href="https://crypto-bible.com/en/glossary/exchanges/market-maker/" target="_blank" rel="noopener">Market Maker</a> design letting liquidity providers choose to concentrate capital within a specific price range, rather than spreading it across the entire price range (from zero to infinity) as in a traditional AMM — substantially improving capital efficiency.
intermediate
Impermanent Loss
The value gap that arises when the price ratio of two tokens in a liquidity pool diverges, causing a liquidity provider's pooled assets to be worth less than if they had simply held the tokens.
beginner
Impermanent Loss Protection (ILP)
A protocol, through an additional funding source (such as its own issued native <a href="https://claude-me.com/en/glossary/core-concepts/token/" target="_blank" rel="noopener">Token</a>, or the protocol's own reserve assets), actively absorbs the <a href="/en/glossary/amm-liquidity/impermanent-loss/">Impermanent Loss</a> a liquidity provider would otherwise bear, letting the provider recover a value close to or equivalent to simply holding these assets without depositing them in the pool upon withdrawal — shifting the impermanent loss risk covered in an earlier article from the individual provider onto the protocol as a whole.
intermediate
Just-in-Time (JIT) Liquidity
An <a href="/en/glossary/mev-microstructure/mev/">MEV</a> bot, upon detecting a large trade about to execute, front-runs by instantly injecting massive liquidity into a concentrated liquidity pool within the same block, letting that trade consume the liquidity it just supplied and earning the fee that trade generates, then immediately withdrawing all the liquidity within the same block — bearing exposure for only a few seconds throughout the entire process.
advanced
Liquidity Mining
An incentive mechanism where a protocol issues additional governance tokens as rewards to users who deposit assets into a pool to provide liquidity, aiming to attract capital inflow and improve the protocol's trading depth.
beginner
Protocol-Owned Liquidity (POL)
Rather than depending on external users to provide liquidity and using reward tokens to retain them, a protocol instead uses its own issued <a href="https://claude-me.com/en/glossary/core-concepts/token/" target="_blank" rel="noopener">Token</a>, exchanged at a discounted price for assets users hold, then pairs the acquired assets with its own token to form a pool — letting the protocol itself directly hold and permanently control this liquidity, without needing to continuously pay rewards to retain external providers who could withdraw their capital at any time.
intermediate
Slippage
The gap between a trade's actual execution price and the expected price at the moment the trade was initiated. Under an AMM architecture, it's mainly determined by the trade amount's proportion relative to the pool's size — the larger the trade and the shallower the pool, the more pronounced the slippage usually is.
beginner