You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: Procedural approaches towards Maximal Extracted Value
3
3
description: Procedural approaches towards establishing simple Maximal Extracted Value for constant function market makers
4
-
version: v0.0.4
4
+
version: v0.2.0
5
5
authors: Alexander Bradley, Sam Bacha
6
6
---
7
7
8
8
# Procedural Approaches Towards MEV
9
9
10
10
> Preprint, Procedural approaches towards Maximal Extracted Value
11
11
12
+
This paper documents the design decisions and testing used in implementing a new router for Sushiswap to mitigate and recapture MEV.
13
+
14
+
## Tools used
15
+
16
+
- Foundry (forge/fuzzing/revm).
17
+
- Eechidna.
18
+
12
19
## Preprint Availability
13
20
14
-
[see generated pdf, its (getting better but still) rough](https://github.com/sambacha/Procedural-Approaches-Towards-MEV/releases/download/v0.0.4/procedural-approaches-towards-mev-v0.0.4.pdf)
21
+
[Latest generated PDF is available via GitHub Releases](https://github.com/sambacha/Procedural-Approaches-Towards-MEV/releases/download/v0.2.0/Procedural_Approaches_Towards_MEV_0.2.0.pdf)
15
22
16
-
## Note
23
+
## Notes
17
24
18
-
Contract Router inital Audit is complete, will finish up the outstanding issues in this paper and launch public bug bounty etc this weekish.
25
+
Deployment is scheduled for no later than July 5th, 2022.
0 commit comments