Update README.md

This commit is contained in:
dr. mia von steinkirch, phd 2023-02-07 19:08:52 -08:00 committed by GitHub
parent 0a91686e5c
commit f7b398e24b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,8 +9,7 @@
* frontrunning is the process by which an adversary observes txs on the network layer and then acts upon this information by, for instance, issuing a competing tx, with the hope that this tx is mined before a victim's tx.
* example: transaction A is broadcasted with a higher gas price than an already pending transaction B so that A gets mined before B.
* **strategy example**: transaction A is broadcasted with a higher gas price than an already pending transaction B so that A gets mined before B.
* **generalized frontrunners** are bots that watch the mempool to detect profitable transactions, copy their code, replace addresses with theirs, then submit the modified tx with a higher gas price.