# Validator<>Relay Integration ## Introduction When Eth 2.0 came to full life after the merge, it allowed the seperation of concerns of block building and block validating i.e [PBS](https://ethereum.org/nl/roadmap/pbs). This resulted in the development of complex MEV supply chains in the Ethereum eco-system. Below, we can have a high level look at the MEV supply chain today: ![MEV Supply Chain](https://hackmd.io/_uploads/HJRTfAvs6.png) On a high level, users use a wallet of their choice to send their txs which land in either the public mempool or private order flows. Searchers pick these txs and create profitable bundles which they send to builders to bid for bundle inclusion. Builders then aggregate bundles from various searchers to create a highly profitable block which they send to MEV relays to bid for block inclusion. The key observation is that, there are two main auctions in the MEV supply chain. 1. The Searcher<>Builder auction where searchers bid to get their bundle included in a builder block. Builders are incentivized to attract more searchers as this can increases the chances of them building a [profitable block](https://frontier.tech/builder-dominance-and-searcher-dependence). To furthur maximize their profits, builders are now [integrating](https://arxiv.org/abs/2305.19150) with searchers. 2. The Builder<>Validator auction(with relays as intermediaries) where builders bid to get their block included by a validator. Validators propose the highest value block they receive amongst all the relays. It is interesting to note that validators receive most of the value in all of these [auctions](https://libmev.com/builders?presetRange=%22SINCE+MERGE%22&builderProfitTypes=%5B%22builderProfit%22%2C%22validatorProfit%22%5D). ## Problems with current day MEV Auction The current MEV supply chain is mainly geared towards optimising extracted MEV. With MEV relays now supporting [optimistic relaying](https://github.com/michaelneuder/optimistic-relay-documentation/blob/main/proposal.md) ## How Relays/Builders integrating with validator seems to allow innovation in the block building front ## Examples of products which requires Relay/Builder integration with validators Explain MEV.io and redacted cartel. ## Conclusion