Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add payment proof to builder bid #16

Open
lightclient opened this issue May 17, 2022 · 1 comment
Open

Add payment proof to builder bid #16

lightclient opened this issue May 17, 2022 · 1 comment

Comments

@lightclient
Copy link
Member

Right now we're trusting the bid from the builder will pay the value it claims. This can and should be provable with a state proof.

Suppose we're building block N+1 -- the builder bid object can be extended to have a proof to the balance of the fee_recipient at block N and N+1. The proofs would be rooted against the headers for N and N+1. This would allow the validator to verify that their account does receive the value as expected.

@metachris
Copy link
Contributor

See also flashbots/mev-boost#99 (comment) for more discussion and context about different models for payment proofs.

Two discussed methods:

  1. inclusion proof on transaction trie
  2. account proof on post execution state trie

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants