GRASS, DePIN and Data for AI: From Hype to Revenue?

Regulatory and Ethical Constraints on Web Data  Data-for-AI is not just an engineering challenge; its a legal and ethical one. Buyers increasingly demand provable compliance to reduce downstream risk. Networks that bake in compliance can become more attractive than gray-market data brokers.  Robots, terms, and public interest  Many sites publish robots.txt files and terms of service that govern automated access. Networks courting enterprises need clear policies for honoring or negotiating access, and for blacklisting domains that prohibit scraping. Gray areas vary by jurisdiction, and case law evolves; cautious procurement teams will choose vendors with conservative defaults.  Personal data and privacy regimes  Even when targeting public pages, personal data can appear incidentally. Compliance with GDPR (EU) and CCPA/CPRA (California) requires minimization, opt-outs where applicable, and careful handling of sensitive categories. For reference frameworks, see introductory resources on GDPR and Californias CCPA.  Provenance and licensing  High-value datasets often combine public text with open-licensed corpora and first-party data. Tracking source licenses and honoring attribution is essential. Expect rising demand for “data provenance proofs” so model builders can demonstrate compliance to customers and regulators.  Parallels From DePINs That Have Found Buyers  While data-for-AI DePINs are newer, other verticals offer a playbook for getting past hype.  Compute networks  GPU marketplaces like Akash and Render show that

05-26Industry

AI Agent Economy Sees $73M Settled Through Stablecoin Payments

AI agents are becoming increasingly popular among crypto users. Some crypto executives have speculated that AI agents settling transactions could drive adoption and transaction volumes, with Circle CEO Jeremy Allaire predicting in January that billions of AI agents will operate with stablecoins on users behalf within five years.  Traditional payment rails too slow and expensive  By the end of the first quarter this year, there were more than 104,000 agents registered across 15 or more directories and registries, according to Harvey. The average transaction size was about 31 cents.  “That number tells you almost everything about why traditional payment rails can‘t serve this market. A fixed processing fee of roughly 30 cents per transaction makes sub-dollar payments uneconomical. An agent paying three cents for a weather API call can’t route through Visa,” Harvey said.  “Stablecoins won the settlement layer for machine commerce almost by default; they were the only instrument that could handle sub-dollar transactions without the economics collapsing.”  AI agents are also used to build Web3 applications, launch tokens and interact with services and protocols autonomously, with some platforms exploring AI for trading. Last April, a CoinGecko survey of 2,632 crypto users found that most are comfortable with AI trading on their behalf; 87%

05-26Industry

WSJ Report Highlights Systemic Risk Posed By Stablecoins

The Wall Street Journal has raised concerns that stablecoins, despite being hailed as a cornerstone of next-generation financial infrastructure, may introduce significant risks to the broader economic system. The report draws parallels to historical experiments with private money, which have repeatedly culminated in financial instability and systemic crises.  The Structural Risks of Private Money  According to the WSJ analysis, stablecoin issuers face inherent incentives to expand their user base and invest in high-yield assets to maximize profits. This profit-driven model, combined with the potential for a sudden liquidity crisis, creates a structural vulnerability reminiscent of traditional bank runs. The report underscores that while the United States is actively developing a regulatory framework for digital assets, experts caution that legislation alone cannot fully mitigate these embedded risks.  Illicit Use Versus Real-World Adoption  Data from Chainalysis further complicates the narrative around stablecoins. The firm reports that stablecoins are involved in approximately 84% of all illicit cryptocurrency transactions, a figure that starkly contrasts with their minimal adoption for legitimate, real-world payments, which accounts for less than 1% of their usage. This disparity raises critical questions about the actual utility and societal benefit of stablecoins beyond speculative and criminal activities.  Why This Matters for the Financial System  The WSJ report

05-26Industry

Bitcoin and Ethereum ETF outflows expose rotation into HYPE, XRP and Solana

Bitcoin and Ethereum ETF outflows have accelerated, with institutional investors pulling nearly $2.7 billion from spot Bitcoin and Ethereum exchange-traded funds over the past two weeks.  However, rather than signaling a broad exit from digital assets, market data reveal a historic divergence, with these allocators simultaneously rotating into newly launched alternative cryptocurrency funds like Solana, Hyperliquid, and XRP.  The structural shift highlights a maturing market where digital assets are no longer traded as a monolith. That makes the current move a crypto ETF rotation rather than a uniform retreat from regulated digital asset exposure.  Flagship cryptocurrencies like BTC and ETH are facing intense macroeconomic headwinds, while smaller ecosystems are attracting bids based on network-specific fundamentals and regulatory developments.  Bitcoin and Ethereum ETF outflows accelerate  The pace of institutional redemptions from the two largest digital assets has accelerated sharply in recent weeks.  For context, data compiled by SoSoValue show that US spot Bitcoin ETF outflows reached roughly $1.26 billion in cumulative net redemptions last week alone. That represents the heaviest weekly drain since late January.  Spot Bitcoin ETFs Flows (Source: SoSoValue)  Combined with the previous week‘s figures, spot Bitcoin funds have shed more than $2.26 billion in just 14 days, pushing the category’s total assets under management below the

05-26Ethereum

The Bitcoin Billion-Dollar Dump: Heres Why The BTC Price Keeps Crashing

Crypto pundit Ardizor has alleged that several crypto firms appear to be dumping Bitcoin, which is why the $BTC price keeps crashing. The leading crypto had crashed over the weekend but is now recovering on hopes of a U.S.-Iran deal.  Why The $BTC Price Keeps Crashing  In an X post, Ardizor stated that the $BTC price was dumping because crypto exchanges Binance, Coinbase, and Bybit, along with whales and Wintermute, were selling millions of $BTC. He claimed that they have sold over $2 billion worth of $BTC and further alleged that it was a “pure, coordinated dump,” which usually comes after the U.S. market opens.  The pundit cited on-chain flows from these crypto exchanges hot wallets as evidence that they were dumping Bitcoin. The latest dump in the $BTC price came over the weekend, with the leading crypto falling below $75,000 after the SEC was reported to have delayed its decision on tokenized stocks due to regulatory concerns. Bitcoin also dropped as market participants further priced in the possibility of a Fed rate hike this year.  However, the $BTC price is recovering again following the crash below $75,000, on the back of optimism that the U.S. and Iran may be nearing a deal to

05-26Exchange

Ethereum Price Prediction: ETH Battles 100-Day MA as $2K Support Holds the Key

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);  });  }  })();  Ethereum is trading at $2,120 as the final week of May begins, caught in a tug-of-war with the 100-day MA that encapsulates everything frustrating about this cycle.  Having briefly reclaimed the moving average in late April for the first time since the correction began, ETH surrendered it again during the May breakdown and is now trading just below it.  Yet, the moving average is close enough that a single strong

05-26Ethereum

Ethereum Price Prediction: ETH Consolidates After Extended Downtrend

Ethereum is trading close to a vital support level as growing pressure hits near $2,100.ETFs and the rotation from Ethereum to Bitcoin are currently affecting price levels for ETH.The ETH price is expected to rally back towards $2,500 despite these negative conditions.  Ethereum decreased by 0.59% from its previous price over the last 24 hours at the time of writing. In this case, the question that comes up from the situation is that of the lowering price of Ethereum due to the dominance of Bitcoin.  Spot Ethereum ETFs also show pressure. Net outflows reached $216 million last week, based on Farside Investors data, which means institutional capital has not been supporting ETH demand in the same way it has for Bitcoin. That gap is feeding into weaker price action for ETH.  Market structure and where ETH stands now  After having a look at the ETH chart, it can be said that there is an extended downtrend that developed following the peak in 2025 above $4,500. There have been a number of lower highs and lower lows since then.  The current price is around the $2,100 level, which stands above the significant support region from $2,000 to $2,200. The zone serves as a critical buying region

05-26Ethereum

Can ETH Price Recover Above $2,500 as EF Promises To Sell Less ETH?

as market attention turned to new comments from Vitalik Buterin about the future role of the Ethereum Foundation and its ETH sales. The Ethereum Foundation is to become smaller, more focused, and more selective in how it uses its remaining resources, with Buterin saying this approach means the organization will “sell less ETH.”  The update came while ETH remained under pressure. Ethereum bounced about 5% from a weekend low near $2,020 but later moved sideways around $2,115. The asset is still down about 9% over the past 14 days, while the Ethereum Fear and Greed Index stood at 33, signaling fear among traders.  Source:  Santiment data showed that crowd sentiment around Vitalik-related trending words turned about 76% bullish after the comments. However, the price response remained limited, showing that improved sentiment has not yet created a strong recovery in ETHs market structure.  Ethereum Foundation Plans Smaller Role  Buterin the Ethereum Foundation is not the center of Ethereum, but one node with a defined mission. He said the organization will focus on core priorities such as censorship resistance, capture resistance, openness, privacy, and security.  He also said the foundation holds only about 0.16% of the total ETH supply. That level is far below the treasury share held

05-26Ethereum

Tom Lehman pushes for EIP 8182 inclusion in Ethereum Hegota upgrade

Ethereum Layer 2 co-founder Tom Lehman has renewed efforts to include EIP-8182 in Ethereums planned Hegota upgrade, proposing a protocol-level privacy system for private ETH and ERC-20 transfers.Facet co-founder Tom Lehman has pushed for EIP-8182 inclusion in Ethereums Hegota upgrade to enable native private ETH and ERC-20 transfers.The proposal introduces a protocol-managed shared shielded pool and ZK proof verification system with no admin key or pause mechanism.EIP-8182 joins other Hegota privacy proposals, including EIP-8141 and EIP-8250, as Ethereum developers expand work on protocol-level privacy infrastructure.  According to a proposal Lehman highlighted on Friday, EIP-8182 would introduce a shared shielded pool managed directly by the Ethereum protocol instead of relying on separate privacy applications with fragmented user bases.  Lehman, who co-founded the Layer 2 network Facet, argued that Ethereum currently faces a structural problem where privacy pools struggle to gain enough users to create effective anonymity while users avoid joining pools that lack sufficient privacy guarantees.  Under the proposal, Ethereum would deploy the shielded pool as a system contract with no admin key, proxy contract, or pause function. Lehman said the design would follow a fork-managed structure similar to existing Ethereum protocol contracts, meaning future changes could only happen through network upgrades.  At the same

05-26Ethereum

Vitalik Buterin Breaks Silence On Ethereum Foundation Future, Here Is What Is Coming

Vitalik Buterin pointed out that earlier stages of development required broad effort. Now that many of those early goals are complete, the focus is shifting toward long-term stability and technical depth.  He also highlighted that Ethereum must remain “impressive” in a technical sense. This means stronger security, better privacy tools, and systems that reduce reliance on middle services.  For the Ethereum Foundation, this direction signals a smaller but more focused structure.  It is not about expansion, but about durability and clarity of purpose. The Ethereum Foundation is being shaped to last longer rather than grow wider.  Ethereum Foundation Plans To Sell Less ETH And Shift Strategy  One of the most discussed points from the update is the Ethereum Foundations plan to reduce ETH sales. The foundation currently holds a relatively small share of total ETH supply compared to similar organizations in other blockchain systems.  Vitalik Buterin said the goal is to focus on long-term survival instead of short-term spending. This means the Ethereum Foundation will take a more careful approach when it comes to using its ETH reserves.  In earlier years, ETH sales were part of funding development work and operations. The new direction suggests less pressure to sell and more emphasis on preserving resources.  The Ethereum Foundation

05-26Ethereum
1
...
346348
...
1000