🥩 add front run

This commit is contained in:
bt3gl 2022-09-23 06:05:53 -07:00 committed by GitHub
parent d528b11875
commit d1e5e593f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,9 @@
## 🥩 frontrunning
<br>
* process by which an adversary observes transactions on the network layer and then acts upon this information by, for instance, issuing a competing transaction, with the hope that this transaction is mined before a victim transaction.
* example: transaction A is broadcasted with a higher gas price than an already pending transaction B so that A gets mined before B.
* 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.