Extended Automated Market Maker (EAMM) protocol

The EAMM protocol we are currently working on aims to be an improved version of the AMM existing protocols.

One of the problems of AMM the relative high barrier to entry. So let's say you build a Cardano native token called Patiencetoken (PTT) and you want to create a market to be able to trade it against ADA. In order to create the pair ADA/PTT you'll need to provide both ADA and PTT. Providing PTT is not a problem because you are the issuer (you can issue as many tokens as you want).

The problem is that maybe you don't have a lot of ADA. So you end up with a tiny, rather iliquid pool. Many small projects face this exact problem currently on Uniswap. This is one of the problems the EAMM protocol aims to solve.

How would the EAMM protocol solve this? The protocol will allow the option (when you create a new pair) to give the pricing power to takers. So the price discovery mechanism relays only on the takers. Makers, under this scenario, don't have any control on the price. This is an option the protocol will give to people that create a new pair and don't want to put a large amount of capital. Ultimately is the new pair creator the one who decides if he/she wants to take this option or not. Both will be possible on Cardax DEX.

The second problem that AMM protocols have is impermanent loss. Cardax's EAMM protocol aims to give a solution to the impermanent loss problem.

Here are 2 different approaches to solve the probles of an AMM system

Last updated