From c88c965422d7218293a103e04204a4740544968f Mon Sep 17 00:00:00 2001 From: "dr. mia von steinkirch, phd" <1130416+mvonsteinkirch@users.noreply.github.com> Date: Tue, 7 Feb 2023 13:07:10 -0800 Subject: [PATCH] Delete cross_trading.md --- sandwich/cross_trading.md | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 sandwich/cross_trading.md diff --git a/sandwich/cross_trading.md b/sandwich/cross_trading.md deleted file mode 100644 index b64b1c2..0000000 --- a/sandwich/cross_trading.md +++ /dev/null @@ -1,15 +0,0 @@ -## cross-trading arbitrage like sandwich - -
- -### 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. - - -