Difference between revisions of "AMM"

895 bytes added ,  20:46, 30 April 2022
m
added some more history
(added category)
m (added some more history)
Line 1: Line 1:
An AMM or, Automated Market Maker, allows digital assets to be traded in a permissionless and automatic way by using liquidity pools rather than a traditional market of buyers and sellers.  AMM users supply liquidity pools with crypto tokens, whose prices are determined by a constant mathematical formula. Liquidity pools can be optimized for different purposes, and are proving to be an important instrument in the [[DeFi]] ecosystem.<ref>https://www.gemini.com/cryptopedia/amm-what-are-automated-market-makers</ref>
An AMM or, Automated Market Maker, allows digital assets to be traded in a permissionless and automatic way by using liquidity pools rather than a traditional market of buyers and sellers.  AMM users supply liquidity pools with crypto tokens, whose prices are determined by a constant mathematical formula. Liquidity pools can be optimized for different purposes, and are proving to be an important instrument in the [[DeFi]] ecosystem.<ref>https://www.gemini.com/cryptopedia/amm-what-are-automated-market-makers</ref>
 
== History ==
[[Vitalik Buterin]], the founder of [[Ethereum]], first conceptualized AMMs in a blog post on June 22nd, 2017.<ref>https://vitalik.ca/general/2017/06/22/marketmakers.html</ref> The first ever AMM deployed 1 year later, which was [[Uniswap]]. Since this breakthrough, the decentralized exchange model has been replicated numerous times on nearly every single blockchain. Vitalik's iteration of the famous x*y=k was first a little longer:<blockquote>tokenA_balance(p) * tokenB_balance(p) = k</blockquote>


== Overview ==
== Overview ==
Line 5: Line 8:


==== Autonomous ====
==== Autonomous ====
The autonomy of AMMs rely on pools of liquidity that are ready to be used. AMMs rely on liquidity providers (LPs) to obtain all of this liquidity. Using smart contracts, AMMs pool and balance liquidity to ensure the ratio of assets and price is maintained. Many AMMs, e.g. [[Uniswap]], use the equation x*y=k to complete this.
The autonomy of AMMs rely on pools of liquidity that are ready to be used. AMMs rely on liquidity providers (LPs) to obtain all of this liquidity. There is no intermediary. Using smart contracts, AMMs pool and balance liquidity to ensure the ratio of assets and price is maintained. AMMs, e.g. [[Uniswap]], use the equation x*y=k to complete this. Liquidity providers have incentives to supply liquidity pools. As a result of this, liquidity pools provide instant access to liquidity. [[EtherDelta]] attempted an order book style exchange before AMMs were popularized, but it was difficult to maintain liquidity.<ref>https://www.yahoo.com/video/uniswap-achieve-etherdelta-couldn-t-100043329.html</ref>


== References ==
== References ==
<references />
<references />
[[Category:AMM]]
[[Category:AMM]]
372

edits