Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfuturistic authored Aug 29, 2024
1 parent 8183bdd commit 9350de6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
}
```
```

0 comments on commit 9350de6

Please sign in to comment.