The collaboration between Olas, Isotropic, and Shutter is making progress in exploring strategies for autonomous malicious MEV mitigation on the Gnosis Chain. With Milestone 2 now complete, the project has successfully delivered its core autonomous agents. Milestone 3 is close to completion and will introduce the MEV analytics dashboard.
Milestone 2 Achievements
Deployment & Testing
- The project has been tested on Chiado, Tenderly, and a forked Gnosis Chain mainnet.
- Shutter-Agent, built on OLAS, underwent successful testing on Chiado and Tenderly.
- Shutter-MEV-Simulator, a bespoke solution, has been tested in a forked mainnet environment.
Key Learnings & Technical Insights
Challenges with MEV Simulator
- The team found that OLAS currently lacks direct integration support for MEV simulators due to specific architectural limitations.
- This exploration offered valuable insights into the structure of OLAS, which will help guide future improvements.
Enhancing OLAS
- A key enhancement identified is the requirement for support of multiple databases, which would improve OLASβs flexibility and scalability for future use cases.
Performance & System Overview
Two fully functional autonomous agents have been developed within OLAS:
- Token Swap Agent β Automates and efficiently executes token swaps.
- MEV Monitoring Agent β The system monitors MEV logs and sends data to the backend for real-time analysis.
These agents collaborate to improve MEV detection and response strategies, creating a more transparent and equitable trading environment.
Looking Ahead: Milestone 3
Milestone 3 will launch the analytics dashboard, which will visualize MEV activity and provide real-time insights into agent operations. This is the final step in bringing the complete system online and making the findings accessible for further research and development.
There are two publicly accessible GitHub repositories that contain complete instructions and documents.
Shutter Agent : GitHub - isotropics/shutter-mev-simulator: shutter-mev-simulator
Mev Simulator : GitHub - isotropics/shutter-agent