This commit is contained in:
mvonsteinkirch 2023-02-08 09:08:45 -08:00
parent bf818f2682
commit d3a292bfd1
133 changed files with 26 additions and 40 deletions

View 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

View 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

View file

@ -0,0 +1 @@
## taxed tokens

View file

@ -0,0 +1 @@
## triangle pattern