Could Morgan Stanleys Solana ETF bid revive SOL price momentum?

Solana price has struggled to hold above $90 this month, Morgan Stanleys proposed spot $SOL ETF could offer fresh momentum for the token.  According to Coingecko data, Solana ($SOL) briefly climbed to nearly $93 on May 15 before losing momentum again, with sellers repeatedly defending the $94 to $96 range that has acted as a heavy resistance zone on the daily chart.  Why is $SOL price struggling?  Trading activity across the Solana network has slowed compared to the frenzy seen during the memecoin boom that fueled much of the chains explosive growth through 2024 and early 2025.  Data from multiple on-chain trackers has shown a visible cooldown in decentralized exchange volumes and network fee generation over recent months, reducing the organic demand that previously came from users buying and locking $SOL for gas fees and liquidity activity.  At the same time, Solanas transition toward more sustainable infrastructure-driven growth has yet to fully compensate for the decline in speculative retail trading.  Developers behind the networks upcoming Alpenglow upgrade have promoted the update as a major improvement focused on ultra-fast transaction finality and enterprise-grade performance, though adoption from those use cases could take time to materially impact demand.  Institutional sentiment also took a hit after recent 13F filings revealed

05-21

Is Grayscale Accumulating Hyperliquid? Tens of Millions Added

After a wallet purportedly connected to Grayscale amassed more than $10 million worth of tokens through major trading firms and OTC desks, Hyperliquids native token, $HYPE, is experiencing one of its biggest rallies in months.  Institutional accumuation  Arkham data indicates that, through transactions involving Wintermute, FalconX, Coinbase, and Flowdesk, the address 0x61…4318 amassed roughly 176,050 $HYPE, valued at almost $9.84 million. Additionally, the Hyperliquid System Address received over 149,000 $HYPE, or about $7.49 million, from the same address.  $HYPE/USDT Chart by TradingView  The market responded instantly. After the accumulation activity became apparent on-chain, $HYPE surged sharply, surpassing the psychological $50 level and continuing its broader recovery trend. With prices trading well above the 50-, 100-, and 200-day moving averages, the chart currently displays one of the strongest structures among the major altcoins.  Additionally, momentum indicators lend credence to the breakout story. Strong buying pressure and rapid inflows into the asset have caused the RSI to move toward overheated territory.  The type of accumulation involved is what makes this move significant. In contrast to speculative retail chasing, large OTC and exchange-linked purchases typically reflect strategic positioning. Markets may view the accumulation as early institutional exposure to the Hyperliquid ecosystem if the Grayscale connection turns out to be

05-21

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-21

 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-21

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-21

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-21

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-21

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-21

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-21

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-21
1
...
429431
...
1000