CoinDeskPolicyPubblicato 2024-04-04Pubblicato ultima volta 2024-04-05

Introduzione

Maximum extractable value (MEV), in which blockchain operators reorder transactions to squeeze out additional profits, usually at the expense of whoever is sending the transac...

  • The European Securities and Markets Authority (ESMA) flagged a technique employed by some crypto miners as a potential form of market abuse in its latest regulatory proposals under MiCA.
  • Crypto policy watchers want the regulator to clarify that reordering transactions to maximize profits, known as MEV, is not all bad.

The European Union markets regulator flagged maximum extractable value (MEV), whereby blockchain operators reorder user transactions to maximize their own profits, as a potential form of market abuse, a stance that is worrying some industry watchers who say the case is not clear-cut.

In regulatory proposals published last week by the European Securities and Markets Authority (ESMA) under the digital assets law known as MiCA, the watchdog referred to MEV as potentially suspicious. MEV is broadly defined, but it generally encompasses trading strategies where blockchain operators – the companies and individuals that add blocks to the chain – preview the network's transaction queue to extract extra profits for themselves. Frequently, such tactics involve reordering user transactions – shifting how they're ordered into blocks, or frontrunning them with new transactions – just before the trades are written to the chain's ledger.

MEV is often called an "invisible tax" on users, since certain methods for extracting it, like sandwich attacks and frontrunning, can eat directly into end-user profits. While MEV is a controversial topic even within the industry, some industry advocates argue that MEV plays a positive role in general since it can help to improve blockchain network efficiency.

Advertisement
Advertisement

Read more: What is MEV?

“MEV by itself should not at all be considered as a market abuse and should not have a negative connotation," Anja Blaj, a policy expert at the European Crypto Initiative (EUCI), said in an interview over WhatsApp. "There are very limited scenarios and tactics that have similar effects to those of market abuse. This should be emphasized over and over again as MEV's purpose in the first place is to compensate the good actors for the validation work they do.”

Out of scope?

Some crypto policy watchers have argued that MEV is not even within MiCA’s scope, and EUCI has warned that applying MiCA to MEV could lead to overregulation. While it's true the MiCA text does not mention MEV, ESMA's consultation on proposals to tackle market abuse notes that the legislation extends the EU’s existing market abuse rules to include reporting suspicious activity resulting not just from transactions but also “the functioning of the distributed ledger technology such as the consensus mechanism.”

“MiCA is clear when indicating that orders, transactions, and other aspects of the distributed ledger technology may suggest the existence of market abuse e.g., the well-known maximum extractable value," it said.

Advertisement
Advertisement

ESMA also noted that MiCA doesn’t require crypto service providers to report activity such as “scams, payments fraud or account takeover.”

Peter Kerstens, an adviser to the European Commission on financial sector digitalization and cybersecurity, said MEV is neither good nor bad but may lead to questions about market integrity.

Investors have a legitimate expectation that transactions on the blockchain will be validated in the order they were submitted, and MEV reordering can lead to frontrunning, where the "validators" that operate blockchains can move their own transactions ahead of others to ink an extra profit, according to Kerstens.

“So MEV may lead to questions about the integrity of the market and it may trigger market abuse/frontrunning, but it does not have to in every instance,” Kerstens, who was instrumental in the creation of MiCA, said in a statement to CoinDesk.

Search for regulatory clarity

The legislation, whose full name is Markets in Crypto Assets, was finalized last year and made the EU the first major jurisdiction to comprehensively regulate the burgeoning digital assets sector.

ESMA and the European Banking Authority (EBA) have been consulting on measures and guidance they’re required to issue under MiCA, with industry watchers engaging with the watchdogs to improve clarity on the rules – particularly for various service providers.

EUCI is seeking more clarity from ESMA, ensuring that the regulator is clear on what scenarios involving MEV constitute market abuse.

“When, if, a malicious MEV tactic is detected, it should further be elaborated who's responsible for it," Blaj said. "We cannot talk about effective enforcement without clarity around the 'who' and 'what for.'”

Advertisement
Advertisement

Kerstens noted his thoughts on MEV are his personal views, but added that ESMA’s consultation seeking public feedback is in response to the European Commission – which proposed the MiCA framework – asking the regulator to provide advice on “if and when MEV is/leads to/can lead to market abuse.”

“So an official/institutional view on this may be forthcoming,” Kerstens said.

ESMA’s latest consultation is open for comments until June 25.

Edited by Sheldon Reback.

Letture associate

Trends in US Stocks (June 22): Strait of Hormuz Agreement Changes Course, Thursday's PCE and Micron to Determine Chip Sector Direction

U.S. Stock Market Outlook (June 22): Strait of Hormuz Deal Falters, Thursday's PCE & Micron to Set Chip Sector Direction. Geopolitical tensions resurged over the weekend as Iran's IRGC announced the closure of the Strait of Hormuz, and its negotiation team walked out after threats from Trump, pausing U.S.-Iran talks. This renewed risk premium is weighing on U.S. equity futures ahead of the open. Last week's market was driven by chip stocks, with the Philly Semiconductor Index hitting a record high. While the Fed's hawkish tone was overshadowed by initial deal optimism, the S&P 500 gained 0.9% for the week. SpaceX debuted strongly but ended with two down days. Key events this week: The status of U.S.-Iran negotiations remains the immediate variable for oil and energy stocks. Monday sees Marvell and Flex added to the S&P 500. Tuesday's MSCI reclassification could benefit South Korean semiconductors and memory stocks. **Thursday, June 25th, is the critical day**, featuring the May Core PCE report and Micron's earnings. Hotter PCE data could solidify expectations for two 2024 rate hikes, while softer data would rapidly reprice rate cut bets. Micron's report is a key test for the AI narrative; the market will scrutinize its 2027 HBM supply visibility, HBM4 progress, and its position in Nvidia's Vera Rubin supply chain. Nvidia's AGM and a potential OpenAI GPT-5.6 release will make Thursday a pivotal 24 hours for AI. Friday concludes with the Russell reconstitution, elevating small-cap volatility. In summary, last week's gains face a true test. The path hinges on two concurrent threads: geopolitical developments with Iran and the AI narrative defined by Micron's guidance and Nvidia's updates. The chip sector's record highs are vulnerable if Thursday brings hot PCE data and conservative guidance from Micron. Conversely, positive outcomes could reaffirm the AI bull case, making this week's volatility a potential entry window.

marsbit1 h fa

Trends in US Stocks (June 22): Strait of Hormuz Agreement Changes Course, Thursday's PCE and Micron to Determine Chip Sector Direction

marsbit1 h fa

OpenAI's "Most Open" Move: Codex No Longer Exclusively Favors GPT

OpenAI has significantly opened up its Codex programming agent by introducing a "model provider" configuration layer that allows users to connect it with various open-source models, not just its proprietary GPT. Through a configuration file or a simple `--oss` command-line flag, Codex can now route requests to local services like Ollama or LM Studio, or to third-party APIs such as Mistral or DeepSeek. This move is seen as one of OpenAI's most "open" steps, potentially lowering costs and enhancing privacy for developers who can run code generation offline. However, integration isn't seamless for all models. Codex primarily uses OpenAI's newer Responses API, while many open-source models rely on the older Chat Completions interface. This creates compatibility issues, especially for advanced features like function calling. The developer community is already building "routing" or adapter layers (e.g., CC Switch, LiteLLM) to translate between these protocols, enabling hybrid setups where GPT handles planning and open-source models handle execution. Analysts interpret this as a strategic shift for OpenAI: from competing solely on model superiority to controlling the platform and interface standards. By making Codex a flexible, pluggable entry point for AI-assisted programming, OpenAI aims to become the central hub in the developer toolchain ecosystem, even as users gain the freedom to switch underlying models.

marsbit2 h fa

OpenAI's "Most Open" Move: Codex No Longer Exclusively Favors GPT

marsbit2 h fa

When 500 Million People Abandon ChatGPT

ChatGPT's Global AI Assistant Market Share Drops Below 50% Three and a half years after its groundbreaking launch, ChatGPT faces a pivotal moment. While it remains the largest AI assistant globally, its market share has fallen below 50% for the first time, reaching 46.4% as of May, according to Sensor Tower's 2026 AI landscape report. Google's Gemini (27.7%) and Anthropic's Claude (10.3%) are now its main competitors, with Grok, Perplexity, and others also gaining ground. The market has evolved from awe and initial adoption into a phase of product comparison, ecosystem integration, and commercialization. User behavior has matured significantly. Loyalty is low; users readily switch between assistants for specific tasks. Gemini benefits from deep integration within Google's ecosystem (Search, Gmail, Android), while Claude has carved a niche among productivity-focused users with strong retention, nearly matching ChatGPT's. User choice is now influenced by a complex mix of capability, ecosystem, price, use case, and even brand trust. Commercialization is accelerating. AI app downloads continue but growth is slowing, while user spending is rising. Over $4.2 billion was spent in-app during H1 2026. Claude leads in premium subscription conversion rates (13%). OpenAI is expanding its revenue streams, testing ads shown to 17% of ChatGPT users daily by May. This shift highlights the immense financial pressure of model training and inference costs. Despite revenue growth, OpenAI's cash burn is intense, reaching $3.7 billion in Q1 2026. The company projects this could rise to $25-57 billion in the coming years, underscoring the industry-wide challenge of scaling profitably. The symbolism is clear: ChatGPT no longer defines the AI assistant market alone. The era of a single dominant product is over. Gemini, Claude, and specialized tools are collectively shaping user habits and business models. As AI assistants move from novelty to utility—judged on accuracy, efficiency, and value—they are becoming embedded in everyday digital life. ChatGPT may have lost its majority, but AI as a whole is winning, entering a mature, competitive, and diverse new phase.

marsbit2 h fa

When 500 Million People Abandon ChatGPT

marsbit2 h fa

Trading

Spot
Futures
活动图片