mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-04-27 11:19:13 -04:00
🥞 add some basic shit on backrunning
This commit is contained in:
parent
b2c56c70c6
commit
0fb6af2d66
19
back_running/README.md
Normal file
19
back_running/README.md
Normal file
@ -0,0 +1,19 @@
|
||||
## 🥪 back-running
|
||||
|
||||
<br>
|
||||
|
||||
* occurs when a transaction sender wishes to have their tx ordered immediately after some unconfirmed 'target tx'.
|
||||
* a typical backrunner will send many identical txs, with gas price identical to that of the target tx, sometimes from different accounts, in order to increase the chances that one of their txs is ordered after the target but before any competitor.
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
### strategy
|
||||
|
||||
<br>
|
||||
|
||||
* a back-running bot that back-runs new token listings.
|
||||
* it monitors the mempoll for new pairs being created on uniswap, if it finds a new pair the both places a buy transaction imediately behind the initial liquidity.
|
||||
* the bot swoops in and buys as many tokens as possible (but not all them as there needs to be an opportunity for others to buy tokens)
|
||||
* the bot waits for the price to go up and other traders buy the token from uniswap and proceeds to sell back the tokens at a higher price
|
||||
* the key strategy is to be the first to buy tokens, but only after it has been launched.
|
Loading…
x
Reference in New Issue
Block a user