From 9350de69b5964406ba2ff077f5ce9f0b8df66b06 Mon Sep 17 00:00:00 2001 From: Diego <105765223+0xfuturistic@users.noreply.github.com> Date: Wed, 28 Aug 2024 23:41:02 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fc80389..c535dd7 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ As the paper [_MEV Makes Everyone Happy under Greedy Sequencing Rule_](https://a - Updating the initial price less frequently. - Using a moving average over several past blocks. 4. Further research is needed to characterize optimal sequencing rules that maximize user welfare under strategic proposer behavior. -5. Exploring randomized sequencing rules as a potential avenue for eliminating (or at least reducing) risk-free profits for proposers. +5. The GSR has price discovery issues (i.e., when there are three different pools for the same asset). # Appendix @@ -153,4 +153,4 @@ struct SequencingRuleInfo { bool emptyBuysOrSells; // A flag indicating whether the ordering implies empy buys or sells. SwapType tailSwapType; // The type of swaps making up the tail, if `emptyBuysOrSells` is true } -``` \ No newline at end of file +```