mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-04-27 11:19:13 -04:00
Update README.md
This commit is contained in:
parent
5c6f2be792
commit
e431b7e091
@ -4,8 +4,6 @@
|
|||||||
|
|
||||||
### tl, dr
|
### tl, dr
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
* predict trade opportunities that will mine into a future block by pushing another user’s trade opportunity to its max slippage limit, which will result in an arbitrage opportunity at a later time (typically within the same block).
|
* predict trade opportunities that will mine into a future block by pushing another user’s trade opportunity to its max slippage limit, which will result in an arbitrage opportunity at a later time (typically within the same block).
|
||||||
|
|
||||||
* sandwiching is a common situation that occurs when a searcher identifies a large trade in the mempool that will cause an impact on the price of an asset.
|
* sandwiching is a common situation that occurs when a searcher identifies a large trade in the mempool that will cause an impact on the price of an asset.
|
||||||
@ -30,31 +28,10 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### cross-trading arbitrage like sandwich
|
### in this dir
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
- a sandwich arbitrage has characters as below:
|
|
||||||
- In the same block, the attacker's transactions contain a start transaction, an end transaction, and one or more victim transactions in between.
|
|
||||||
- the combination of attacker and victim needs to satisfy an essential condition: the from address is not the same.
|
|
||||||
|
|
||||||
|
|
||||||
- the `CombinedTransferTable` of each transaction contains the same Address processing the Trade. Combining the Attacker's Start Transaction and End Transaction give the CombinedTransferTable of this arbitrage having the final net surplus.
|
|
||||||
|
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
### examples in the wild
|
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
|
|
||||||
* https://etherscan.io/tx/0x90f2f133fcfe8e1870b69323ea0b46193b9443a701b4cef81a14c727a1df648f
|
|
||||||
* [a MEV bot sandwich attacked this user](https://etherscan.io/tx/0xa79dfb5d4442a4ff04768c638bf306b75340ac325e86c34653904ab7f7429ac5)
|
|
||||||
* [bot spent $18,583.13, to make $19,182.43](https://etherscan.io/tx/0x206203f5d62b8027fc8ad0c88be2b6d7b8e9c6b5b81a49c9a8d1c227d6027018)
|
|
||||||
|
|
||||||
|
* [interesting txs in the wild](interesting_examples.md)
|
||||||
|
* [cross-trading arb like sandwich](cross_trading.md)
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user