From 36f69f3a29f0be609becded4a3b1a01d41644c70 Mon Sep 17 00:00:00 2001 From: "mia von steinkirch, phd" <1130416+miavonsteinkirch@users.noreply.github.com> Date: Thu, 17 Nov 2022 11:43:15 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A5=AD=20uniswap=20v3=20whitepaper?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uniswap/uniswap-v3.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/uniswap/uniswap-v3.md b/uniswap/uniswap-v3.md index 87ff5c4..7aef4d6 100644 --- a/uniswap/uniswap-v3.md +++ b/uniswap/uniswap-v3.md @@ -2,11 +2,13 @@
-* better gas refunds due to it's flash loan style architecture. +* Uniswap v3 replaces fungible ERC-20 liquidity positions with non-fungible ERC-721 liquidity positions. +* better gas refunds due to it's flashloan style architecture.
### resources +* [uniswap v3 whitepaper](https://uniswap.org/whitepaper-v3.pdf) * [liquidity mining on uniswap v3 by paradigm](https://www.paradigm.xyz/2021/05/liquidity-mining-on-uniswap-v3)