Update README.md

This commit is contained in:
dr. mia von steinkirch, phd 2023-02-07 16:20:07 -08:00 committed by GitHub
parent dc7c59eb4d
commit c8181198cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,17 +1,25 @@
## 🍣 the uniswap protocol ## [uniswap](https://uniswap.org/)
<br> <br>
### tl,dr ### tl,dr
* peer-to-peer system designed for exchanging ERC20 tokens on the Ethereum blockchain.
* 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> <br>
* **AMMs** replace 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.
* uniswwap is a peer-to-peer system designed for exchanging ERC20 tokens on the ethereum blockchain.
* the protocol is implemented as a set of persistent, non-upgradable smart contracts; designed to prioritize censorship, resistance, security, self-custody.
<br>
---
### in this dir ### in this dir
<br>
* [uniswap v2](uniswap-v2) * [uniswap v2](uniswap-v2)
* [uniswap v3](uniswap-v3) * [uniswap v3](uniswap-v3)
@ -22,7 +30,9 @@
### resources ### resources
<br>
* [what's an amm, by coindesk](https://www.coindesk.com/learn/what-is-an-automated-market-maker/)
* [uniswap docs](https://docs.uniswap.org/protocol) * [uniswap docs](https://docs.uniswap.org/protocol)
* [uniswap arb analysis](https://github.com/ccyanxyz/uniswap-arbitrage-analysis) * [uniswap arb analysis](https://github.com/ccyanxyz/uniswap-arbitrage-analysis)
* [uniswap extractooor](https://www.uniswap.shippooor.xyz/) * [uniswap extractooor](https://www.uniswap.shippooor.xyz/)