Skip to content

Commit 3c99c1e

Browse files
authored
Merge pull request #9 from primevprotocol/privacy-concept-draft
2 parents 5766e19 + 6f483cc commit 3c99c1e

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

concepts/privacy.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,10 @@
22
icon: user-secret
33
---
44

5-
Privacy in blockchain transactions is crucial, and mev-commit directly addresses this. It protects bidders' strategic interests by keeping bid and commitment details confidential. This approach is vital in preventing potential manipulations in the auction process. mev-commit's privacy features ensure that sensitive information is only revealed when necessary, maintaining transaction integrity and secure decentralized finance principles.
5+
Privacy in blockchain transactions is crucial, and mev-commit directly addresses this. It protects bidders' strategic interests by keeping bid and commitment details confidential. This approach is vital in preventing potential manipulations in the auction process. mev-commit provides end-to-end privacy for all bids and commitments in the sense that until commitments are opened after the corresponding L1 block have been confirmed, the contents of the commitment and the corresponding bid are only visible to the bidder who made the bid and the provider who made the commitment. All other bidders and providers and external parties learn nothing except that this provider has made a commitment. Below we expand on the privacy notions achieved for the bidders and the providers.
6+
7+
## Bidder Privacy
8+
Each bidder can choose a group of providers who will have access to their bids. The bids are then encrypted for this specific group of providers. Other bidders and providers remain unaware of the details of a bid and its designated receivers. Moreover, even providers within the same receiver group for a particular bidder don't know they are part of the same group. Moreover, after a provider commits to the bid the privacy of the bidder is still preserved as the commitment reveals no information about the bid to third parties.
9+
10+
## Provider Privacy
11+
A provider who receives a bid can make a commitment to it, which they also sign. This action binds them to the bid. Furthermore, the process is executed in such a way that only the bidder who issued the bid can identify a commitment as being related to their bid. This approach ensures a high level of privacy for the providers, as the commitments they issue are not associated with a specific bid throughout the auction round.

0 commit comments

Comments
 (0)