Add info to AMM use case.

This commit is contained in:
ddawson
2022-12-15 11:33:07 -08:00
parent 269fd15061
commit 25e69d5484

View File

@@ -1,10 +1,19 @@
---
html: amm-uc.html
parent: defi-uc.html
blurb: Exchange .
blurb: Use an Automated Market Maker to facilitate currency exchange.
labels:
- Transactions
- Decentralized Exchange
- AMM
---
# Automated Market Maker
The Automated Market Maker (AMM)...
An automated market maker (AMM) is a protocol for the Decentralized Exchange (DEX) that prices assets through an algorithm, rather than using an order book like a traditional exchange.
AMMs allow you to trade at a certain exchange rate on a DEX without having to find a counterparty. Instead of having to find a neighbor who is willing to trade USD for Euro, or go to the airport currency exchange counter, the AMM allows you to exchange tokens freely.
AMMs allow people to trade tokens peer-to-peer through liquidity pools, which are token reserves secured by a smart contract. The more tokens available to trade, the lower the exchange fee to swap between the tokens.
To learn more about AMMs, see [AMM](amm.html).