Information and education only. Every page, figure and calculator on this site exists to explain how financial instruments work. Nothing here is investment, tax or legal advice, a recommendation, or a valuation you can rely on. Full disclaimer

Liquidity Pool Position

Also known as: AMM LP, Automated market maker position, LP token

Deposit two assets, earn a share of the trading fees, and discover that your position quietly rebalances into whichever one is losing.

4 min read · 635 words

1 · SnapshotThe one idea to remember
Key intuition: you are paid fees for automatically selling the winner and buying the loser. Whether that is a good trade depends entirely on how much the two prices move apart.
2 · BeginnerWhat is it, really?

An automated market maker is a pool holding two assets. Anyone can trade against it, and the price it offers comes from a formula rather than from an order book. Traders pay a fee on every swap.

You can put money into that pool. You deposit both assets, and in return you earn a share of the fees.

Here is the part that surprises people. The formula keeps the pool balanced by value. When one asset rises, the pool sells it — automatically, to the traders taking the other side. When one falls, the pool buys more of it.

So you end up holding more of whatever went down and less of whatever went up. Against simply holding the two assets in your wallet, that is a loss. It has a misleading name: impermanent loss. It is only impermanent if the prices come back.

Asset class
Digital assets
Instrument type
Pooled market-making position
Traded
On-chain, position represented by a token
Typical users
Retail and quantitative on-chain liquidity providers

Which risks decide the outcome

Not how risky this is, and not a rating — there is deliberately no total. It says which of five failure modes drives what happens here, in the same order on all 129 products so they can be compared. This publication's own reading; see the notice below.

  • Marketdecides it
  • Creditbarely applies
  • Liquiditybarely applies
  • Fundingbarely applies
  • Operationaldecides it

What decides it here. Divergence between the two assets decides the payoff, and the code holding the position decides whether there is a payoff at all. Contract failure has produced the total losses; divergence the disappointing ones.

What the five mean, and which one decides where →

3 · IntermediateHow it works in practice

What you are short

The position is short volatility of the ratio between the two assets. Fees are the premium you collect; divergence is the payoff you owe. That is the same shape as writing a straddle, and it should be read the same way.

  • Two assets that move together — a stablecoin pair, say — diverge little, so the fees dominate and the position is close to a lending position.
  • Two assets that move independently — the fees have to be large to cover the divergence, and frequently are not.
  • A one-way move is the worst case: the pool has sold the whole rally on the way up.

Concentrated liquidity changes the size, not the sign

Newer designs let a provider choose a price range rather than supplying across all prices. Fees per unit of capital rise sharply inside the range and fall to zero outside it. The exposure is more levered in both directions, and the position now needs managing rather than leaving.

Worked example: a pool of two assets where one doubles and the other does not. A wallet holding both would be up 50%. The pool, having sold into the rally throughout, is up meaningfully less — and the gap is what the fees have to beat for the position to have been worth taking.
4 · AdvancedPricing & valuation

The constant-product result

For a pool holding \(x\) and \(y\) with \(xy = k\), the value of the position against simply holding the initial basket, as a function of the price ratio \(p\) relative to entry:

$$ \frac{V_{pool}}{V_{hold}} \;=\; \frac{2\sqrt{p}}{1 + p} \;\le\; 1 \quad \text{for all } p > 0 $$
What the symbols mean
  • Va value
  • hthe hedge ratio

The inequality is strict except at \(p = 1\). The divergence cost is therefore certain in sign and depends only on how far the ratio has travelled, not on the path — which is what distinguishes it from a genuine trading loss.

The break-even condition

$$ \underbrace{\phi \cdot V \cdot \nu \cdot T}_{\text{fees earned}} \;>\; \underbrace{V\left(1 - \tfrac{2\sqrt{p}}{1+p}\right)}_{\text{divergence cost}} $$
What the symbols mean
  • phithe normal distribution's bell curve itself
  • Va value
  • Tmaturity, in years

with \(\phi\) the fee rate and \(\nu\) turnover per unit of pooled value. The position is profitable when realised volume is high relative to realised divergence — which is the same statement as a market maker's, because that is what the position is.

The risks that are not the formula

Contract risk, oracle and governance risk, and the fact that the position is only as durable as the code holding it. These are unrelated to the payoff above and have historically produced the total losses; the divergence cost has produced the disappointing ones.

The formulas above are standard textbook formulations, simplified for teaching. They explain the mechanism — they are not a valuation tool, and they will not reproduce a dealer’s price.

5 · Desk notesHow practitioners think about it
Practitioner note: the phrase "impermanent loss" describes the one component of the risk that is calculable in advance. That is a reason to take it seriously, not a reason to treat it as the whole risk.

Now say it back

Close the page and give Liquidity Pool Position in four sentences. It takes a minute and it is the only way to find out whether reading it was enough.

  1. Who wants what — two parties wanted opposite things badly enough to write it down.
  2. What the contract obliges, and when — not the payoff; the obligation.
  3. Where the money comes from — name the source, or you have described a hope.
  4. What makes it lose — the ordinary way, not the dramatic one.

Do it with a clock → · why these four