diff --git a/uniswap/uniswap-v3/README.md b/uniswap/uniswap-v3/README.md
index 5326507..aaa6798 100644
--- a/uniswap/uniswap-v3/README.md
+++ b/uniswap/uniswap-v3/README.md
@@ -6,7 +6,7 @@
-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.
+