Update and rename the_mempool_and_mev.md to the-mempool.md

This commit is contained in:
bt3gl 2022-06-23 11:28:02 -07:00 committed by GitHub
parent f81ec2acfc
commit 435a54f9ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,14 @@
## The Mempool and MEV
<br>
## Ethereum's Mempool (The Dark Forest)
**"Whenever you make a transaction in the Ethereum network (you sign the transaction), you have to wait until it to be confirmed in the blockchain. During that period, it sits in the memory pool. Anyone can listen to these transactions, and their details, while they are there, and even modify them. If someone pays a higher gas price, their modification will be included a block first."**
<br>
---
## MEVs
@ -14,14 +18,17 @@
* MEV exists in places where there is high complexity which requires significant knowledge of smart contracts to understand.
* ~90% arbitrage
## Arbritage bots
<br>
### Arbritage bots
* Monitor pending transactions and attempt to exploit profitabe opportunities.
* Usually loo for specific types of transactions in the mempool, such as DEX trade or an oracle update
<br>
## To find Extracted MEV:
### To find Extracted MEV:
1. look at each Ethereum's transaction trace
2. parse it and go through the token transfers