Update README.md

This commit is contained in:
mia von steinkirch, phd 2022-12-20 16:15:45 -08:00 committed by GitHub
parent c038bdb962
commit 9341002647
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,14 @@
* protocol is implemented as a set of persistent, non-upgradable smart contracts; designed to prioritize censorship, resistance, security, self-custody.
* an AMM replaces the buy and sell orders in an order book market with a liquidity pool of two assets, both valued relative to each other. As one asset is trader for the other, the relative prices of the two assets shift, and the new market rate for both is determined.
<br>
### in this dir
* [uniswap v2](uniswap-v2)
* [uniswap v3](uniswap-v3)
<br>
---