Update README.md

This commit is contained in:
dr. mia von steinkirch, phd 2023-02-07 19:44:17 -08:00 committed by GitHub
parent 11c4bb91a9
commit fdeed64c9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
<br>
uniswap v3 introduced:
- uniswap v3 introduced:
* **concentrated liquidity** and **non-fungible liquidity**:
* replacing fungible ERC20 liquidity positions with non-fungible ERC-721 liquidity positions.
@ -16,6 +16,9 @@ uniswap v3 introduced:
* **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.
- new strategies:
* creating and closing LP positions can be a form of trading. range orders can be used as either buy-limit or take-profit orders.
<br>