mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-05-02 06:46:13 -04:00
Add smart contract for DEX arbitrage (#14)
This commit is contained in:
parent
574e3ebf21
commit
6d4b9d2533
1 changed files with 4 additions and 0 deletions
4
notes/MEV/arbitrage-notes.md
Normal file
4
notes/MEV/arbitrage-notes.md
Normal file
|
@ -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)
|
Loading…
Add table
Add a link
Reference in a new issue