mirror of
https://github.com/autistic-symposium/mev-toolkit.git
synced 2025-07-24 07:00:35 -04:00
add dex-cex arbitrage
This commit is contained in:
parent
021d1613e0
commit
da82682279
1 changed files with 4 additions and 3 deletions
|
@ -10,9 +10,9 @@
|
|||
* **statistical mev** (non-atomic) convey informed strategies that rely on off-chain information (signal).
|
||||
|
||||
* examples can be strategies that rely on:
|
||||
- [cross-chains](https://github.com/go-outside-labs/mev-toolkit/tree/main/MEV_searchers/cross_domain_mev) arbitrage
|
||||
- [CEX + DEX arbitrage](dex-cefi-arb)
|
||||
- [order flow](https://github.com/go-outside-labs/mev-toolkit/tree/main/MEV_searchers/private_order_flows) trading by aggregating orders from multiple private or public mempools
|
||||
- [cross-chains](https://github.com/go-outside-labs/mev-toolkit/tree/main/MEV_searchers/cross_domain_mev) mev
|
||||
- [defi-cefi arbitrage](dex-cex-arb/)
|
||||
- [order flow](https://github.com/go-outside-labs/mev-toolkit/tree/main/MEV_searchers/private_order_flows) trading by aggregating from private and public mempools
|
||||
- [whale watching](https://github.com/go-outside-labs/mev-toolkit/tree/main/MEV_and_trading/whales)
|
||||
|
||||
* these strategies are more profitable and less accessible due to capital requirements and risk profile.
|
||||
|
@ -28,6 +28,7 @@
|
|||
<br>
|
||||
|
||||
|
||||
* [dex-cex arbitrage](dex-cex-arb/)
|
||||
* [routers and aggregators](aggregators)
|
||||
* [convex optimization](convex_optimization)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue