Vitalik Buterin maps 3-step Ethereum privacy upgrade

Ethereum co-founder Vitalik Buterin has outlined short-term work aimed at making native privacy stronger on the network.Vitalik Buterin listed three Ethereum privacy steps: AA plus FOCIL, keyed nonces, and access-layer work.The plan targets metadata leaks and makes privacy transactions harder for block builders to censor.Related Ethereum roadmap work names native privacy as a long-term network priority for future upgrades.  Buterin posted that Ethereum is working on short-term changes to move the network toward native privacy. His post said privacy can help give an asset true “moneyness” qualities, while layer-1 privacy could also support more mainnet activity.  The plan centers on three areas: account abstraction with FOCIL, keyed nonces, and access-layer work. These changes aim to give privacy transactions better treatment, reduce metadata leaks, and protect users when they interact with wallets or apps.  AA and FOCIL target transaction censorship  The first step combines account abstraction, known as AA, with FOCIL. Account abstraction can make Ethereum wallets more flexible by letting accounts define how transactions are approved and paid for. EIP-8141 describes frame transactions as a way for validity and gas payment to be defined more freely, instead of relying only on one ECDSA signature.  FOCIL is meant to help valid transactions get included in blocks.

05-22Ethereum

ETH Insider Explains Wave of 2026 Ethereum Foundation Departures

The exits looked coordinated, with several of the more prominent departures landing within four weeks of each other in April and May.  ;  }  function loadTrinityPlayer(targetWrapper, theme,extras=“”) {  cleanupPlayer(targetWrapper); // Always clean first ✅  targetWrapper.classList.add(‘played’);  // Create script  const scriptEl = document.createElement(“script”);  scriptEl.setAttribute(“fetchpriority”, “high”);  scriptEl.setAttribute(“charset”, “UTF-8”);  const scriptURL = new URL(`https://trinitymedia.ai/player/trinity/2900019254/?themeAppearance=${theme}${extras}`);  scriptURL.searchParams.set(“pageURL”, window.location.href1);  scriptEl.src = scriptURL.toString();  // Insert player  const placeholder = targetWrapper.querySelector(“.add-before-this”);  placeholder.parentNode.insertBefore(scriptEl, placeholder.nextSibling);  }  function getTheme() {  return document.body.classList.contains(“dark”) ? “dark” : “light”;  }  // Initial Load for Desktop  if (window.innerWidth 768) {  const desktopBtn = document.getElementById(“desktopPlayBtn”);  if (desktopBtn) {  desktopBtn.addEventListener(“click”, function () {  const desktopWrapper = document.querySelector(“.desktop-player-wrapper.trinity-player-iframe-wrapper”);  if (desktopWrapper) loadTrinityPlayer(desktopWrapper, getTheme(),  });  }  }  // Mobile Button Click  const mobileBtn = document.getElementById(“mobilePlayBtn”);  if (mobileBtn) {  mobileBtn.addEventListener(“click”, function () {  const mobileWrapper = document.querySelector(“.mobile-player-wrapper.trinity-player-iframe-wrapper”);  if (mobileWrapper) loadTrinityPlayer(mobileWrapper, getTheme(),  });  }  function reInitButton(container,html){  container.innerHTML = + html;  }  // Theme switcher  const destroyButton = document.getElementById(“checkbox”);  if (destroyButton) {  destroyButton.addEventListener(“click”, () = {  setTimeout(() = {  const theme = getTheme();  if (window.innerWidth 768) {  const desktopWrapper = document.querySelector(“.desktop-player-wrapper.trinity-player-iframe-wrapper”);  if(desktopWrapper.classList.contains(‘played’)){  loadTrinityPlayer(desktopWrapper, theme,  }else{  reInitButton(desktopWrapper,‘’)  const desktopBtn = document.getElementById(“desktopPlayBtn”);  if (desktopBtn) {  desktopBtn.addEventListener(“click”, function () {  const desktopWrapper = document.querySelector(“.desktop-player-wrapper.trinity-player-iframe-wrapper”);  if (desktopWrapper) loadTrinityPlayer(desktopWrapper,theme,‘  });  }  }  } else {  const mobileWrapper = document.querySelector(“.mobile-player-wrapper.trinity-player-iframe-wrapper”);  if(mobileWrapper.classList.contains(‘played’)){  loadTrinityPlayer(mobileWrapper, theme,  }else{  const mobileBtn = document.getElementById(“mobilePlayBtn”);  if (mobileBtn) {  mobileBtn.addEventListener(“click”, function () {  const mobileWrapper = document.querySelector(“.mobile-player-wrapper.trinity-player-iframe-wrapper”);  if (mobileWrapper) loadTrinityPlayer(mobileWrapper,theme,  });  }  }  }  }, 100);  });  }  })();  A long-time Ethereum investor and community figure has pushed back against growing alarm over the string of departures from the Ethereum Foundation (EF), arguing that the organizations commitment to the network is as firm as ever.  Ryan Berckmans, who has worked full-time in the Ethereum space for eight

05-22Ethereum

Vitalik Buterin Details Ethereum Upgrades to Boost Privacy Features

The roadmap includes account abstraction FOCIL and keyed nonces to improve transaction confidentiality.FOCIL introduces validator-enforced transaction inclusion to reduce the risk of censorship on the network.Account abstraction allows Ethereum accounts to function like smart contracts with enhanced security and flexibility.Keyed nonces make it harder to link transactions by replacing the single sequential nonce system.The access layer proposal focuses on protecting user data during blockchain queries through tools like Kohaku.  Vitalik Buterin on Wednesday detailed new privacy-focused upgrades planned for Ethereum. The proposals aim to bring private transactions directly onchain instead of relying on third-party tools. The update outlines three initiatives designed to improve privacy across transactions, accounts, and data access.  Vitalik Buterin outlines Ethereum Privacy Roadmap  Buterin shared the update in a technical post on X that described near-term privacy improvements. He focused on making private transactions a native feature of Ethereum.  Short-term things being done to shift Ethereum toward native privacy:  The proposals include account abstraction, FOCIL, and keyed nonces. Each initiative targets a different layer of user privacy on the blockchain.  FOCIL, or fork-choice enforced inclusion lists, aims to reduce transaction censorship. It allows validator committees to require block builders to include specific transactions.  If builders ignore these transactions, the network can reject their blocks.

05-21Ethereum

 BingX Shows Robust 66% Growth YoY in CoinGecko Perpetuals Report

Finance  BingX Shows Robust 66% Growth YoY in CoinGecko Perpetuals Report  PANAMA CITY, May 21, 2026 –BingX, a leading cryptocurrency exchange and Web3-AI company, today announced a partnership with CoinGecko for the release of the, an in-depth study examining the evolution of the perpetuals market across centralized and decentralized exchanges.  The report indentified accelerating growth in trading tied to tokenized real-world assets (RWAs), AI-linked markets and multi-asset products, trends that closely align with BingXs leadership in multi-asset trading.  Moreover, the report indicated that trading related to RWAs accelerated sharply in 2026, with first-quarter volumes already surpassing total 2025 levels. It also highlighted growing traction for stock perpetuals and other traditional finance-linked products as traders increasingly seek continuous access to diversified markets through crypto-native infrastructure.  According to CoinGeckos 2026 State of Derivatives Report, BingX Experienced Strong Growth:#2 Perpetual Listings Globally: BingX recorded 565 new perpetual listings since 2025, averaging 35 new contracts monthly, and among the highest number of new listings of any exchange.Fastest Derivatives Growth Into 2026: The report identified BingX as having one of the strongest market share growth trajectories, increasing its derivatives market share by 58% entering 2026 and YoY growth exceeding 66%, bucking the overall trend and driven by large RWA asset

05-21Industry

Binance Will Temporarily Suspend ETH Deposits and Withdrawals: Details Inside

Heres what users should expect on May 21.  ;  }  function loadTrinityPlayer(targetWrapper, theme,extras=“”) {  cleanupPlayer(targetWrapper); // Always clean first ✅  targetWrapper.classList.add(‘played’);  // Create script  const scriptEl = document.createElement(“script”);  scriptEl.setAttribute(“fetchpriority”, “high”);  scriptEl.setAttribute(“charset”, “UTF-8”);  const scriptURL = new URL(`https://trinitymedia.ai/player/trinity/2900019254/?themeAppearance=${theme}${extras}`);  scriptURL.searchParams.set(“pageURL”, window.location.href1);  scriptEl.src = scriptURL.toString();  // Insert player  const placeholder = targetWrapper.querySelector(“.add-before-this”);  placeholder.parentNode.insertBefore(scriptEl, placeholder.nextSibling);  }  function getTheme() {  return document.body.classList.contains(“dark”) ? “dark” : “light”;  }  // Initial Load for Desktop  if (window.innerWidth 768) {  const desktopBtn = document.getElementById(“desktopPlayBtn”);  if (desktopBtn) {  desktopBtn.addEventListener(“click”, function () {  const desktopWrapper = document.querySelector(“.desktop-player-wrapper.trinity-player-iframe-wrapper”);  if (desktopWrapper) loadTrinityPlayer(desktopWrapper, getTheme(),  });  }  }  // Mobile Button Click  const mobileBtn = document.getElementById(“mobilePlayBtn”);  if (mobileBtn) {  mobileBtn.addEventListener(“click”, function () {  const mobileWrapper = document.querySelector(“.mobile-player-wrapper.trinity-player-iframe-wrapper”);  if (mobileWrapper) loadTrinityPlayer(mobileWrapper, getTheme(),  });  }  function reInitButton(container,html){  container.innerHTML = + html;  }  // Theme switcher  const destroyButton = document.getElementById(“checkbox”);  if (destroyButton) {  destroyButton.addEventListener(“click”, () = {  setTimeout(() = {  const theme = getTheme();  if (window.innerWidth 768) {  const desktopWrapper = document.querySelector(“.desktop-player-wrapper.trinity-player-iframe-wrapper”);  if(desktopWrapper.classList.contains(‘played’)){  loadTrinityPlayer(desktopWrapper, theme,  }else{  reInitButton(desktopWrapper,‘’)  const desktopBtn = document.getElementById(“desktopPlayBtn”);  if (desktopBtn) {  desktopBtn.addEventListener(“click”, function () {  const desktopWrapper = document.querySelector(“.desktop-player-wrapper.trinity-player-iframe-wrapper”);  if (desktopWrapper) loadTrinityPlayer(desktopWrapper,theme,‘  });  }  }  } else {  const mobileWrapper = document.querySelector(“.mobile-player-wrapper.trinity-player-iframe-wrapper”);  if(mobileWrapper.classList.contains(‘played’)){  loadTrinityPlayer(mobileWrapper, theme,  }else{  const mobileBtn = document.getElementById(“mobilePlayBtn”);  if (mobileBtn) {  mobileBtn.addEventListener(“click”, function () {  const mobileWrapper = document.querySelector(“.mobile-player-wrapper.trinity-player-iframe-wrapper”);  if (mobileWrapper) loadTrinityPlayer(mobileWrapper,theme,  });  }  }  }  }, 100);  });  }  })();  The worlds largest crypto exchange by total users, trading volume, and other metrics will perform a wallet maintenance today, May 21.  The procedure will halt some important functions, yet it is projected to be wrapped up in short order.  Prepare for Disruption  The upgrade is scheduled for May 21, and to support the process, Binance will temporarily suspend deposits and withdrawals on the Ethereum

05-21Ethereum

The Protocol: Ethereum Foundations high-profile departures spark fresh debate

ETHEREUM COMMUNITY RESPONDS TO EF DEPARTURES: A wave of departures from the Ethereum Foundation (EF) is reigniting a debate inside the crypto industry: What is going on at the main steward behind Ethereum, and why does the community know so little about what is happening behind the scenes? Days after several high-profile figures said they had left the foundation during an internal shakeup, community members on X began openly questioning the organization‘s direction, leadership structure and communication practices. “What’s happening at the EF?” crypto commentator Andy, the co-founder of the Rollup podcast, wrote in a post on X. Others echoed similar frustrations, arguing the EF has failed to clearly explain the rationale behind the changes or how responsibilities inside the organization are evolving. “Why can‘t the EF just be transparent about things,” wrote Joon Ian Wong, a prominent figure in the crypto community events space. The criticism reflects a longstanding tension surrounding the Ethereum Foundation, the Switzerland-based nonprofit that plays a central role in funding research, coordinating upgrades and stewarding development of the world’s second-largest blockchain by market capitalization. Unlike traditional corporations, the EF has historically operated with a loose and decentralized structure. Some have argued that the model preserves

05-21Ethereum

Here’s How High The Ethereum Price Would Be if It Matches The Market Cap Of Gold

Scott Matherson is a prominent crypto writer at NewsBTC with a knack for capturing the pulse of the market, covering pivotal shifts, technological advancements, and regulatory changes with precision. Having witnessed the evolving landscape of the crypto world firsthand, Scott is able to dissect complex crypto topics and present them in an accessible and engaging manner. Scotts dedication to clarity and accuracy has made him an indispensable asset, helping to demystify the complex world of cryptocurrency for countless readers.  Scott‘s experience spans a number of industries outside of crypto including banking and investment. He has brought his vast experience from these industries into crypto, which allows him to understand even the most complex topics and break them down in a way that is easy for readers from all works of life to understand. Scott’s pieces have helped to break down cryptocurrency processes and how they work, as well as the underlying groundbreaking technology that makes them so important to everyday life.  With years of experience in the crypto market, Scott began to focus on his true passion: writing. During this time, Scott has been able to author countless influential pieces that have drawn in millions of readers and have shaped public opinion

05-21Ethereum

ETH Price Prediction: $2,400 Breakout or $1,950 Crash in Next 30 Days

Ethereum sits at $2,131, hugging the lower Bollinger Band at $2,100 while trading below all major moving averages. The RSI reading of 36.62 shows oversold conditions without the capitulation volume that typically marks significant bottoms. Meanwhile, the MACD remains flat at zero, indicating stalled momentum as bulls and bears reach a temporary equilibrium.  The price struggles to reclaim the $2,170 pivot level, with the 20-day SMA at $2,268 providing strong overhead resistance. Ethereums position just 9% above the lower Bollinger Band suggests proximity to a potential bounce rather than further decline. The technical picture reflects indecision, but historical patterns show these compressed ranges often precede significant directional moves.  Derivatives and Smart Money Signals  Ethereum futures maintain $4.59 billion in open interest with only a -1.39% decline, indicating position trimming rather than mass liquidations. The 1.38 taker buy/sell ratio reveals aggressive buying pressure as someone absorbs available selling. This buying activity coincides with top traders maintaining 73.8% long exposure despite recent technical damage.  The neutral 0.0055% funding rate prevents excessive leverage buildup that could trigger cascade liquidations. Blockchain.news analysis shows these positioning dynamics often create spring-loaded setups where patient capital gets rewarded. The combination of oversold technicals and strong smart money conviction creates an asymmetric

05-21Ethereum

Will Ethereum price fall under $2,000 as whales exit and bullish channel support breaks?

Ethereum price has formed an ascending parallel channel on the daily chart — May 20 | Source: crypto.news  The breakdown becomes especially important because Ethereum had already failed multiple times to reclaim the $2,300 resistance region before losing channel support.  That repeated rejection reinforced the broader lower-high structure that has dominated Ethereums trend throughout recent months.  CoinGlass liquidation heatmap data additionally shows dense leverage clusters sitting near both the $2,150 resistance area and the lower $2,050–$2,000 support region.  Those liquidity pockets remain important because heavily leveraged positions frequently attract short-term volatility due to concentrated stop-loss orders and forced liquidation triggers.  If Ethereum successfully reclaims the $2,150 region, short liquidations could potentially fuel a temporary relief rally toward higher liquidity zones.  However, the downside liquidity structure currently appears more vulnerable.  A decisive breakdown below $2,050 could trigger a fresh wave of forced long liquidations as overleveraged traders begin exiting positions simultaneously. That dynamic becomes particularly dangerous in crypto markets because perpetual futures traders often use significantly higher leverage compared to traditional financial markets.  If liquidation pressure accelerates below $2,000, Ethereum could rapidly revisit lower support zones near $1,850 or even the broader structural support region around $1,700.  The psychological significance of the $2,000 level further increases the probability of heightened

05-21Ethereum

Ethereum Sentiment Collapsed To 2023 Levels: Historic Data Suggests A Contrarian Setup

Sebastians journey into the world of crypto began four years ago, driven by a fascination with the potential of blockchain technology to revolutionize financial systems. His initial exploration focused on understanding the intricacies of various crypto projects, particularly those focused on building innovative financial solutions. Through countless hours of research and learning, Sebastian developed a deep understanding of the underlying technologies, market dynamics, and potential applications of cryptocurrencies.  As his knowledge grew, Sebastian felt compelled to share his insights with others. He began actively contributing to online discussions on platforms like X and LinkedIn, focusing on fintech and crypto-related content. His goal was to expose valuable trends and insights to a wider audience, fostering a deeper understanding of the rapidly evolving crypto landscape. Sebastians contributions quickly gained recognition, and he became a trusted voice in the online crypto community.  To further enhance his expertise, Sebastian pursued a UC Berkeley Fintech: Frameworks, Applications, and Strategies certification. This rigorous program equipped him with valuable skills and knowledge regarding Financial Technology, bridging the gap between traditional finance (TradFi) and decentralized finance (DeFi). The certification deepened his understanding of the broader financial landscape and its intersection with blockchain technology.  Sebastians passion for finance and writing is evident

05-21Ethereum
1
...
339341
...
1000