🥯 add notes on arb

This commit is contained in:
bt3gl 2022-09-23 06:04:22 -07:00 committed by GitHub
parent 58047384e1
commit 7afe3680af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,22 +1,31 @@
# Arbitrage ## 🥯 arbitrage
<br> <br>
* Arbitrage refers to the simultaneous buying and selling of tokens in different markets ### tl;dr
<br>
* arbitrage refers to the simultaneous buying and selling of tokens in different markets
in order to take advantage of price discrepancies of that asset. 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.
<br> <br>
## Examples of interesting arbitrages
### interesting arbitrages in the wild
<br> <br>
* [arbitrageur begins with 1,000 Wrapped Ether (WETH), and ends up with 1,045](https://etherscan.io/tx/0x5e1657ef0e9be9bc72efefe59a2528d0d730d478cfc9e6cdd09af9f997bb3ef4) * [arbitrageur begins with 1,000 Wrapped Ether (WETH), and ends up with 1,045](https://etherscan.io/tx/0x5e1657ef0e9be9bc72efefe59a2528d0d730d478cfc9e6cdd09af9f997bb3ef4)
<br>
### MEV bots transactions
##### mev bots transactions
<br> <br>