mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-04-26 10:49:24 -04:00
Update README.md
This commit is contained in:
parent
2a433b52c0
commit
0e4ccc1863
@ -5,9 +5,9 @@
|
|||||||
|
|
||||||
### tl; dr
|
### tl; dr
|
||||||
|
|
||||||
* predict trade opportunities that will mine into a future block based on the outcome of another user's trade.
|
* backrunners predict trade opportunities that will mine into a future block based on the outcome of another user's trade.
|
||||||
* occurs when a transaction sender wishes to have their tx ordered immediately after some unconfirmed 'target tx'.
|
* it 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.
|
* 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 (snipping).
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
@ -18,7 +18,7 @@
|
|||||||
<br>
|
<br>
|
||||||
|
|
||||||
* a back-running bot that back-runs new token listings.
|
* 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.
|
* it monitors the mempool for new pairs being created on uniswap, if it finds a new pair the bot 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 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 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.
|
* 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