From ca9cb9e4b8b867b2e6fd86ccb42e129754b63fbf Mon Sep 17 00:00:00 2001 From: "dr. mia von steinkirch, phd" <1130416+mvonsteinkirch@users.noreply.github.com> Date: Fri, 17 Feb 2023 17:26:21 -0800 Subject: [PATCH] Update README.md --- MEV_searchers/order_flows/README.md | 28 +++------------------------- 1 file changed, 3 insertions(+), 25 deletions(-) diff --git a/MEV_searchers/order_flows/README.md b/MEV_searchers/order_flows/README.md index 1072f3e..3ab5ec7 100644 --- a/MEV_searchers/order_flows/README.md +++ b/MEV_searchers/order_flows/README.md @@ -1,40 +1,18 @@ -## exclusive order flows +## order flows +
-### tl; dr - -
- -* searchers who have access to private and public mempools can aggregate txs and predict price movement. -* market makers (lps) can use order flows to model information from incoming orders and readjust prices and spreads. -* traders can use order flow sas a short-term strategy to time their trade. - -
- ----- - ### in this dir
+* [exclusive order flows](exclusive_order_flows.md) * [payment for order flows (pfof)](101.md) * [projects addressing eof primitives](projects.md)
- --- ### resources - -
- - -* [private order flow and the block builder market, by jon charbonneau](https://twitter.com/jon_charb/status/1562916372505665536) -* [ethereum's biggest issue no one's talking about](https://mariusvanderwijden.github.io/blog/2022/10/21/lightclients/) -* [private order flow is the new MEV (youtube)](https://www.youtube.com/watch?v=bapIqxhIdaY) -* [order flow, auctions and centralisation II: order flow auctions](https://collective.flashbots.net/t/order-flow-auctions-and-centralisation-ii-order-flow-auctions/284) -* [order flow, auctions & centralisation, by q. kilbourn](https://www.youtube.com/watch?v=ilc3EoSMMDg) -* [order flow auctions & enshrined builder, by apriori](https://mirror.xyz/apriori.eth/wiLKgkaN6JBwBDq4E3T_-BZ0OIPhlbIItgJdE3CFAMo) -* [payment for order flow on tradefi, by forbes](https://www.forbes.com/advisor/investing/payment-for-order-flow/)