Content pfp
Content
@
https://ethereum.org
0 reply
0 recast
0 reaction

Anders Elowsson  pfp
Anders Elowsson
@anderselowsson
This post proposes a mechanism for users to protect their txs against MEV extraction. Users encrypt and decrypt their txs without intermediaries using a simple cryptographic hash, trustlessly achieving an encrypted mempool. https://ethresear.ch/t/sealed-transactions/21859
1 reply
5 recasts
21 reactions

Anders Elowsson  pfp
Anders Elowsson
@anderselowsson
Before T1 — Users post sealed txs consisting of a cryptographic hash computed from the raw tx and its associated ToB fee. T1 — Proposers add sealed txs from the encrypted mempool to a commitment struct in Block A. T2 — Once a user observes their sealed tx in a block, they broadcast the unsealed raw tx pointing to it. T3 — Attesters locally observe the timeliness of unsealed txs and verify that their hashes match the original commitments. T4 — The proposer orders txs top-of-block in Block B, sorted according to the unsealed fee. T5 — Attesters confirm with their attestation, contingent on correct collation.
1 reply
0 recast
0 reaction