[Research]MEV: The Censorship Dilemma

TheTie發佈於 2022-12-21更新於 2022-12-21

文章摘要

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.

你可能也喜歡

可投可不投,我们就不投:一个 VC 穿越四个周期后的九年复盘

做了九年投资,IOSG创始人Jocy复盘发现,成功创始人各有精彩,但失败者却惊人相似。基于上百个项目经验,他总结出六类应避开的创始人画像: **创始人特质类:** 1. **情绪不稳定型**:压力下陷入情绪对抗,而非解决问题。 2. **缺乏饥饿感/有退路型**:身后有安全网,在至暗时刻难以全情投入、做出最优选择。 3. **失控的Ego型**:包括“精装修执行机器”(擅长已知最优解但缺乏应变)和“教授型创始人”(技术深但商业弱或不听建议),或有严重路径依赖。 **项目结构类:** 4. **Token优先,而非产品优先**:将代币仅视为融资工具,与核心业务价值脱离。 5. **没有清晰的资本退出策略**:融资时说不清未来里程碑与投资人回报路径。 **此外,还有一项关键定价因素:** 6. **未经历完整周期型**:未亲历完整牛熊的创始人容易低估市场压力,对其投资需谨慎并控制额度。 反过来,他们青睐的创始人具备:对问题的深度痴迷;二次创业经历与非共识远见;善于沟通且有受控的野心;坚韧的意志力与贝叶斯更新思维;以及全球化视角、主动破局能力和卓越判断力。 文章最后给出三条给创业者的保命建议:**现金流重于叙事**;**谨慎发币,因其是百万美元级的沉重负债**;**敬畏市场流动性,懂得择时**。投资机构的核心纪律是:可投可不投,就不投。穿越周期的秘密不在于神判断,而在于一次次果断按下“不投”的按钮。

Foresight News15 分鐘前

可投可不投,我们就不投:一个 VC 穿越四个周期后的九年复盘

Foresight News15 分鐘前

扎克伯格的Meta进军预测市场,推出Arena平台

预测市场正成为数字经济中增长最快的领域之一,Meta(原Facebook)计划通过一个名为Arena的独立平台进入这一赛道。该平台将由首席执行官马克·扎克伯格指定的内部团队开发,独立于Facebook、Instagram等核心产品运营。这意味着Meta将与Polymarket、Kalshi等主要预测市场平台展开直接竞争。 Arena并非Meta首次尝试预测类产品:2020年该公司曾推出预测工具应用Forecast,该应用在新冠疫情初期受到关注,但于2022年关闭。据悉,Arena初期将采用积分游戏模式,而非真实货币投注,但Meta未来可能引入变现机制,从而打开更大的市场空间。 近年来,预测市场迅速发展,用户可对选举、经济指标、体育赛事等结果进行预测,其市场化的预测方式常比传统民调或专家观点更为准确。尤其在2024年美国总统大选周期推动下,行业交易量大幅增长,今年总规模估计约达1300亿美元。这股热潮也吸引了更广泛的关注,例如特朗普媒体集团已宣布计划通过合作将预测市场整合至Truth Social平台。 Meta旗下应用拥有约35.6亿日活用户,凭借其巨大的用户基础,即使只有少量用户参与Arena,也可能极大推动预测市场的普及。对于现有平台而言,Meta的入局既加剧了竞争,也进一步验证了预测市场的商业模式。若Arena成功推出,预测市场有望从小众金融实验走向主流数字活动。

TheNewsCrypto31 分鐘前

扎克伯格的Meta进军预测市场,推出Arena平台

TheNewsCrypto31 分鐘前

SemiAnalysis 万字拆解长鑫存储:500 亿美元营收,超级周期里的 IPO

长鑫存储即将在科创板上市,有望成为中国史上最大的半导体IPO。公司成立于2016年,通过收购破产的德国DRAM厂商奇梦达的专利与技术文档起步,并吸引了包括奇梦达、美光等公司的顶尖人才。在合肥市政府“耐心资本”近十年的持续输血与产业链支持下,长鑫于2025年首次实现年度盈利。 2026年,长鑫业绩迎来爆发式增长,一季度单季营收达73亿美元,预计全年营收可能超过500亿美元。这主要得益于当前DRAM行业的“超级周期”带来的价格上涨,而非市场份额的显著提升。按产能计,长鑫已是全球第四大DRAM厂商,并正在快速逼近美光。 然而,公司在高端HBM(高带宽内存)领域面临巨大挑战。其HBM技术仍不成熟,良率远低于行业巨头,且当前将稀缺产能分配给利润率更高的大宗DRAM产品在商业上更为合理。但由于美国出口管制限制先进HBM对华销售,中国对AI算力自主可控的强烈需求可能推动长鑫未来不得不加速HBM产能布局。 此次IPO计划募资约295亿元人民币,主要用于现有DRAM产能升级与研发,并未明确提及HBM项目。其复杂的股权结构显示,国有资本合计持股超过30%,是公司的核心支持力量。分析认为,当前IPO估值可能被显著低估。随着阿里巴巴等国内核心客户兼股东的支持,长鑫在国内市场需求方面具备独特优势,但与三星、SK海力士和美光的竞争将愈发激烈。

marsbit35 分鐘前

SemiAnalysis 万字拆解长鑫存储:500 亿美元营收,超级周期里的 IPO

marsbit35 分鐘前

从Corning到Ciena,AI光通信链条里的10倍股机会

本文分析了AI数据中心背景下,光通信产业链的投资机会。随着数据传输从800G向1.6T、3.2T升级,铜缆面临物理极限,光通信因距离更远、发热更低、能耗更小成为必然选择。文章指出,最大的投资机会往往在于整个产业链中不可或缺的供应商,而非单一明星公司。 文章重点梳理了产业链关键环节的代表公司: 1. **光纤与玻璃层**:**康宁(Corning)** 作为核心供应商,凭借技术优势获得Meta、亚马逊等巨头长期大额订单,其利润增速远超收入增长,显示定价权与规模效应。 2. **互连层**:**安费诺(Amphenol)** 通过并购扩张,在AI服务器连接器市场增长强劲,利润率提升且估值相对合理。**Credo Technology** 则扮演铜缆与光通信的桥梁角色,增长迅速但客户集中度高,风险较大。 3. **系统层**:**Ciena** 是相干光学龙头,其技术能让现有光纤承载更多数据,订单积压强劲,但估值已较高。 4. **上游材料与测试**:**AXT** 提供光激光器关键材料磷化铟晶圆,具有稀缺性,但面临中国出口管制等高风险。**VEO Solutions** 作为测试设备“卖铲人”,业务不受具体技术路线影响,随着光设备需求爆发而增长。 最后,文章提及了专注于光子学的主题ETF(代码FOTO)作为一键配置选择,但提醒其成立时间短、规模尚小。总结认为,铜转光是确定趋势,投资机会将沿整条光子产业链扩散。

marsbit47 分鐘前

从Corning到Ciena,AI光通信链条里的10倍股机会

marsbit47 分鐘前

交易

現貨
合約
活动图片