Hello everyone, and thanks for the space to share some thoughts.
This is Paco from Stakely, a staking infrastructure provider running around 9,000 validators on Ethereum mainnet for different protocols and customers.
Right now, each protocol or customer defines its own authorized relay list. This already increases costs, since validators from different protocols cannot always be served properly by a single CL/EL server. This forces us to deploy a new CL/EL setups for each combination of relays and validators we need to support. It also prevents any reuse of CL/EL servers in case of failures and increases the risk of human error during maintenance.
In the future, with the evolution of preconfirmations, it is expected that each protocol will also define how preconfirmations must be negotiated and with which parties. These sets will not necessarily overlap. This will affect both large operators and home stakers participating in protocols such as Lido CSM, Stader, Rocket Pool, and others.
Because of this, I think it would be extremely useful to implement relay muxing in mev-boost, so that a single mev-boost instance can apply logic depending on which validator is making the request. This way, sets of validators could be associated with sets of relays and preconfirmation providers.
It would be great for Ethereum to see mev-boost evolve in this direction.