Asymmetric Deposit
Deposit Liquidity even with one-sided token pooling.
The Symmetric Deposit problem is that LPs must deposit the tokens in a pool with a predefined proportion. To remove extra actions, the algorithm in the AMM will automatically simulate the swap on the current pool to balance the amount for LPs. Then, the subsequent procedures like depositing and returning LP tokens are automated too. Because the process is just to simulate a single-sided deposit, we call it Simulated Single Exposure.

Instead of preparing at least two types of token, users can now deposit even with only one type of token.
Proposition 2. Without loss of generality, giving a pool of
,
, and
with the current state {
}, an LP deposits
to the pool and receives an amount of LP tokens
,
(16)
,
where
.
Proof. Let
, where the left term is the set of amounts of
token to swap for {
} in the simulation. The simulation is depicted by the following table (we use blackboard characters for state owners):
Here we don’t need to swap SEN, thus
. By the CPF (see Eq. (33)), we also know:
(17)
,
(18)
,
And:
(19)
,
(20)
.
To satisfy the symmetric deposit, we have a system of equations:
(21)
.
Or,
(22)
.
By transforming the system of equations, we know that:
(23)
.
Therefore,
Last modified 1yr ago