1. the validator client requests a block from the consensus node
2. the consensus node requests an execution payload from the execution node and incorporates it into the block
3. the validator client signs the block
4. the validator client sends the signed block to the consensus node
5. the consensus node broadcasts the signed block to the network
1. the validator client requests a block without transactions (blinded block) from the consesnsus node
2. the consensus node queries multiple MEV relays for best bid, incorporating the best block into the returned binded blocl
3. the validator client signs the binded block
4. the validator client requests the consensus node to unblind and broadcast the signed block
5. the consensus node requests the winning MEV relay to unblind the singed block and broadcasts it to the network