From 6d4b9d2533f4f9866bb5ac0548bdc721f7a1ae9a Mon Sep 17 00:00:00 2001 From: bt3gl <1130416+bt3gl@users.noreply.github.com> Date: Mon, 28 Mar 2022 01:47:32 -0700 Subject: [PATCH] Add smart contract for DEX arbitrage (#14) --- notes/MEV/arbitrage-notes.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 notes/MEV/arbitrage-notes.md diff --git a/notes/MEV/arbitrage-notes.md b/notes/MEV/arbitrage-notes.md new file mode 100644 index 0000000..85eb1b3 --- /dev/null +++ b/notes/MEV/arbitrage-notes.md @@ -0,0 +1,4 @@ +## DEX arbitrage + +* the simplest MEV opportunity: two DEXes offering a token at two different prices, someone can buy the token on the lower-priced DEX and sell it on the higher priced DEX in a single atomic transaction. +* [TX example](https://etherscan.io/tx/0x5e1657ef0e9be9bc72efefe59a2528d0d730d478cfc9e6cdd09af9f997bb3ef4)