Hey Julian thanks for your comments. I can address some of your comments:
We see the current in-protocol bidding mechanisms as inadequate to bid effectively for the scarce blobspace. Although bidding is possible in-protocol via the EIP-1559 max priority fee, it does not apply to the EIP-4844 transaction blob base fee for example. Furthermore in times of high volatility, in order to update a bid, the entire transaction must be resubmitted, which is very costly and not recommended. In contrast, submitting a preconfirmation bid only requires the blob sender to update their bid amount without having to resubmit the entire blob transaction into the mempool.
The design has the same trust assumptions that currently exist with mev-boost today because it is an out-of-protocol design
Thank you for sharing, that was an interesting read! I think it is accurate to describe this as a slot auction. However, wouldn’t the current inclusion list design being discussed under EIP-7547 also be considered a slot auction as well?