mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-06-29 08:47:06 -04:00
Create cross_trading.md
This commit is contained in:
parent
e431b7e091
commit
238deb855c
1 changed files with 15 additions and 0 deletions
15
sandwich/cross_trading.md
Normal file
15
sandwich/cross_trading.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
## cross-trading arbitrage like sandwich
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
### tl; dr
|
||||||
|
|
||||||
|
- 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>
|
Loading…
Add table
Add a link
Reference in a new issue