This MEV research is conducted for Uniswap Bounty #19. In this research, we dug into two famous MEV: Sandwich Attacks & JIT, and analyzed the prevalence of these two actions in Uniswap V3.
https://coinomo.notion.site/Uniswap-Bounty-19-34df5d8d69e54b2ba10f5b5799758d26
git clone [email protected]:ZooWallet/Uniswap-MEV-Analysis.git
cd uniswap-mev-analysis
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
To reproduce the results in the jupyter notebooks, you have to download the data first by running:
python3 getData.py
The analysis is in two parts: Sandwich Attacks & JIT
https://github.com/ZooWallet/Uniswap-MEV-Analysis/blob/main/sandwichAnalysis.ipynb
https://github.com/ZooWallet/Uniswap-MEV-Analysis/blob/main/justInTimeAnalysis.ipynb