From 118a783503bb46688e92c94af10d05ee3e938fa0 Mon Sep 17 00:00:00 2001 From: "dr. mia von steinkirch, phd" <1130416+mvonsteinkirch@users.noreply.github.com> Date: Fri, 10 Feb 2023 15:32:57 -0800 Subject: [PATCH] "their strategies mainly allocate liquidity in a narrow range and adjust the tick intervals to track market price based on quantitative indicators such as bollinger bands" --- MEV_and_trading/protocols/uniswap/uniswap-v3/just-in-time.md | 1 + 1 file changed, 1 insertion(+) diff --git a/MEV_and_trading/protocols/uniswap/uniswap-v3/just-in-time.md b/MEV_and_trading/protocols/uniswap/uniswap-v3/just-in-time.md index c4170bd..20e72fb 100644 --- a/MEV_and_trading/protocols/uniswap/uniswap-v3/just-in-time.md +++ b/MEV_and_trading/protocols/uniswap/uniswap-v3/just-in-time.md @@ -10,6 +10,7 @@ * the **liquidity range** determines the share of fees. however, the tighter the tick range, the greater the risk of impermanence loss (the greater the likelihood that the price of the asset pair will move out of the tick range to volatility), which would generate no fees). * a **strategy** is to scan the mempool for substantial pending trades, provide liquidity where a LP mints and burns a concentrated position immediately before and after a swap. no impermanent loss happens because everything happens within the same block. * because provision has **high costs**, it's usually only used against very large swaps (i.e., it's a non-atomic strategy). +* [*"their strategies mainly allocate liquidity in a narrow range and adjust the tick intervals to track market price based on quantitative indicators such as bollinger bands"*](https://mirror.xyz/0xc19565163aFdEe3783FC970E4Bd0275B11848d34/wr9JWZ_MIroWnXeze_tXG1R7nSsoTkp7IvqK5BsWYhA)