Adaptive Fee Model
A model designed to free users from hefty fees while transacting.
Considering the CPF
, liquidity providers always incur a loss named impermanent loss, due to a state deviation of reserves. The loss will disappear if the state returns to the initial state. Without loss of generality, let’s assume that
outperforms
after a period. Clearly, arbitrageurs will sell
to get
because the current pool is maintaining an undervalued price of
.
(24)
.
Thus, the price is transforming from
to
. Compared with a HODL strategy, adding liquidity to a pool seems less profitable (without a fee model).
(25)
(26)
Most AMMs use a fee model typically of 0.25% to cover the loss. The mistake here is the fee is fixed while the loss is varied. It’s better when the fee is adaptive, that means the fee will be large if the loss is large, and vice versa.
To create a more effective fee model, the AMM develops a function
, where
, respects to
to adapt the change. Because
describes how the pool state deviates from the current state, it’s reasonable for the fee function to rely on
.
Fig. 3. Adaptive fee function:
. Linear fee function:
. Mixed fee function:
. With fee models that are “above” the adaptive fee, the loss will be negative. The negative loss means liquidity providers are profitable.
Definition 2. The impermanent loss is zero when the adaptive fee is following:
(27)
.
Proof. Recall that a trader will get
in a no-fee model. When the AMM applies the adaptive fee model, the trader will receive
. In summary,
(28)
.
With
, the loss now is
(29 )
(30)
.
Because of the zero loss, we have an equation,
. Hence,
Corollary 1. Applying the adaptive fee, the pool’s state will follow:
(31)
TABLE I. The price change is equal to
The volume is determined over a $20mil-cap pool. Because the fee is relatively low regarding small price changes, the adaptive fee model and its variants are suitable for casual transactions.
Because the pricing curve is the same as the 2D CPF, the impermanent loss (IL) is obvious to Sentre’s AMM too. However, employing a variant of the adaptive fee model can cover the IL while also benefit LPs.
(32)
The approach can secure income for LPs. By flexibility, the fee is low corresponding to small price changes, and gets larger along with the price change.
Furthermore, the AMM collects a fractional fee as a tax to maintain the core engine at the beginning. In the future, this tax can be opened as a grant for community projects (see Fig. 4).
Fig. 4. The fee is organized into two components. The adaptive fee represents the interest for LPs. The 0.05% is for Sentre Foundation to develop the core engine, grant liquidity to community projects, incubate innovative ideas, and so on.
Last modified 1yr ago