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.

And:

To satisfy the symmetric deposit, we have a system of equations:

Or,

By transforming the system of equations, we know that:

Last updated