38. [Hard] How quickly do LPs shift their liquidity when the price goes outside of their bounds (if they do)
First we aim for the weth-usdc pool for top 10 and top 20 LPs Then we will focus on the positions open by these top 10 and top 20 LPs by joining the nft_token owned by them. We calculate the average upper price and average lower price by these LPs and compare it with the average price of weth-usdc pool. Next we will start determine if the averge price is out of bound between the upper and lower price provided by these LPs. When the price is out of bound, we started marked down the start time and stop time once the price is out of bound and once they decrease their liquidity on the same nft_token which is out of bound just now. Next we calculate the difference between the time and calculate the porportion on the duration for them to remove their liquidity and shift it.