From 7fa08ce5967e0199c28cedcb016afa2db62c1bf7 Mon Sep 17 00:00:00 2001 From: "mia von steinkirch, phd" <1130416+mvonsteinkirch@users.noreply.github.com> Date: Tue, 20 Dec 2022 22:30:04 -0800 Subject: [PATCH] Update README.md --- uniswap/uniswap-v3/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/uniswap/uniswap-v3/README.md b/uniswap/uniswap-v3/README.md index e9132d9..12aa681 100644 --- a/uniswap/uniswap-v3/README.md +++ b/uniswap/uniswap-v3/README.md @@ -6,10 +6,13 @@ Uniswap v3 introduced: -* **concentrated liquidity**: replacing fungible ERC20 liquidity positions with non-fungible ERC-721 liquidity positions. +* **concentrated liquidity** and **non-fungible liquidity**: + * replacing fungible ERC20 liquidity positions with non-fungible ERC-721 liquidity positions. * individual LPs get granular control over what price ranges their capital is allocated to. * individual positions are aggregated together into a single pool, forming one combined curve for users to trade against. * **multiple fee tiers**: allowing LPs to be appropriately compensated for taking on varying degrees of risk. +* **range orders**: lps can deposit a single token in a custom price range, above or below the current price. +* **improvements to the TWAP oracle**: possible to calculate any recent TWAP within ~9 days in a single on-call chain.