mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-08-07 22:02:29 -04:00
💾
This commit is contained in:
parent
bf818f2682
commit
d3a292bfd1
133 changed files with 26 additions and 40 deletions
30
MEV_strategies/arbitrage/patterns/README.md
Normal file
30
MEV_strategies/arbitrage/patterns/README.md
Normal file
|
@ -0,0 +1,30 @@
|
|||
## arbitrage patterns
|
||||
|
||||
<br>
|
||||
|
||||
### tl; dr
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
* spatial arbitrage involving one uniswap v3 pool and other venue seems to be the most common in 2022, followed by triangle arbitrage with one or two uniswap v3 pools.
|
||||
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
----
|
||||
|
||||
### in this dir
|
||||
|
||||
<br>
|
||||
|
||||
* [spatial arb](spatial.md)
|
||||
* [triangle arb](triangle.md)
|
||||
* [taxed tokens](taxed.md)
|
||||
|
||||
<br>
|
||||
|
||||
---
|
||||
|
||||
### resources
|
11
MEV_strategies/arbitrage/patterns/spatial.md
Normal file
11
MEV_strategies/arbitrage/patterns/spatial.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
## spatial patterns
|
||||
|
||||
### tl; dr
|
||||
|
||||
* also known as geographical arbitrage, it occurs when an arbitrageur looks for price differences between geographically separate markets.
|
||||
|
||||
<br>
|
||||
|
||||
---
|
||||
|
||||
### resources
|
1
MEV_strategies/arbitrage/patterns/taxed.md
Normal file
1
MEV_strategies/arbitrage/patterns/taxed.md
Normal file
|
@ -0,0 +1 @@
|
|||
## taxed tokens
|
1
MEV_strategies/arbitrage/patterns/triangle.md
Normal file
1
MEV_strategies/arbitrage/patterns/triangle.md
Normal file
|
@ -0,0 +1 @@
|
|||
## triangle pattern
|
Loading…
Add table
Add a link
Reference in a new issue