[Research]MEV: The Censorship Dilemma

TheTiePublié le 2022-12-21Dernière mise à jour le 2022-12-21

Résumé

How to Solve the Censorship Dilemma?

The State of MEV Censorship

Not all validators explicitly and purposefully propose blocks built by MEV relays. Many propose vanilla blocks–or blocks selected from the mempool without overt consideration of ordering, and purely based on priority fees and block limits.

For instance, Coinbase, the largest centralized staking provider outside of Lido, has only recently begun incorporating MEV into a minority of their proposed blocks. Over half of Kraken’s proposed blocks, on the other hand, have been explicitly ordered. By doing so, Kraken has definitionally earned more staking rewards than Coinbase on a rate basis. Why would Coinbase forgo this extra yield? Is Kraken taking on additional risk?

Validators consider several variables when choosing an MEV relay. There are, however, two chief considerations:

1.Are there transactions in the block from OFAC sanctioned addresses, and,

2.Does the MEV relay facilitate frontrunning?

Respectively, a validator weighs these variables through a combination of compliance and profitability.

For an example, take BloXroute Max Profit- the only MEV relay that strictly prioritizes profitability. As shown in the chart below, this relay only represents 12.2% of all relayed transactions, suggesting that most validators do not have the sole aim of profitability.

Below we show the current distribution of relayed blocks on Ethereum since The Merge.

Flashbots has relayed over 75% of Ethereum blocks known to be explicitly ordered since Ethereum’s transition to Proof of Stake. From a decentralization standpoint this is obviously not ideal, but this market share has recently normalized. Previously, we had identified three such similar vectors for post-merge centralization.

Clearly, we’re dealing with a pair of subjective tradeoffs. For instance, centralized exchanges are legally required to choose relays enforcing the OFAC blacklist. Moreover, any entity staking Ether on another’s behalf, centralized or decentralized, is financially obligated to propose blocks from a relay that incorporates frontrunning. That is to say, fiduciary responsibility requires the most profitable block be proposed.

Only a solo validator, a user with sole discretion over their Ether staking rewards, is capable of choosing a relay that neither adheres to the OFAC blacklist, nor proposes blocks that incorporate frontrunning of the mempool. This is not to suggest frontrunning is unethical. We’re simply stating that solo node operators are the only participants strategically enabled to forgo both aforementioned considerations, and pursue the BloXroute Ethical relay.

Both of these variables (compliance and profitability) have considerable impact on the Ethereum MEV landscape. For instance, if an OFAC sanctioned address submits a transaction with a high priority fee, validators that choose to incorporate such transactions will necessarily benefit financially. Because validators’ proposals are random, we know a validator subscribing to a OFAC agnostic relay will eventually have the ability to propose a block containing non-compliant transactions, as long as it is maintained in the mempool.

Similarly, frontrunning, sandwiching, arbitrage, and other forms of transaction ordering provide more efficient price discovery on the blockchain, allowing MEV enabled operators to earn higher yields.

However, something interesting occurs when looking at the average block value of relayed blocks- BloXroute Max Profit relay earns the same as their Regulated relay. On paper, this shouldn’t check out, given that excluding blacklisted addresses can only negatively impact priority fee ordering.

Ordering Strategies & Block Value

To understand why ‘Average Block Value’ doesn’t necessarily represent the most profitable relay strategy, we must first clarify two things.

First, we must recognize the economies of scale inherent to MEV relays. If a relay is proposing a certain percentage of blocks, at some level they’re able to calculate their likelihood of building the subsequent block. Successfully building two blocks in a row gives a relay additional opportunities for MEV.

Let’s rephrase that in a different way: if the Flashbots relay builds the most profitable block for the proposing validator, and they know their likelihood of building the next block in the chain, it will influence the original and subsequent block’s composition. However, as Flashbots’ builder dominance has dropped, their likelihood of winning successive blocks has fallen with it, rendering it extremely unlikely.

Second, we must understand how relays are technically selected. Depending on the smartnode stack used to deploy a node, a validator may be able to rank order their preferred relays. Nothing prohibits this. In such a case, a validator could always utilize the most profitable relay. An Ethereum validator that happens to earn a block proposal is capable of mandating that block be submitted by the most profitable relay.

With this in mind, and from a statistical perspective, the observed ‘Average Block Value’ cannot necessarily represent the most profitable relay strategy, regardless of sample size. For instance, how is it that block values proposed via the ‘BloXroute Max Profit’ relay are often less than the block values proposed by the ‘BloXroute Regulated’ fork? From Table 1 we know this shouldn’t be possible.

A practical example makes this clear:

A staking pool, in its entirety, has only whitelisted Flashbots and BloXroute Regulated relays. By definition, the validator from the pool in question will only choose a block from the BloXroute Regulated Relay if it is more profitable than the the proposed Flashbots relay–this validator is not considering blocks built by other relays, and we know an MEV ordered block is necessarily more profitable than a normal, fee ordered block.

Due to varying ordering strategies, irrespective of blacklist and frontrunning mandates, the BloXroute Regulated Relay, if chosen as the backup proposer to a major pool, could easily average higher block rewards than an unrestricted BloXroute Relay.

Censorship

Previously I’d stated Flashbots alone, a censoring relay, accounts for over 80% of all relayed transactions. It’s important to keep in mind that not all validators are outsourcing their block building to MEV relays, and many still propose vanilla blocks, or blocks locally ordered. As of December 14th, around 70% of all proposed blocks were being routed through MEV relays enforcing OFAC censorship.

After withdrawals are enabled in the upcoming Shanghai upgrade, a reshuffling of staked Eth could bring this number down considerably.

How many transactions are actually being censored on Ethereum, right now? Given we know the number of proposed blocks being routed through OFAC compliant relays, the only additional information we need is average block time, and we know there is a new Ethereum block precisely every 12 seconds.

We can do some basic math to calculate the likelihood of a non-compliant transaction being included in a block, and then project that out to any number of blocks being added to the chain.

C = Percent of proposed blocks that are OFAC compliant.

B = Number of blocks into the future

Y = Likelihood of a censored block being included after a given number of blocks

Y = 1 – (C^B)

30% of the time a censored transaction goes through in one block.

51% of the time a censored transaction goes through in two blocks.

97% of the time a censored transaction goes through in 10 blocks.

As stated previously, we know 10 blocks = 120 seconds.

Therefore, even if over 90% of validators routed transactions through an MEV censoring relay, a non-compliant transaction would reach finality within an hour. That is also assuming the user does not include a higher than average priority fee; a sufficiently high priority fee would ensure inclusion in the next block, most of the time.

SAUVE – A Solution?

At Devcon, Flashbots teased an answer to these censorship concerns with a new version of their relay: Single Auction Unifying Value Expression (SAUVE).

SAUVE is decentralized, open source, and has an encrypted mempool, meaning transactions retain some level of opacity. MEV relays would be able to dynamically calculate ordered extractable value from the mempool without knowing the precise content of the transaction, thus giving them plausible deniability when including any censored transactions.

The status of a token remains unknown, but likely, as it would otherwise be difficult to properly decentralize the protocol. It is possible they simply present the solution as a public good, and forsake any form of monetization. Flashbots currently doesn’t monetize MEV-Boost, has open sourced all the code for their relay, and very recently open sourced their code for their block builder as well.

Flashbots is attempting to build and deploy this solution as soon as possible, although there haven’t been additional details since Devcon. There are technical solutions being proposed at Ethereum’s protocol level that could circumvent this problem entirely, significantly diminishing Flashbots’ role in the Ethereum ecosystem.

It’s likely some version of SAUVE would be incorporated into all or most of the relays. As it stands, most of the most popular relays, those referenced in Table 1, share the same code base. Flashbots first response to censorship concerns was to open source their code, allowing BloXroute and Eden to quickly develop.

In the short term, and while working on SAUVE, Flashbots is trying to ameliorate the problem in other ways. Recently, Flashbots released a new parameter called ‘min-bid’. This feature allows validators to set a minimum value threshold at which they will ignore MEV proposed blocks, and simply build locally. The idea being a validator can still catch the occasional ultra profitable MEV proposal, without enabling censorship just to be slightly more profitable.

As we know, the value of a proposed block varies drastically. Some are barely more profitable than a vanilla block, others can award you dozens of Eth! By playing with this ‘min-bid’ threshold, validators are now able to choose a specific price for which they’re willing to be OFAC compliant.

crLists & PBS enshrinement

Censorship resistant lists (crLists) would make it possible to force block builders to include transactions in a given block, else attestors must reject it. Proposal Builder Separation (PBS) would force proposers (validators) to use blocks built by builders, rather than build their own locally.

Combining and enshrining both of these upgrades at the protocol level would seriously inhibit a relay’s ability to obfuscate specific transactions. Any future upgrade would likely incorporate both of these upgrades in the same fork, rather than just one. PBS without crLists, for example, would actually make censorship worse.

Under a crList model, proposers would aggregate transactions that are likely being censored. The criteria are simple: find the transactions that have offered sufficient gas, are otherwise valid, and have been ignored for a statistically significant number of blocks. If a proposer builds a block without maxing out the block limit, they must include as many of the transactions on the crList as possible.

Lectures associées

Si ce n'est pas un "oui" clair, c'est un "non" : Retour d'expérience d'un VC après neuf ans et quatre cycles

**Résumé : « À investir ou pas ? Dans le doute, on n'investit pas » – Rétrospective sur 9 ans et 4 cycles d'un VC** Après neuf ans d'investissement et quatre cycles de marché, un fondateur de VC partage les enseignements clés tirés de l'observation de centaines de fondateurs dans la crypto. L'analyse identifie six profils types de « fondateurs voués à l'échec » : **1. Les profils à risque liés au fondateur :** * **Instable émotionnellement** : Mauvaise réaction sous pression (conflits, défensive). * **Manque de « faim » / a une issue de secours** : Pas d'engagement total dû à un filet de sécurité (richesse familiale, autre carrière). * **Ego incontrôlable** : « Machine à exécution » rigide ou « fondateur-professeur » peu coachable et en décalage avec les réalités commerciales. **2. Les risques liés à la structure du projet :** * **Token d'abord, produit après** : Le token est un outil de financement détaché de la valeur réelle du produit. * **Pas de thèse de sortie claire dès le jour 1** : Stratégie de financement et étapes mal définies. **3. Un facteur de pricing, pas une exclusion :** * **Aucune expérience d'un cycle complet** : Sous-estime la pression d'un vrai marché baissier. Cela conduit à limiter le ticket d'entrée initial. **Le profil idéal inverse ces défauts :** passion obsessionnelle pour un problème, fondateur en deuxième tentative avec une thèse non-consensuelle, excellente communicant avec un **ego « contrôlé »** (ambitieux mais ouvert), résilience, et une perspective globale couplée à de l'**agency** (capacité d'initiative) et du **taste** (bon jugement). **Trois conseils cruciaux aux fondateurs :** 1. **La trésorerie prime sur le récit.** 2. **Éviter de lancer un token à tout prix** : c'est une dette coûteuse (market-making, liquidité, conformité). 3. **Respecter la liquidité** : Vendre au meilleur moment, racheter au pire pour soutenir son protocole. La règle d'or du fonds pour traverser les cycles : face au doute sur un investissement, **« À investir ou pas ? Dans le doute, on n'investit pas »**. La discipline de dire « non » est plus cruciale que de trouver le « meilleur » fondateur.

Foresight NewsIl y a 7 mins

Si ce n'est pas un "oui" clair, c'est un "non" : Retour d'expérience d'un VC après neuf ans et quatre cycles

Foresight NewsIl y a 7 mins

SemiAnalysis analyse sur dix mille mots ChangXin Memory : 50 milliards de dollars de chiffre d'affaires, une introduction en bourse au sein d'un super-cycle

Changxin Memory (CXMT) s'apprête à réaliser la plus grande introduction en bourse (IPO) du secteur des semi-conducteurs en Chine. Fondée en 2016, l'entreprise a démarré en acquérant les brevets et en recrutant des talents de l'allemand Qimonda, en faillite. Soutenue par le gouvernement de Hefei qui a toléré des pertes pendant près d'une décennie, elle est devenue rentable pour la première fois en 2025. Ses revenus ont explosé pour atteindre 7,3 milliards de dollars au premier trimestre 2026, tirés par un cycle haussier exceptionnel du DRAM. Le rapport détaille son parcours technologique basé sur l'héritage de Qimonda, sa forte dépendance au capital-risque public patient, et sa croissance financière spectaculaire. Bien qu'elle soit désormais le quatrième plus grand acteur mondial du DRAM, elle reste confrontée à des défis majeurs : un écart technologique et de rendement significatif, notamment dans la production de HBM (mémoire à haute bande passante) essentielle pour l'IA, où ses capacités sont encore limitées. Sa structure d'IPO complexe, avec une forte influence de l'État et des droits de vote consolidant le contrôle, reflète son importance stratégique. Les fonds levés seront principalement consacrés au renforcement de sa production de DRAM standard, et non au HBM.

marsbitIl y a 19 mins

SemiAnalysis analyse sur dix mille mots ChangXin Memory : 50 milliards de dollars de chiffre d'affaires, une introduction en bourse au sein d'un super-cycle

marsbitIl y a 19 mins

De Corning à Ciena, les opportunités de croissance par 10 dans la chaîne des communications optiques pour l'IA

**Résumé : La transition critique du cuivre vers la fibre optique dans les datacenters IA** L'explosion de l'IA crée un torrent de données qui révèle les limites physiques du cuivre pour les transmissions au-delà de très courtes distances. La solution réside dans la photonique. Le passage des connexions 800G vers 1.6T et au-delà ouvre des opportunités d'investissement massives non seulement chez les fabricants de puces, mais tout au long de la chaîne d'approvisionnement. Des entreprises essentielles en profitent déjà : * **Corning** (fibre optique) : Fournisseur clé des géants technologiques, avec des contrats pluriannuels prépayés, affichant une croissance des bénéfices supérieure à celle du chiffre d'affaires grâce à son pouvoir de fixation des prix. * **Amphenol** (connectique) : Leader des connecteurs haut débit, sa croissance organique dépasse 80% dans le segment IA, et ses marges s'améliorent malgré d'importantes acquisitions. * **Ciena** (systèmes optiques) : Permet de multiplier la capacité des fibres existantes sans les remplacer, avec un carnet de commandes record dépassant largement son chiffre d'affaires annuel. Les goulets d'étranglement en amont offrent aussi des perspectives à haut risque/haut rendement, comme **AXT** (matériaux semi-conducteurs clés pour les lasers) et **VEO Solutions** (équipements de test indispensables). En résumé, alors que la Chine repousse les limites de capacité de la fibre, la migration inévitable des datacenters vers l'optique bénéficiera à un écosystème complet de fournisseurs spécialisés, bien au-delà des seuls noms les plus médiatisés.

marsbitIl y a 39 mins

De Corning à Ciena, les opportunités de croissance par 10 dans la chaîne des communications optiques pour l'IA

marsbitIl y a 39 mins

Collector Crypt : seulement 800 utilisateurs actifs quotidiens, mais déjà l'un des projets les plus rentables de la crypto ?

Collector Crypt (CARDS) est un projet cryptographique innovant qui utilise la blockchain Solana pour tokeniser des cartes de collection physiques, principalement Pokémon. Il a développé un modèle économique rentable autour d'une machine Gacha numérique, où les utilisateurs ouvrent des packs et peuvent revendre immédiatement les cartes communes à la plateforme. Ce système génère un profit annuel projeté de 109 millions de dollars en juin, avec une valorisation totale (FDV) d'environ 550 millions de dollars. Le projet concurrence des plateformes comme eBay en offrant des frais de transaction nettement inférieurs (2%), des règlements instantanés et une expérience utilisateur simplifiée. Ses revenus proviennent de la machine Gacha, des frais sur le marché secondaire natif et d'outils comme un système d'enchères pour eBay. Malgré un faible nombre d'utilisateurs actifs quotidiens (environ 800), Collector Crypt génère des flux de trésorerie réels, a initié des rachats de ses jetons et dispose de réserves financières substantielles. Il vise à étendre son offre à d'autres catégories de collection (cartes sportives) et à attirer les investisseurs institutionnels dans ce nouveau marché d'actifs numériques. Le fonds Maelstrom estime que le projet, encore à un stade précoce, a un fort potentiel de croissance.

Foresight NewsIl y a 55 mins

Collector Crypt : seulement 800 utilisateurs actifs quotidiens, mais déjà l'un des projets les plus rentables de la crypto ?

Foresight NewsIl y a 55 mins

Trading

Spot
Futures
活动图片