Create README.md

This commit is contained in:
bt3gl 2022-04-05 18:35:00 +01:00 committed by GitHub
parent aec19bc939
commit de81bc0664
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

13
Uniswap/README.md Normal file
View file

@ -0,0 +1,13 @@
## Notes on the Uniswap protocol
<br>
**Peer-to-peer system designed for exchanging ERC-20 tokens on the Ethereum blockchain.**
<br>
* The protocol is implemented as a set of persistent, non-upgradable smart contracts; designed to prioritize censorship, resistance, security, self-custody.
<br>
* 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.