āŒ›Staking & Impermanent Loss

One of the main issues with liquidity providing on an LP is impermanent loss. IL is the loss incurred by a market making position vs. keeping the initially allocated amounts fixed. Another approach of IL could be referred as unrealized profit or loss (uPNL): this a more accurate way to call such profit or loss, as it only becomes realized if one chooses to sell out of a position which has changed in value.

Given an initial price P0P_0, the value of P0P_0 of a 2-asset portfolio is initially given by:

V=V0+P0ā‹…yV = V_0 + P_0 \cdot y

On the other hand, a new value V1V_1 after the first transactions P1P_1 is given by:

V1=x′+P1ā‹…y′V_1 = x' + P_1 \cdot y'

Given a new value and new prices, the equation will still be the following:

x+P1ā‹…yx+ P_1 \cdot y

The IL or uIL is the delta between the portfolio change of the market making portfolio and the change in value of a portfolio of assets with fixed quantities. This is the loss on top of a mark to market move of an equivalent fixed-quantity portfolio:

x′+P1ā‹…yā€²āˆ’(x+P0ā‹…y)āˆ’(x+P1ā‹…yāˆ’(x+P0ā‹…y))x' + P_1 \cdot y' - (x + P_0 \cdot y) - (x + P_1 \cdot y - (x + P_0 \cdot y))

Which simplifies to:

xā€²āˆ’x+P1ā‹…yā€²āˆ’P0ā‹…yāˆ’(P1āˆ’P0)ā‹…yx' - x + P_1 \cdot y' - P_0 \cdot y - (P_1 - P_0) \cdot y

Also, we will call RR the ratio between the current and previous price given a fixed-period of time tt:

R=P1P0R = \frac{P_1}{P_0}

Hence, unrealized impermanent loss ϵ\epsilon will be given by the following equation:

ϵ=uPNLV0=Rāˆ’12ā‹…(R+1)\epsilon = \frac{uPNL}{V_0} = \sqrt{R} - \frac{1}{2} \cdot (R+1)

Last updated