mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-07-08 15:29:44 -04:00
Add notes on sandwiching
This commit is contained in:
parent
85d1f88fef
commit
20da206316
1 changed files with 5 additions and 0 deletions
5
notes/MEV/sandwich-tranding-notes.md
Normal file
5
notes/MEV/sandwich-tranding-notes.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
## Notes on Sandwich trading
|
||||
|
||||
* To sandwich, a searcher will watch the mempool for large DEX trades.
|
||||
* A searcher can calculate the approximate price effect of this large trade and execute an optimal buy order immediately before the large trade, then executing a sell order immediately after the large trade (selling it for the igher price caused by the large order).
|
||||
* Sandwiching is riskier as it isn't atomic an it's prone to [salmonella attack](https://github.co/Defi-Cartel/salmonella)
|
Loading…
Add table
Add a link
Reference in a new issue