From e37168cd3f6d4d3a27258f2abcd73345ec281624 Mon Sep 17 00:00:00 2001
From: bt3gl <1130416+bt3gl@users.noreply.github.com>
Date: Fri, 23 Sep 2022 06:26:54 -0700
Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=A3=20update=20readme?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
Uniswap/README.md | 20 ++++++--------------
1 file changed, 6 insertions(+), 14 deletions(-)
diff --git a/Uniswap/README.md b/Uniswap/README.md
index fca6496..f36c98a 100644
--- a/Uniswap/README.md
+++ b/Uniswap/README.md
@@ -1,19 +1,11 @@
-## Notes on the Uniswap protocol
+## 🍣 the uniswap protocol
-**Peer-to-peer system designed for exchanging ERC20 tokens on the Ethereum blockchain.**
+### tl,dr
+
+* a 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.
-
-* The 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.
-
-
-
-### Uniswap V3
-
-* better gas refunds due to it's flash loan style architecture.