mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-05-02 14:56:18 -04:00
🥯 add notes on arb
This commit is contained in:
parent
58047384e1
commit
7afe3680af
1 changed files with 14 additions and 5 deletions
|
@ -1,22 +1,31 @@
|
|||
# Arbitrage
|
||||
## 🥯 arbitrage
|
||||
|
||||
<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.
|
||||
|
||||
* 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>
|
||||
|
||||
## Examples of interesting arbitrages
|
||||
|
||||
|
||||
### interesting arbitrages in the wild
|
||||
|
||||
<br>
|
||||
|
||||
* [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>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue