Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.76 KB

FRP-14.md

File metadata and controls

32 lines (24 loc) · 1.76 KB
Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 3 column 7
---
id: 14
title: Cryptoeconomic design exploration
team: @pdaian @fiiiu
created: 2021-06-04
status: in progress
---

Cryptoeconomic design

Background and Problem Statement

While Flashbots is exploring an SGX-based solution to provide complete pre-trade privacy as outlined in this post, we would like to explore in parallel if there are cryptoeconomic mechanisms that can reinforce, or substitute the relatively expensive and proprietary solution that is SGX, to achieve the same desirable result: namely a fully private way to submit txs to block proposers without having to reveal their content to them so they cannot tamper with it/act adversarially on it.

The aim of this research is to collect thoughts on the topic, write up a short strawman spec and start building more thinking, especially how it relates to eth2 and mev-sgx.

Plan and Deliverables

  • strawman proposal of a cryptoeconomic mechanism to provide flashbots functionalities
    • include all relevant tradeoffs
  • evaluate merging design with technical specs to reinforce each other (eg. design + sgx)
  • think of how eth2 fits in the picture and if there are any mechanisms we can piggy back on
    • opt-in slashing conditions?
    • any desired protocol changes? if so, draft EIP?

References