From cdb3dfb94e9647d03990260d17e8be144b1eff26 Mon Sep 17 00:00:00 2001 From: "steinkirch.eth, phd" <1130416+mvonsteinkirch@users.noreply.github.com> Date: Wed, 15 Mar 2023 10:10:42 -0700 Subject: [PATCH] add joncharbonneau's Encrypted Mempools --- README.md | 39 ++++++++++++++++----------------------- 1 file changed, 16 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 020a65f..097b78e 100644 --- a/README.md +++ b/README.md @@ -18,18 +18,14 @@ ##### 👾 mev extraction can be a force of good in a non-predatory and [fair](https://twitter.com/bertcmiller/status/1456346690164768770) blockspace free-market as an incentive for economic security. every actor in the supply chain is relevant. order flow toxicity is a trader's exposure to counter-parties that possess private informational advantages. as everything in life, *[the most valuable commodity is information](https://frontier.tech/a-new-game-in-town)*. -##### ⚠️ this repository is a catalog from my own (free time / out-of-curiosity) research, enjoy at your own risk. +##### ⚠️ this repository is a catalog from my own (free time / out-of-curiosity) research and development, enjoy at your own risk.
---- - -### extraction strategies - -
+### learn (toxic and non-toxic) extraction strategies ##### atomic (tx ordering) @@ -54,9 +50,16 @@ * [oracles and twamm](MEV_strategies/oracles) -
-### mev by chains +### code up your (learning and experimental) bots + +* [build your mev bot](MEV_searchers) +* [mempools monitoring](MEV_searchers/mempool_monitoring) +* [latency optimization](MEV_searchers/latency) +* [tx and signature explorers](MEV_searchers/tx_and_signature_explorers) + + +### understand the chains and how mev differs on each of them * [mev on solana](MEV_by_chains/MEV_on_Solana) * [mev on cosmos](MEV_by_chains/MEV_on_Cosmos) @@ -68,19 +71,9 @@ * [mev on avalanche](MEV_by_chains/MEV_on_Avalanche) -
+### understand (and join) the space (we need good people) -### building a toolkit - -
- -* [order flows](MEV_searchers/order_flows) -* [mev projects](MEV_projects) -* [build your mev bot](MEV_searchers) -* [data and analytics](MEV_searchers/data_and_analytics) -* [latency optimization](MEV_searchers/latency) -* [mempools monitoring](MEV_searchers/mempool_monitoring) -* [tx and signature explorers](MEV_searchers/tx_and_signature_explorers) -* [read papers from the past](MEV_projects/history.md) - -
+* [mev-related protocols](MEV_projects) +* [mev data and analytics](MEV_searchers/data_and_analytics) +* [research on order flows](MEV_searchers/order_flows) +* [canonical papers from the past](MEV_projects/history.md)