mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-12-16 08:43:54 -05:00
Add notes on frontrunners (#13)
This commit is contained in:
parent
46a7fb66a4
commit
574e3ebf21
1 changed files with 4 additions and 0 deletions
4
notes/MEV/frontrunners-notes.md
Normal file
4
notes/MEV/frontrunners-notes.md
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
## Notes on frontrunners
|
||||||
|
|
||||||
|
* rather than programming complx algorithms to detect profitable MEV opportunities, some searchers run generalized frontrunners. These are bots that watch the mempool to detect profitable transactions.
|
||||||
|
* frontrunners will copy the potentially profitable transaction's code and replace addresses with theirs. Then, they submit the modified transaction with the replaced address and a higher gas price, frontrunning the original transaction and getting the searcher's MEV.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue