From 7afe3680af77eb0fa6800797caea51e7a9f2be5a Mon Sep 17 00:00:00 2001 From: bt3gl <1130416+bt3gl@users.noreply.github.com> Date: Fri, 23 Sep 2022 06:04:22 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A5=AF=20add=20notes=20on=20arb?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- {MEV => MEV_on_Ethereum}/arbitrage-notes.md | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) rename {MEV => MEV_on_Ethereum}/arbitrage-notes.md (81%) diff --git a/MEV/arbitrage-notes.md b/MEV_on_Ethereum/arbitrage-notes.md similarity index 81% rename from MEV/arbitrage-notes.md rename to MEV_on_Ethereum/arbitrage-notes.md index f52e3c2..2f99ffd 100644 --- a/MEV/arbitrage-notes.md +++ b/MEV_on_Ethereum/arbitrage-notes.md @@ -1,22 +1,31 @@ -# Arbitrage +## 🥯 arbitrage
-* Arbitrage refers to the simultaneous buying and selling of tokens in different markets +### tl;dr + +
+ +* arbitrage refers to the simultaneous buying and selling of tokens in different markets in order to take advantage of price discrepancies of that asset. -* 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. +* 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.
-## Examples of interesting arbitrages + + +### interesting arbitrages in the wild
* [arbitrageur begins with 1,000 Wrapped Ether (WETH), and ends up with 1,045](https://etherscan.io/tx/0x5e1657ef0e9be9bc72efefe59a2528d0d730d478cfc9e6cdd09af9f997bb3ef4) +
-### MEV bots transactions + + +##### mev bots transactions