Live financial news intelligence

Track market-moving stories before they get noisy

Real-time pulse of financial headlines curated from 5 premium feeds.

Latest market signal English Filtered by asset GRT
Coverage 92,279 Raw stories ingested 7,953 rewritten in CS_CZ • 0 to rewrite (last 2 days).
Agents 7 waiting Pipeline agents
  • FMP Stock News Fetch every minute 58s ago
  • FMP Forex News Fetch every 5 min 2m ago
  • CoinGecko News Fetch every 5 min 2m ago
  • FIO Stock News Fetch every 10 min 6m ago
  • Patria Stock News Fetch every 10 min 6m ago
  • Editorial rewrite Rewrite every minute 58s ago
  • Asset sync Assets every 1 hour 26m ago

Latest coverage

Market News Feed

Scan headlines quickly, then expand any story for source context.

View
Clear
Details Date Content Source
2026-07-01 22:25 24d ago
2026-07-01 16:34 24d ago
GRT: GraphTally: How The Graph Solved Micropayments for the Machine Economy
GRT The Graph
CoinGecko News
Original source text
The World Wide Web is one of the most consequential technologies humans have ever built. Yet the people who designed it overlooked one thing: they built it for humans to use, and that is becoming a problem as automation scales.

The gap is most obvious in payments. Credit card forms, one-click checkout, and QR codes all assume a living person is at the screen, ready to authorize a transaction. Increasingly, that is not who is transacting. A growing machine-to-machine economy is taking shape, driven by autonomous protocols, decentralized applications, and software agents acting on people's behalf. These actors transact very differently from humans. They rarely hold a bank account, and they need to pay on demand only for what they consume, rather than committing to recurring subscriptions for every resource they touch.

Traditional payment rails cannot support high-frequency, fraction-of-a-cent transactions. They are too slow and too expensive, and the fees would often cost more than the value being transferred. Even blockchains, with their promise of low fees, are not efficient enough on their own to settle the smallest payments one by one.

The Graph ran into this problem early, and it had to solve it in production. The result is GraphTally, the trust-minimized payment system that lets The Graph Network settle high-frequency, sub-cent payments at scale. It is not a thought experiment. It has been the payment layer of a live decentralized network since early 2025.

Why The Graph Needed GraphTallyThe Graph is the indexing and query layer of web3, a decentralized protocol for indexing and querying blockchain data. Indexers form the backbone of The Graph Network: they organize blockchain data and serve it to the dapps, analysts, and increasingly the AI systems that query it.

Blockchains produce endless streams of data. Every time a dapp updates an asset price or reads a user's transaction history, it issues a query. Each query is worth only a fraction of a cent, but the most active Indexers serve hundreds of thousands of queries per day, and that number keeps climbing. Settling each one with its own blockchain transaction is infeasible. Even on a low-cost network, a simple transfer can cost several cents, so an Indexer serving 500,000+ queries a day could lose tens of thousands of dollars in fees alone. The Graph Network needed offchain payments with cheap onchain settlement.

GraphTally is that solution. Previously known as the Timeline Aggregation Protocol (or TAP), it is now integrated into the core protocol through Graph Horizon. It rests on a simple idea: keep a running tab offchain, and touch the blockchain only when it is efficient to settle.

How GraphTally WorksIn The Graph Network, payments flow in one direction, from a gateway (the Sender) to an Indexer (the Receiver). That one-way structure is what makes the system efficient.

Instead of transferring tokens for every query, a gateway attaches a cryptographically signed Receipt to each request. A Receipt is a verifiable IOU, a signed promise to pay a small fee for the data requested. Because Receipts are created and signed offchain, they can be processed in microseconds with no gas fees.

An Indexer cannot redeem hundreds of thousands of individual Receipts onchain; the cost would defeat the purpose. So GraphTally aggregates them. As an Indexer accumulates Receipts, it batches them into a single Receipt Aggregate Voucher (RAV), which represents the running total owed. When the time comes to settle, the Indexer submits one RAV to the blockchain, compressing a large batch of micropayments into a single transaction.

GraphTally also keeps gateways honest through a threshold the Indexer controls: the maximum amount it is willing to risk in unaggregated Receipts. If a gateway keeps querying past that limit without settling, the Indexer stops serving it. Onchain, smart contracts verify each RAV, hold gateway funds in escrow, and release payment only against valid submissions. Gateway withdrawals require a thawing period, giving Indexers time to claim anything outstanding.

The result meets every requirement the network had: high throughput, since the bottleneck is a fast cryptographic signature; stateless and horizontally scalable senders; trust minimization, since an Indexer can always claim what it is owed onchain without further cooperation from the gateway; and low cost, since the main onchain expense is verifying a single signature.

The Same Ideas, Running in Production EarlyGraphTally was built to solve a specific, concrete problem: paying Indexers for the data they serve. But the problem it solves, trust-minimized micropayments between machines at high frequency, is exactly the problem the wider internet is now confronting as software agents come online.

The clearest signal is x402, an open standard from Coinbase and Cloudflare that revives the dormant HTTP 402 "Payment Required" status code so that any service can charge per request. It is a genuinely important step toward internet-native payments. What is striking, for a broader audience trying to understand where this is heading, is how many of x402's core ideas were already live inside The Graph Network months before x402 was announced. The Graph did not follow this pattern; it shipped it early, because a decentralized network serving real query traffic forced the issue.

Consider the parallels, none of which imply that one project derived from the other:

There is even a place where GraphTally went a step further. High-frequency payment is only half the problem; the harder half is settling all that activity onchain without the fees swallowing the value. GraphTally's answer, aggregating many Receipts into a single RAV so that a large batch of micropayments settles in one transaction, is precisely the optimization a network serving hundreds of thousands of queries a day cannot live without. It is the kind of detail you only solve when you are running the system for real.

The two systems are not rivals; they are complementary layers of the same pipeline, and The Graph runs both. Subgraphs on The Graph Network now accept x402 payments directly. At the consumer-facing layer, x402 lets agents and applications pay a Subgraph Gateway for per-query access in USDC over HTTP, with no API key, account, or session. At the layer beneath it, GraphTally is the system that lets Indexers accept trust-minimized payments from those gateway operators for the queries they actually serve. A request can flow end to end as machine-native payment: an agent pays a gateway through x402, and the gateway settles with its Indexers through GraphTally. The Graph both helped prove the pattern early and adopts the emerging open standard where it fits, rather than treating the two as a choice.

This is the point worth making for a general audience. Permissionless, machine-native payments are not a future feature The Graph is waiting on; they are infrastructure The Graph already builds, ships, and operates at network scale. The Graph set out to pay its own Indexers, and in doing so it battle-tested a piece of the machine-to-machine economy that the rest of the industry is now standardizing in the open.

About The GraphThe Graph is a suite of blockchain data infrastructure products that extract, process, and deliver scalable blockchain data solutions across 60+ networks. The Graph enables application developers, data analysts, AI agents, and enterprise teams that need structured, real-time access to blockchain data. Products include Subgraphs, Firehose, Substreams, and Amp. As of early 2026, The Graph has served over 1.27 trillion queries to more than 75,000 projects, powered by a network of independent Indexers around the world.

Follow The Graph on X, LinkedIn, Instagram, and Reddit. Join the community on The Graph’s Telegram, join technical discussions on The Graph’s Discord.
2026-06-25 09:20 1mo ago
2025-11-07 11:38 8mo ago
Analyst Shares Quick Survival Guide for Altcoin Traders Amid November Fear
ARKM Arkham BTC Bitcoin CORE Core DASH Dash DGB DigiByte ETH Ethereum GRT The Graph ZEC Zcash
CoinGecko News
Original source text
Analyst Shares Quick Survival Guide for Altcoin Traders Amid November Fear
2026-06-25 08:02 1mo ago
2025-11-16 16:20 8mo ago
The Graph Honors BSIC Incubator Winners for Blockchain Solutions
GRT The Graph
CoinGecko News
Original source text
The Graph Honors BSIC Incubator Winners for Blockchain Solutions
2026-06-25 08:02 1mo ago
2025-11-16 16:30 8mo ago
Migrating Ethereum Subgraphs to The Graph’s Decentralized Network
ETH Ethereum GRT The Graph
CoinGecko News
Original source text
Migrating Ethereum Subgraphs to The Graph’s Decentralized Network
2026-06-25 08:02 1mo ago
2025-11-16 16:35 8mo ago
Uniswap Subgraph Incident Affects The Graph’s Hosted Service
GRT The Graph UNI Uniswap
CoinGecko News
Original source text
Uniswap Subgraph Incident Affects The Graph’s Hosted Service
2026-06-25 08:02 1mo ago
2025-11-16 16:50 8mo ago
The Graph’s Service Outage Highlights Need for Decentralized Infrastr
GRT The Graph
CoinGecko News
Original source text
The Graph’s Service Outage Highlights Need for Decentralized Infrastr
2026-06-25 08:01 1mo ago
2025-12-02 18:57 7mo ago
GRT: From Subgraphs to Everything: The Graph's Horizon Upgrade Is Live
GRT The Graph
CoinGecko News
Original source text
A Modular Platform for Any Blockchain Data ServiceThe Graph launched in 2020 with infrastructure purpose-built for Subgraphs. Over the past five years, The Graph has processed trillions of queries and demonstrated that decentralized data infrastructure can operate at scale. But blockchain data needs have evolved. Real-time streams, analytics platforms, custom APIs, and specialized query engines now serve dozens of distinct use cases that go beyond what Subgraphs alone can provide.

Next week, Horizon mainnet launches, introducing an upgrade designed to transform The Graph into a modular platform for any type of blockchain data service. This is the upgrade The Graph has been working toward since its inception.

Building the Standard for Multi-Service InfrastructureThe Graph built the underlying protocol that makes decentralized data services possible: economic security through staking, trust-minimized peer-to-peer micropayments, and verifiable query protocols. The innovation of Subgraphs became widely adopted as an industry standard for how blockchain data should be accessed and paid for. Now The Graph seeks to enable the mechanism for data service developers to innovate new use case optimized products within the protocol framework to scale web3.

Horizon transforms those battle-tested components into reusable primitives that any data service may leverage, subject to the protocol mechanism. The experience of serving billions of Subgraph queries now becomes the foundation for an ecosystem of data services secured, powered, and paid for with GRT.

How Horizon Works: Modular Primitives for Permissionless InnovationHorizon introduces three key innovations: a core staking protocol that provides economic security for any data service, a unified payments system that handles fees across all services, and a framework that lets anyone build new data services without rebuilding infrastructure from scratch, subject to protocol parameters.

The Subgraph Service continues as before, while the protocol now supports permission-minimized permissionless development of real-time data streams, preindexed APIs, analytics solutions, and other use case-optimized data services like:

Real-time data streams (Firehose and Substreams)Token and NFT APIsAnalytics solutions (Amp)Verifiability as a serviceCustom data delivery mechanismsThis is what "enabling builders to scale" is intended to mean. Whether building standard DeFi applications or pushing boundaries with AI analytics, high-frequency trading systems, or enterprise compliance-oriented tools, builders now have production-ready infrastructure designed to adapt to several use cases. Moreover, Horizon enables an entirely new innovation stream for data service developers to integrate new products into The Graph protocol, subject to governance and adoption.

The Graph Multi-Service Infrastructure for DeFi to Custom Enterprise Data NeedsDifferent use cases require different data services. A DeFi protocol tracking historical liquidity might use Subgraphs for its decentralized applications. The same protocol may need Substreams for real-time liquidation events and Token API for current balances and prices. Enterprises need custom data pipelines with on-premise deployment options that meet rigorous compliance and verifiability, and compliance-oriented requirements as specified by regulators across multiple jurisdictions.

Before Horizon, each use case required separate infrastructure, creating fragmentation and development bottlenecks. Horizon addresses this by providing a single protocol that supports multiple services with shared economic security and unified payments. Each service can scale independently, subject to protocol design, without compromising others.

Economic scaling matters too. More services result in additional GRT fees flowing through the protocol. Increased activity may lead to additional token burns where applicable, and issuance may be directed across multiple services through governance processes to fund innovation. Every new data service increases the protocol's functional scope and usage within the network, contributing to network effects that may benefit participants. However, there are no guarantees of value or returns.

More Data Services Generate More Fees and Stronger GRT Value AccrualHorizon unlocks new economic growth for the protocol. More services may result in additional GRT fees, token burns as defined by protocol parameters, and expanded participation across service providers and Delegators. Service providers can earn across multiple services, while Delegators gain exposure to diverse fee streams. Protocol issuance can be directed strategically across services to fund innovation without governance bottlenecks. Every new data service expands the protocol's utility.

The Graph now supports the full spectrum of blockchain data needs. Subgraphs remain the foundation for thousands of applications that need custom APIs. Token API serves wallets and marketplaces requiring balance and transfer data. Substreams power enterprise-scale projects with parallelized data processing. Amp provides verifiable, compliance-oriented onchain data that meets regulatory requirements. Each service operates independently while contributing to shared protocol growth.

Horizon represents years of building toward this moment. The Graph proved that decentralized data infrastructure works. Now the protocol is positioned to support a wider range of blockchain data demand as the industry matures. Where competitors fragment across single solutions, The Graph consolidates around shared infrastructure designed to evolve with each new service.

About The GraphThe Graph is a suite of blockchain data infrastructure products that extract, process, and deliver scalable blockchain data solutions across 60+ networks. The Graph enables application developers, data analysts, AI agents, and enterprise teams that need structured, real-time access to blockchain data. Products include Subgraphs, Firehose, Substreams, and Amp. As of early 2026, The Graph has served over 1.27 trillion queries to more than 75,000 projects, powered by a network of independent Indexers around the world.

Follow The Graph on X, LinkedIn, Instagram, and Reddit. Join the community on The Graph’s Telegram, join technical discussions on The Graph’s Discord.
2026-06-25 08:01 1mo ago
2025-12-18 05:39 7mo ago
The Graph and Chainlink Team Up to Unlock Blockchain Data for Enterprises
GRT The Graph LINK Chainlink
CoinGecko News
Original source text
The Graph and Chainlink Team Up to Unlock Blockchain Data for Enterprises
2026-06-25 08:01 1mo ago
2025-12-29 17:00 6mo ago
3 Altcoins To Watch In The New Year 2026 Week
AVAX Avalanche GRT The Graph SOL Solana
CoinGecko News
Original source text
3 Altcoins To Watch In The New Year 2026 Week
2026-06-25 08:01 1mo ago
2026-01-04 09:00 6mo ago
Filecoin Tops Crypto AI Development Rankings as 2026 Data Narrative Accelerates
FIL Filecoin GRT The Graph INJ Injective LINK Chainlink TAO Bittensor
CoinGecko News
Original source text
Filecoin Tops Crypto AI Development Rankings as 2026 Data Narrative Accelerates
2026-06-25 08:01 1mo ago
2026-01-16 09:36 6mo ago
NEAR Infrastructure Committee Reviews 2025 Progress, Sets 2026 Roadmap for Scaling Chain Abstraction
GRT The Graph XDCE XinFin Network
CoinGecko News
Original source text
TLDR: Native NEAR wallets integrated Intents functionality, enabling advanced cross-chain swap capabilities for users. Goldsky, The Graph, and Allium received funding to strengthen indexing services and historical data access. Community teams completed Pagoda wind-down transition, assuming control of Big Query dataset and Data Lake framework. The 2026 roadmap prioritizes expanded MPC networks, sharded RPC nodes, and privacy-focused infrastructure components. The NEAR Infrastructure Committee has released its annual review, detailing substantial progress made throughout 2025 in strengthening network foundations. 

The report highlights key developments in chain abstraction technology, data infrastructure, and community ownership transitions. 

Looking ahead, the committee outlined ambitious plans for 2026, focusing on scaling existing capabilities and introducing privacy-centered infrastructure components for the expanding ecosystem.

Chain Abstraction and Wallet Integration Drive Network Evolution The NEAR ecosystem achieved meaningful progress in chain abstraction during 2025, transforming theoretical concepts into functional reality. 

Chain signatures technology reached full generalization, while NEAR Intents experienced rapid market adoption across multiple platforms. 

The infrastructure committee supported this transition by funding critical components that enabled seamless cross-chain operations.

Few protocols have pioneered more foundational blockchain infrastructure than NEAR, from sharding to chain abstraction to confidential computing.

This recap from NEAR Infrastructure Committee highlights key infra work from 2025 and what's next for 2026. https://t.co/Chsztsjzmi pic.twitter.com/B7ukACk5qG

— NEAR Protocol (@NEARProtocol) January 15, 2026

Native wallet providers, including Meteor, HOT, Intear, Near Mobile, and Nightly, successfully integrated NEAR Intents functionality. 

These integrations delivered advanced cross-chain swap capabilities to end users, representing one component of broader wallet infrastructure improvements. 

The committee also backed proposals to modernize Fast Auth and OneClickConnect systems, enhancing user authentication processes across the network.

Tachyon emerged as the winning solution in the Chain Abstracted Relayer request for proposals. The multi-chain relayer utilizes NEAR chain signatures technology to facilitate cross-chain transactions. 

Meanwhile, the committee approved funding for a new wallet selector and supported Privy integration to reinforce chain-agnostic user experiences.

The wallet infrastructure developments align with NEAR’s broader vision of removing technical barriers for mainstream users. 

Universal authentication systems now allow users to interact with blockchain applications without understanding the underlying chain mechanics. 

This approach positions the network for increased adoption in 2026 as agentic commerce applications emerge.

Data Infrastructure and Community Ownership Transitions Accessing blockchain data remained a priority throughout 2025, particularly given NEAR’s sub-second block times and multi-sharding architecture. 

The infrastructure committee funded comprehensive indexing solutions and analytics tools to ensure data transparency for developers. 

Goldsky and The Graph received support for indexing services, while Allium’s data lake solution enables historical blockchain data access.

NEARBlocks explorer continued receiving funding, expanding its multi-chain indexing capabilities to support NEAR Intents visibility. 

The committee also approved proposals bringing institutional-grade analytics providers Token Terminal and Chainspect onto the network. 

These integrations provide detailed data granularity required by advanced developers and institutional participants.

The completion of Pagoda’s wind-down initiative marked a significant milestone for decentralized infrastructure management. 

Community teams assumed responsibility for previously centralized services, with Meteor maintaining the Big Query public dataset and Aurora managing the Data Lake framework. 

Legacy components like Kit Wallet underwent orderly discontinuation, with user migration to modern alternatives.

For 2026, the committee plans to scale chain abstraction capabilities through an expanded MPC network and multi-chain verifiable execution via trusted execution environments.

Infrastructure preparation for network sharding will require new components, including sharded RPC nodes and cloud archival solutions. 

Privacy-focused infrastructure will support confidential user-owned AI applications through novel wallet tools and emerging standards.
2026-06-25 08:01 1mo ago
2026-02-17 19:57 5mo ago
GRT: The Graph Technical Roadmap
GRT The Graph
CoinGecko News
Original source text
Multi-Service Infrastructure for the Onchain EconomyThe Graph Technical Roadmap presents the protocol, products, and economics of The Graph ecosystem in 2026. This roadmap envisions another pivotal year of evolution as the protocol and product suite evolve to meet consumer demand across the blockchain industry, serving developers, data scientists, AI agents, and institutional users with a high-performance, decentralized, and reliability-focused blockchain data infrastructure.

As blockchain infrastructure matures and adoption accelerates, data access requirements have become increasingly specialized. As chains scale to enable faster transactions, developers building real-time applications now need high-speed streaming solutions. Data analysts require SQL-native access for complex queries across multi-chain datasets. AI agents depend on standardized APIs for reliable integration, but require novel protocols to streamline access. Enterprises demand features that support compliance workflows with institutional-grade reliability. No single indexing approach consistently serves all these needs across chains and use cases.

The market requires purpose-built solutions operating within a unified, permissionless, and secure framework. With the launch of Horizon in December 2025, The Graph protocol evolved into a modular platform capable of supporting diverse blockchain data services. The developments outlined in this technical roadmap build on Horizon's architecture to deliver these specialized solutions.

This blog is the first in a two-part series. A forthcoming second blog will outline The Graph Foundation's strategic priorities and ecosystem initiatives supporting the successful execution of the technical roadmap.

This roadmap is oriented around three interconnected layers:

Protocol Layer: The permissionless infrastructure, including staking, payments, and governance, that enables anyone to build and operate a data service on The Graph.Product Layer: Specialized data services designed for specific markets and use cases, each following a pragmatic path from development through validation to protocol integration.Economic Layer: The mechanisms that align incentives across Indexers, Delegators, and consumers, ensuring value accrual and long-term network viability.1. Protocol Layer: The InfrastructureAs The Graph ecosystem expands beyond its original Subgraph-centric architecture, the protocol layer is evolving to support a diverse range of data services while maintaining the economic security and coordination that make decentralized infrastructure viable. Horizon creates a flexible framework designed to enable multiple specialized data services to operate within a unified economic and security model.

The technical architecture of Horizon introduces three innovations:

A core staking protocol provides economic security that extends to any data service.A unified payments system handles fees across all data services, creating a single economic layer for the entire protocol.A framework for permissionless data service development enables new providers to easily integrate into an existing network already running complex data infrastructure.These architectural improvements unlock the protocol's ability to scale horizontally - supporting new data services as they emerge and enabling existing data services to leverage the unique advantages of The Graph protocol while maintaining the security, reliability, and decentralization that support the core value propositions of The Graph Network.

2. Product Layer: The Growth EngineThe Graph ecosystem is advancing a diverse portfolio of data products designed to meet the evolving needs of developers, applications, and institutions. Each product serves distinct use cases, from real-time blockchain indexing to institutional-grade data access, allowing the ecosystem to deliver value across multiple market segments simultaneously.

As these products mature and demonstrate strong adoption, they follow a path toward deeper protocol integration through Horizon, enabling progressive decentralization that balances innovation speed with network resilience. This evolution reflects the ecosystem's commitment to sustainable growth: delivering practical solutions today while building the decentralized data infrastructure of tomorrow.

SubgraphsSubgraphs established the original indexing standard for blockchain data and remain foundational to The Graph ecosystem. Thousands of applications rely on Subgraphs today, and the successful upgrade of users from the hosted service to The Graph Network in 2024 demonstrated that decentralized infrastructure can indeed serve production workloads for blockchain developers.

In 2026, Subgraphs will continue serving developers, its core consumers, who rely on this standard, but the focus will deepen in two ways. First, The Graph will place more emphasis on improving quality and support to better serve small-to-medium-sized projects through cost and scaling efficiencies. This process includes network-first chain integrations, the Rewards Eligibility Oracle (REO), and Indexing Payments (DIPs) that all aim to ensure Indexers are appropriately incentivized to serve Subgraph users. Second, there will be added focus for AI compatibility to introduce Subgraph-compliant gateways as well as Subgraph MCP and Subgraph A2A integrations, making blockchain data queryable through natural language interfaces in tools like Claude, Cursor, ChatGPT, and a host of other emerging AI interfaces. Integrating x402 means AI agents will be authorized to autonomously query the network and pay per-query with no setup keys in the Studio.

Blockchain JSON-RPC Data ServiceExpanding into blockchain JSON-RPC access represents a natural evolution of The Graph developer platform. While the protocol has historically specialized in indexed data queries, developers increasingly expect unified infrastructure that supports both advanced indexing and core blockchain read/write functionality. Enabling seamless access to these capabilities, whether through partnerships, integrations, or native services, strengthens The Graph’s role as a full-stack data layer for web3 applications.

The Graph ecosystem is well-positioned to support this expansion. Many infrastructure providers within and adjacent to the network already operate RPC capacity at scale. Aligning these capabilities with The Graph’s payment, security, and distribution frameworks creates new coordination opportunities across the ecosystem while improving the developer experience. This roadmap intentionally leaves room for multiple RCP implementation paths as the network validates the best structure for long-term growth.

SubstreamsSubstreams provides high-performance, low-latency blockchain data streaming designed for users with demanding technical requirements. The service has gained adoption among prominent DeFi protocols, DePIN and AI infrastructure, large-scale analytics platforms, and traditional financial institutions, particularly those requiring real-time transaction processing on high-throughput chains like Base, BSC, and Solana.

Development priorities for Substreams in 2026 focus on improving developer experience, expanding chain coverage, reducing streaming latency, and progressing toward integrating Substreams into The Graph protocol via Horizon. These improvements aim to strengthen Substreams' position as a valuable infrastructure layer for applications and institutions that require streaming blockchain data at scale.

Token APIMany blockchain applications, such as wallets, block explorers, marketplaces, and analytics platforms, require the same fundamental data: token balances, prices, transfers, swaps, and NFT metadata. While Subgraphs excel at custom indexing for protocol-specific use cases, these standardized data needs don't require custom development infrastructure.

The Graph Token API addresses this gap by providing pre-indexed, production-ready access to common token data information across multiple chains. Built on Substreams’ infrastructure, the Token API service delivers reliable, standardized data without requiring teams to build or maintain custom indexing solutions. Token API currently supports 10 chains, with continued expansion and feature development planned for 2026.

TychoThe Tycho initiative extends this roadmap deeper into DeFi by making onchain liquidity easier to access, understand, and use in real time. Instead of forcing teams to run their own nodes or decode complex protocol logic, Tycho tracks how liquidity changes across decentralized exchanges and delivers live updates through a simple streaming interface. It provides a single, consistent way to get prices and quotes across many DEXs, helping trading systems, solvers, and applications tap into more liquidity with far less setup and ongoing maintenance.

Also built on Substreams, Tycho removes much of the operational burden that slows teams down today. It keeps data accurate even when blockchains reorganize, updates quickly as markets change, and works across chains without requiring specialized infrastructure for each one. By lowering the barrier to high-quality liquidity data, Tycho helps market participants access deeper liquidity, improve execution, and build faster-moving products as onchain markets continue to grow.

AmpAmp introduces a new class of data infrastructure to The Graph ecosystem, adding a blockchain-native database purpose-built for institutional scale, trust, and performance. Designed to replace RPC-heavy architecture and brittle ETL (i.e., extract, transform, and load) pipelines, Amp transforms raw onchain activity into verifiable intelligence using SQL to enable teams to analyze, audit, and act on blockchain data in real-time across multiple chains.

With built-in lineage, audit-ready provenance, and enterprise-grade deployment options, Amp delivers the speed and consistency required for regulated environments, from payments and treasury oversight to risk management and AI-driven automation. As financial systems continue moving onchain, Amp ensures The Graph offers an infrastructure-grade solution that makes blockchain data reliable, auditable, and usable at global financial scale.

3. Economic Layer: SustainabilityThe Graph protocol's long-term viability depends on sustainable economics that deliver value to all network participants: Indexers running infrastructure, Delegators securing the network, developers and enterprises consuming data, and the broader ecosystem. Horizon and the expanded product suite are designed to strengthen this economic base.

Network EconomicsThe Graph protocol operates as a two-sided market connecting data providers to data consumers. Historically, the protocol's incentive mechanisms proved effective at scaling the supply side, attracting Indexers to The Graph Network, but demand was constrained by a few factors, including a relatively small - but growing - addressable market of blockchain developers.

Over the coming year, this supply-demand imbalance is expected to be addressed on both sides. On the demand side, Horizon unlocks new potential for an expanded product suite to serve a much larger addressable market and, consequently, may attract more supply-side participation and economic benefit. Meanwhile, JSON-RPC, Subgraphs, and Token API are expected to deepen network usage from developers and AI agents, while new growth is likely to come from analysts, solvers, and institutions attracted to expanded offerings such as Substreams, Amp, and Tycho.

The fundamental value accrual thesis is straightforward: more data services generate more protocol activity. More query volume means more fees flowing through the network. More fees can drive token burns. More data services require more staked GRT. And, as the product suite expands and adoption grows across these various users and use cases, this economic flywheel is expected to accelerate.

As part of this continued evolution, The Graph will offer compliance-ready products, on-premises deployment options, and dedicated support for the specific requirements of enterprise and institutional users. The DTCC's Great Collateral Experiment demonstrates how major financial institutions are already building with technology from The Graph, and this enterprise momentum is expected to accelerate as products like Amp and Substreams demonstrate increased value to these participants in the market.

On the supply side, the ecosystem can expect three major changes. The first is that issuance is expected to be redirected across multiple data services. Second, REO establishes a clearer proof-of-work standard to ensure that Indexing rewards correlate with actual value delivery rather than passive token holding. The current vision is to introduce REO for both Subgraphs and Substreams over the coming year. Third, the introduction of Indexer Payments (or DIPs) will provide a flexible protocol mechanism for consumers, chains, and ecosystem participants to incentivize Indexers.

The Graph has also been working on additional initiatives that help increase the utility of GRT. For example, the ecosystem recently added Chainlink’s CCIP protocol, and now GRT is bridged to Arbitrum, Base, and Avalanche with plans to extend to Solana in 2026. The ecosystem is also working on a Liquid Staking Initiative that aims to make delegation more accessible for token custodians by offering a native API in a single interface for centralized exchanges to improve the UX for their users.

The Graph Technical Roadmap 2026Q1 2026Horizon-Based Subgraph Service Mainnet rolloutRewards Eligibility Oracle proof-of-work standardExpanded execution client support for broader chain coverage of Reth & Besu instrumentationToken API Production-grade latency on 10 networks with continued chain expansionPrivate MVP of Tycho data serviceQ2 2026x402-compliant Subgraph gateway with MCP and A2A support enabledSubstreams MVP data service with GraphTally trust-minimized payments, Horizon-based P2P data service introducedPublic Tycho beta launchTestnet rollout of liquid stakingQ3 2026DIPs Subgraphs ServiceNetwork-First Subgraph Chain Integration ProcessExperimental JSON-RPC Data Service researchSubstreams Data Service Mainnet & Provider Selection Oracle rolloutToken API real-time token pricing with DEX and chain expansionMainnet rollout of liquid stakingQ4 2026Morpho launch of liquid stakingAmp-Powered Subgraphs for data extraction and transformationSubstreams probabilistic verifier for data integrity and service availabilitySubstreams REO testnet and mainnet launchAmp SQL Platform developmentAmp verifiable raw blockchain data releaseAmp Horizon-based data service testnet and mainnet launchDIPs Amp serviceThe Path ForwardThe Graph Network is a battle-tested and mature blockchain infrastructure continuously demonstrating reliability across applications and blockchain networks. The 2026 technical roadmap advances the protocol vision toward emerging market demand: as blockchain adoption accelerates, different users require different access to data.

No single approach can serve the evolving demands for blockchain data, but Horizon helps address this architectural challenge by enabling The Graph. The product strategy outlined in this roadmap targets distinct market segments, offering unique value, while contributing to the protocol's overall growth and sustainability. More data services available on The Graph generate more network activity and high-quality complementary services.

Stay informed as these initiatives progress and new developments emerge! Subscribe to the Community Calendar and join the next quarterly call for a deeper look at this technical roadmap and the Foundation’s strategic vision. Sign up for The Graph newsletter to receive monthly updates, and track progress in real time by visiting the roadmap webpage.

About The GraphThe Graph is a suite of blockchain data infrastructure products that extract, process, and deliver scalable blockchain data solutions across 60+ networks. The Graph enables application developers, data analysts, AI agents, and enterprise teams that need structured, real-time access to blockchain data. Products include Subgraphs, Firehose, Substreams, and Amp. As of early 2026, The Graph has served over 1.27 trillion queries to more than 75,000 projects, powered by a network of independent Indexers around the world.

Follow The Graph on X, LinkedIn, Instagram, and Reddit. Join the community on The Graph’s Telegram, join technical discussions on The Graph’s Discord.
2026-06-25 08:01 1mo ago
2026-02-18 17:01 5mo ago
FINANCE FEEDS: The Graph 2026: Building the Data Backbone of Web3
GRT The Graph
CoinGecko News
Original source text
The next phase of blockchain adoption will not be defined by blockspace alone. It will be defined by data.

As onchain finance, tokenization, AI agents, and institutional workflows scale, the demand for specialized, high-performance blockchain data infrastructure is accelerating. The Graph’s 2026 Technical Roadmap lays out an ambitious plan to evolve from a subgraph indexing network into a multi-service data platform purpose-built for the onchain economy.

The roadmap introduces a modular architecture across three layers — protocol, product, and economics — positioning The Graph as a decentralized, reliability-focused data backbone for developers, AI systems, enterprises, and institutional markets.

This is not a feature upgrade cycle. It is a structural pivot.

Why Does Blockchain Data Infrastructure Need to Evolve in 2026? Blockchain networks are faster. Applications are more complex. Users are more demanding. And institutional participants require compliance-ready reliability.

Developers building real-time applications now need streaming data with minimal latency. Data analysts require SQL-native querying across multi-chain datasets. AI agents need standardized APIs that allow autonomous querying and payments. Enterprises demand audit trails, provenance, and deployment flexibility.

No single indexing approach can meet all of these requirements consistently.

That market reality is driving the shift toward modular, purpose-built services operating within a unified economic and security framework — the core thesis behind Horizon, the architectural upgrade launched in late 2025.

Investor Takeaway Web3’s next growth phase depends on infrastructure, not speculation. Platforms that enable AI agents, institutional analytics, and real-time data flows will sit at the center of value creation in 2026.

What Changes at the Protocol Layer? Horizon transforms The Graph from a subgraph-only network into a multi-service protocol. The architecture introduces three foundational upgrades:

A core staking protocol that extends economic security to any data service. A unified payments layer handling fees across all services. A permissionless framework allowing new data services to integrate seamlessly. The importance here is horizontal scalability. Instead of expanding vertically within a single product, The Graph can now support multiple specialized services under one security and incentive model.

That structure enables experimentation while preserving economic coherence.

Investor Takeaway Modular protocol architecture reduces platform risk and increases optionality. Horizon positions The Graph to capture demand across multiple blockchain data verticals rather than relying on a single revenue stream.

Can Subgraphs Remain Relevant in an AI-Driven World? Subgraphs remain foundational, but their evolution in 2026 reflects a broader shift.

The focus moves toward:

Better cost efficiencies for small and mid-sized projects. Network-first chain integrations to incentivize Indexers. Rewards Eligibility Oracle (REO) to align rewards with delivered value. Direct Indexer Payments (DIPs) for clearer compensation structures. AI-native compatibility via x402 authorization, MCP integration, and agent-to-agent (A2A) support. Subgraphs are becoming machine-readable infrastructure for AI systems. Agents will be able to query blockchain data autonomously and pay per request without manual key management.

This matters. As AI agents transact onchain, they require secure, programmable access to reliable data streams.

Investor Takeaway AI-driven finance needs structured blockchain data. Subgraphs evolving toward AI compatibility positions The Graph inside the automation layer of the onchain economy.

Why Is JSON-RPC Expansion Strategically Important? Developers expect unified infrastructure. They do not want separate vendors for advanced indexing and basic blockchain reads.

The experimental JSON-RPC Data Service represents a move toward full-stack developer infrastructure. By aligning RPC access with The Graph’s payment and staking layers, the network can deepen integration while improving user experience.

This expansion broadens the addressable market beyond traditional indexing customers.

Investor Takeaway Expanding into RPC services increases total revenue potential and strengthens developer lock-in across the ecosystem.

Is Real-Time Streaming the Next Competitive Edge? Substreams provides low-latency blockchain data streaming, targeting high-throughput chains like Base, BSC, and Solana.

In 2026, Substreams development focuses on:

Execution client expansion. Peer-to-peer data service MVP. Mainnet rollout with provider selection oracle. Probabilistic verifiers for integrity and uptime. REO-based reward alignment. Streaming data at scale is not optional for institutional trading desks, analytics platforms, and DeFi protocols.

Investor Takeaway Low-latency streaming infrastructure supports DeFi, HFT-style execution, and institutional analytics. Substreams strengthens The Graph’s relevance in performance-sensitive markets.

How Does Token API Simplify Web3 Applications? Many applications need standardized token balances, pricing, transfers, and NFT metadata.

Instead of building custom indexing infrastructure, developers can rely on the Token API, built on Substreams, to access pre-indexed data across multiple chains.

This shifts The Graph from custom infrastructure toward standardized data provisioning — lowering onboarding friction.

What Is Tycho and Why Does Liquidity Data Matter? Tycho focuses on real-time DEX liquidity tracking across chains. It delivers consistent pricing and liquidity updates through a streaming interface, reducing operational overhead for trading systems and solvers.

Liquidity fragmentation is one of DeFi’s structural inefficiencies. Tycho aims to reduce that complexity.

Investor Takeaway Access to unified liquidity data improves execution efficiency and deepens DeFi composability — a key factor for institutional adoption.

Can Amp Bring Institutional-Grade Data to Blockchain? Amp introduces a blockchain-native SQL database layer with built-in lineage and audit-ready provenance.

Its goal is straightforward: replace brittle ETL pipelines and RPC-heavy workflows with verifiable, enterprise-grade blockchain data processing.

For regulated institutions, compliance and reliability are prerequisites — not optional upgrades.

Investor Takeaway Amp targets enterprise integration. If financial institutions increasingly move workflows onchain, SQL-native verifiable data becomes critical infrastructure.

Does the Economic Model Support Long-Term Sustainability? The roadmap emphasizes three economic upgrades:

Redirected issuance across multiple data services. REO standards aligning rewards with actual work performed. DIPs enabling flexible consumer-driven incentives. The value accrual thesis is linear:

More data services → More query volume → More protocol fees → More staking demand → Stronger token economics.

Cross-chain GRT staking expansion and liquid staking integrations further increase capital efficiency.

Investor Takeaway Economic alignment mechanisms reduce passive reward leakage and increase correlation between network usage and token value capture.

What Does 2026 Look Like for The Graph? Key milestones include:

Horizon-based Subgraph mainnet rollout. Substreams mainnet and verifier integration. Liquid staking deployment. Token API expansion with real-time pricing. Amp SQL platform launch. Tycho protocol integration. The roadmap is ambitious, but structurally coherent. Each product feeds into protocol activity. Each protocol upgrade strengthens economic alignment.

The Graph is positioning itself not just as a blockchain indexing network — but as a modular, decentralized data infrastructure stack capable of serving the AI economy, DeFi liquidity markets, tokenized RWAs, and institutional finance.

Final Thoughts: Infrastructure Wins Cycles Speculative cycles rotate. Infrastructure compounds.

The 2026 Technical Roadmap suggests that The Graph is leaning into a multi-service future where blockchain data becomes standardized, auditable, real-time, and AI-compatible.

If Web3 continues converging with institutional finance and intelligent automation, the bottleneck will not be blockspace — it will be reliable, verifiable data access.

That is the layer this roadmap targets.

Stay informed as these initiatives progress and new developments emerge! Subscribe to the Community Calendar and join the next quarterly call for a deeper look at this technical roadmap and the Foundation’s strategic vision. Sign up for The Graph newsletter to receive monthly updates, and track progress in real time by visiting the roadmap webpage.

This content is provided by a sponsor. FinanceFeeds does not independently verify the legitimacy, credibility, claims, or financial viability of the information or description of services mentioned. As such, we bear no responsibility for any potential risks, inaccuracies, or misleading representations related to the content. This post does not constitute financial advice or a recommendation and should not be treated as such. We strongly advise seeking independent financial guidance from a qualified and regulated professional before engaging in any investment or financial activities. Please review our full disclaimer for more details.
2026-06-25 08:01 1mo ago
2026-02-18 19:19 5mo ago
The Graph Unveils Ambitious 2026 Technical Roadmap to Build Web3’s Data Backbone
GRT The Graph
CoinGecko News
Original source text
Table of contents

The Graph has published a detailed technical roadmap for 2026 that lays out an ambitious plan to transform the protocol from an indexing-focused network into a modular, multi-service data backbone for the on-chain economy. The document, which follows the rollout of the Horizon upgrade in December 2025, frames the next year as one of product expansion, tighter economic alignment, and deeper enterprise readiness for developers, AI agents, and institutional users.

At the heart of the roadmap are three interconnected layers: a protocol layer that preserves permissionless security and payment mechanics, a product layer that introduces purpose-built data services, and an economic layer designed to align incentives across Indexers, Delegators and consumers. The Graph argues that, as blockchains scale and use cases diversify, no single indexing approach can satisfy the full spectrum of needs, from SQL-native analytics and low-latency streaming to compliance-ready, on-premises deployments for institutions, and Horizon’s modular architecture is intended to host those varied services within a unified economic and security framework.

Protocol, Products, Economics Subgraphs, the protocol’s original indexing standard, will remain foundational in 2026 but with a renewed focus on quality, cost efficiency and AI compatibility. The roadmap promises Horizon-based Subgraph services rolling to mainnet in Q1 2026 alongside a Rewards Eligibility Oracle (REO) designed to tie indexing rewards more closely to delivered value, and Indexing Payments (DIPs) to give consumers and partners more direct ways to compensate indexers. Perhaps most notable for downstream AI development is a suite of Subgraph integrations, including x402-compliant gateways and agent-to-agent (A2A) support, that will let AI agents query the network and pay per-query without separate setup keys, widening access for tools such as Claude and ChatGPT.

Beyond Subgraphs, the roadmap maps a clear product expansion. Substreams, already a high-performance streaming service used by DeFi and analytics platforms, is slated for broader execution-client support, a Horizon-based P2P data service MVP, and a sequence of integrity and rewards upgrades through 2026 aimed at reducing latency and improving validator selection. The Graph is also moving to offer a Token API, a production-ready feed of balances, transfers and NFT metadata, and Tycho, a Substreams-built service to simplify access to on-chain liquidity and DEX pricing for trading systems and market makers. Amp, meanwhile, is presented as a blockchain-native, SQL-first database targeted at institutions that need verifiable, auditable and low-latency analytics for regulated workflows.

Economically, the foundation of the plan is straightforward but consequential: more diversified data services should drive higher protocol activity, increased fee flows, potential token burns and greater staking demand. The roadmap outlines how issuance and rewards will be redirected across services, how REO will set performance-based eligibility standards, and how liquid staking and cross-chain bridges for GRT (already extended to networks like Arbitrum, Base and Avalanche) will help institutional participants allocate capital more efficiently. These measures, the authors say, aim to turn The Graph into a two-sided market where supply and demand reinforce each other over time.

Industry observers and outlets have already flagged the roadmap as a clear statement of intent: to move from a single-product protocol to an extensible data platform capable of meeting the specialized needs of developers, AI systems and financial institutions. If the timelines hold, with major milestones scheduled through Q4 2026, including the public Tycho beta, Substreams mainnet, Amp’s SQL platform work and liquid staking phases, The Graph could well cement its role as a critical data layer for web3 applications.

For developers and projects already built on Subgraphs, the roadmap promises smoother economics and better tooling; for enterprises, it signals a path to compliant, auditable data services; and for the broader ecosystem, it presents a simple thesis: more services, more usage, more value captured by the protocol. The blog is the first in a two-part series, with a follow-up post expected to unpack the Foundation’s strategic priorities and ecosystem initiatives to ensure the technical plans translate into on-chain reality. Readers who want to track progress are invited to follow the community calendar, sign up for the newsletter, and join upcoming quarterly calls for live updates.

AUTHOR

Mushumir Butt is a seasoned crypto journalist with over three years of experience reporting on the world of blockchain and cryptocurrency. At Blockchain Reporter, he delivers insightful news, in‐depth project reviews, and precise price analysis and predictions. With a strong background in SEO and digital marketing, Mushumir excels at breaking down complex trends into clear, accessible content, ensuring readers stay ahead in the fast‐paced crypto space.
2026-06-25 08:01 1mo ago
2026-04-14 07:30 3mo ago
Best Ethereum APIs for AI Agents and Developers in 2026
ETH Ethereum GRT The Graph
CoinGecko News
Original source text
Ethereum remains the largest smart contract ecosystem by total value locked, active developers, and deployed applications. For teams building on top of it, the API layer determines how quickly they can ship, how reliably their applications perform, and how much infrastructure they end up managing themselves.

That decision has become more complex in 2026. AI agents are entering the Ethereum ecosystem in growing numbers, handling tasks that range from autonomous portfolio rebalancing to DeFi yield optimization. These agents need structured, real-time data delivered through interfaces that software can consume without human intervention. Not every Ethereum API is built for that.

This guide covers five Ethereum API providers, each designed for a different part of the development stack. For a broader comparison of crypto data providers across all chains, the best crypto apis guide covers additional options worth evaluating.

Why Ethereum APIs Matter for AI AgentsAI agents operating in crypto need more than raw RPC access. An autonomous portfolio manager, for example, needs token balances, historical price data, DeFi positions, and transaction histories delivered in a structured format it can parse and act on without custom data pipelines. A trading agent needs real-time pricing across multiple exchanges. A compliance agent needs wallet activity logs with enriched metadata.

The following types of AI agents are increasingly relying on Ethereum API infrastructure in 2026:

Portfolio rebalancing agents continuously monitor wallet holdings across chains and protocols, compare allocations against target weights, and execute trades or swaps to maintain balance. They require multi-chain wallet data, live pricing, and DeFi position tracking.DeFi yield optimization agents scan lending protocols, liquidity pools, and staking programs across Ethereum and its Layer 2 networks to identify optimal yield opportunities. They need protocol-level data covering APYs, TVL, and position metadata.Trading and arbitrage agents operate across centralized and decentralized exchanges, looking for price discrepancies and executing trades in milliseconds. They depend on aggregated market data with low latency.Research and sentiment agents ingest market data alongside news feeds and on-chain activity to generate reports, flag anomalies, or adjust risk parameters in real time.Multi-chain wallet monitoring agents track activity across Ethereum, its L2 rollups, and other EVM chains, alerting users to inbound transfers, suspicious transactions, or significant balance changes.Tax and compliance agents parse transaction histories, calculate cost basis, and generate regulatory reports. They need enriched transaction data with USD-denominated values and token metadata.Conversational crypto assistants respond to natural language queries about portfolio performance, token prices, or market conditions. These agents need a data interface that LLMs can call directly.Each of these agent types has different data requirements, but they share a common need: clean, structured, and reliable API access to Ethereum data. The providers below address different segments of that stack.

1. CoinStats Ethereum APICoinStats Ethereum API is built for developers and AI agents that need aggregated, application-ready Ethereum data without assembling multiple providers. Rather than exposing raw RPC endpoints, CoinStats API returns pre-structured wallet balances, transaction histories, DeFi positions, and market data through a unified REST interface. This makes it the most practical option for the majority of crypto development use cases where the goal is building applications on top of Ethereum data rather than interacting with the chain at the node level.

Ethereum and EVM CoverageThe API covers Ethereum mainnet alongside all major EVM-compatible networks through a single integration. Supported chains include Polygon, Arbitrum, Optimism, Avalanche, Base, and BSC, among others. A single API call using the multi-chain balance endpoint returns token holdings across all supported EVM chains simultaneously, so developers do not need separate integrations for each network.

For Ethereum specifically, the API returns native ETH and all ERC-20 token balances with USD pricing, 24-hour price changes, token metadata, and ranking data already enriched in the response. Transaction history endpoints deliver fully parsed records with gas fee tracking included. DeFi position tracking covers staking, lending, and liquidity pool holdings across 10,000+ protocols automatically, without requiring developers to integrate each protocol individually.

Broader Data SurfaceBeyond wallet data, the CoinStats API provides market data for 100,000+ cryptocurrencies aggregated from 200+ exchanges (including Binance, Coinbase, and Hyperliquid), covering 120+ blockchains in total. A news and sentiment feed aggregated from crypto media sources adds another data dimension for research-oriented applications. Wallet support extends to Solana, Bitcoin (including xpub/ypub/zpub formats), and additional non-EVM chains, all accessible through the same API key and consistent response schema.

MCP Server for AI Agent IntegrationCoinStats API provides a Model Context Protocol (MCP) Server alongside its REST API, which is the feature most relevant to the AI agent use case. The MCP Server exposes market data and wallet endpoints as callable tools for AI assistants and developer environments, including Claude, Cursor, and VS Code. This means AI agents can query Ethereum wallet balances, token prices, or DeFi positions using natural language through an MCP-compatible interface, without writing custom API integration code.

For teams building any of the seven agent types described above, particularly portfolio rebalancing agents, conversational crypto assistants, and research agents, the MCP Server removes the data integration layer entirely. The agent describes what it needs, and the MCP Server translates that into the appropriate API call.

Pricing and AccessCoinStats API uses a credit-based pricing model with a free tier available at signup. Credit costs vary by endpoint complexity: a single-chain Ethereum balance query costs 40 credits, while a multi-chain query across all EVM networks costs 400 credits. Developers can monitor usage in real time through the OpenAPI dashboard. The platform serves 1M monthly users, and its documentation is hosted at coinstats.app/api-docs/.

Best for: Most crypto development use cases. Developers and AI agents that need unified Ethereum and multi-chain data aggregation, portfolio tracking, DeFi position monitoring, and MCP-based AI integration through a single provider.

2. ChainstackChainstack is a multi-chain RPC and node infrastructure provider that gives developers direct access to Ethereum’s JSON-RPC interface. Where CoinStats API delivers aggregated, application-ready data, Chainstack provides the raw blockchain access layer: full and archive nodes, debug and trace methods, and WebSocket connections for real-time event streaming.

The platform supports 70+ chains and routes requests through a globally distributed infrastructure with 99.99% measured uptime. Ethereum developers get access to both mainnet and testnets (Sepolia, Hoodi) through authenticated endpoints with configurable rate limits. Chainstack’s Trader Node product offers low-latency mempool access for teams building MEV-aware applications or high-frequency trading infrastructure.

Pricing follows a request-unit model with a free tier offering 3 million request units per month at up to 25 requests per second. The Growth plan provides 20 million request units and 250 RPS for production workloads. Enterprise plans support custom RPS configurations and dedicated infrastructure. Chainstack holds SOC 2 Type II certification, which is relevant for teams operating under compliance requirements.

Best for: Developers building dApps, trading bots, or backend infrastructure that needs direct Ethereum node access with enterprise-grade reliability and compliance controls.

3. AnkrAnkr operates a decentralized physical infrastructure network (DePIN) that provides RPC access and pre-indexed blockchain data across 70+ chains. On Ethereum, Ankr offers both standard Node API access (JSON-RPC over HTTPS and WSS) and an Advanced API layer with pre-indexed, cached methods for faster queries.

The Advanced API is where Ankr differentiates itself from pure RPC providers. Methods like ankr_getAccountBalance and ankr_getTokenPrice return enriched data across multiple chains in a single request, reducing the number of calls needed to assemble a complete picture of a wallet’s holdings. NFT-specific endpoints cover ownership lookups, metadata retrieval, and transfer histories. Ankr supports multi-chain queries natively, so a single call can return token balances from Ethereum, Polygon, Arbitrum, and other EVM chains simultaneously.

Pricing uses an API credit system pegged to USD, where different methods consume different credit amounts. A Freemium tier includes 200 million monthly API credits using public rate limits. The Premium tier unlocks private endpoints, debug and trace methods, higher rate limits, and WebSocket access. Ankr’s DePIN infrastructure spans 30+ global regions with an average response time of 56 milliseconds.

Best for: Developers who need a combination of standard RPC access and pre-indexed multi-chain data queries, with decentralized infrastructure and pay-per-method pricing.

4. Etherscan APIEtherscan is the standard block explorer for Ethereum, and its API provides programmatic access to the same indexed data the explorer displays. For developers who need verified contract ABIs, internal transaction traces, gas price estimates, or token transfer logs, Etherscan remains the primary source.

The API covers account balance and transaction lookups, ERC-20/ERC-721/ERC-1155 token transfer events, contract source code and verification status, gas tracker data, and block/uncle information. The event log endpoints are particularly useful for applications that need to filter and retrieve specific on-chain events without running their own indexer.

Etherscan operates separate API instances for Ethereum mainnet and its major L2/sidechain counterparts (Polygonscan, Arbiscan, BaseScan, and others), though each requires its own API key and has a slightly different endpoint structure. The free tier allows up to 5 calls per second, which is sufficient for development and low-traffic applications. Pro plans offer higher rate limits and additional endpoints.

A key limitation is that Etherscan is read-only and Ethereum-specific. It does not provide market data, pricing, portfolio aggregation, or DeFi position tracking. For AI agents, it serves best as a complementary data source for contract verification, gas estimation, and raw transaction lookups rather than as a primary data layer.

Best for: Developers who need verified contract data, event logs, gas estimates, and granular Ethereum transaction details for analytics, auditing, or compliance tools.

5. The GraphThe Graph is a decentralized indexing protocol that allows developers to build and query custom APIs (called subgraphs) for Ethereum smart contract data. Rather than pulling data through pre-built endpoints, developers define a schema and mapping logic that tells The Graph which contracts and events to index. The indexed data is then served through GraphQL queries.

As of 2026, The Graph indexes data across 40+ chains, with Ethereum accounting for the majority of deployed subgraphs. Over 1,100 projects use the protocol, including major DeFi applications like Uniswap, Aave, and Balancer. The Hosted Service has been fully deprecated; all subgraphs now run on the decentralized network, where indexers stake GRT tokens and are economically incentivized to serve accurate data.

The Graph is most valuable for teams that need custom, event-driven data models. A developer building a DEX analytics dashboard, for example, can define a subgraph that indexes every swap event on a specific contract and serves aggregated volume and price data through a GraphQL endpoint. This level of customization is not available through general-purpose REST APIs.

The trade-off is complexity. Building and maintaining subgraphs requires writing AssemblyScript mapping code and managing deployment through The Graph’s tooling. Query costs on the decentralized network are paid in GRT tokens, with pricing around $1.50 to $2 per 100,000 queries. A free tier of 100,000 queries per month is available through the Subgraph Studio.

Best for: Developers who need custom-indexed Ethereum smart contract data served through GraphQL, particularly for DeFi analytics, NFT marketplaces, and protocol dashboards.

Choosing the Right Ethereum APIThe five providers above serve fundamentally different roles in the Ethereum development stack, and the right choice depends on what you are building and how your application consumes data.

If your project is a portfolio tracker, a multi-chain dashboard, a financial reporting tool, or an AI agent that needs structured crypto data, CoinStats Ethereum API covers the broadest surface through a single integration. The MCP Server adds a layer that none of the other providers currently offer: the ability for AI agents and LLM-powered tools to query Ethereum data through conversational interfaces without custom integration code.

If you need direct Ethereum node access for dApp backends, smart contract interaction, or MEV-aware trading, Chainstack and Ankr provide the infrastructure layer. Chainstack offers the most predictable pricing and strongest compliance certifications, while Ankr adds pre-indexed multi-chain query methods on top of standard RPC.

For contract verification, gas estimation, and granular transaction data, Etherscan remains the standard reference source for Ethereum-specific lookups.

And for teams that need deeply customized, event-driven data models from specific smart contracts, The Graph provides indexing infrastructure that no pre-built API can replicate.

Many production applications combine two or more of these providers: CoinStats API for aggregated data and AI integration, a node provider like Chainstack for direct chain interaction, and The Graph for custom-indexed protocol data. Starting with a free tier across any of these providers and scaling into paid plans once usage patterns are clear is the most effective way to evaluate.

Disclaimer: The information contained in this article does not constitute investment advice. Investors should be aware that cryptocurrencies carry high volatility and therefore risk, and should conduct their own research.
2026-06-25 08:01 1mo ago
2026-05-12 14:33 2mo ago
The Graph x402 USDC gateway goes live – machine-paywall for on-chain data?
GRT The Graph USDC USD Coin
CoinGecko News
Original source text
Summary

The Graph has enabled x402 payments in its Graph Gateway, letting developers and AI agents buy on-chain data per request using USDC. The feature removes the need for API keys and accounts, instead using HTTP 402 “Payment Required” responses and on-chain payments on Base as authentication. The rollout plugs The Graph directly into the emerging x402 machine-payments stack pushed by Coinbase, Circle and major web infrastructure providers. The Graph has activated x402 payments inside its Graph Gateway, allowing developers and AI agents to purchase on-chain data queries on a pay-per-request basis using USDC, according to an announcement from the project’s official X account. The team said that “Graph Gateway now officially supports x402 Payments,” meaning clients can access indexed blockchain data “without the need for an API key, account, or backend panel” by paying directly over HTTP with stablecoins on Base.

The Graph turns HTTP 402 into a USDC paywall for Subgraphs The Graph’s network currently indexes data from multiple chains, spanning token information, DEX trading pairs, governance events, NFT metadata and protocol activity, exposing it through Subgraphs that power thousands of DeFi and Web3 applications. Until now, developers typically had to register with Subgraph Studio and obtain an API key to query this data at scale, but the project said x402 “changes this access model” by letting any agent that speaks HTTP and holds USDC pay for queries on demand.

Under the new flow, when an agent or program hits the x402-enabled endpoint, the server responds with an HTTP 402 status that includes pricing information in the headers, mirroring the standard described in Coinbase’s x402 documentation. The client then signs and broadcasts a USDC payment on the Base mainnet (or Base Sepolia for testing) and retries the request, at which point the Graph Gateway returns the requested data, with “the payment itself serv[ing] as authentication,” the team explained.

The update adds a new /api/x402/ interface, a payments SDK, support for any tools compatible with the x402 protocol, and USDC payments on both Base mainnet and Base Sepolia, while leaving the existing API key model unchanged, The Graph said. “Subgraph data is now directly accessible by any program or Agent that supports HTTP and holds USDC,” the announcement noted, positioning the network as a native data feed for AI agents, bots and machine-to-machine workflows.

x402 itself is an emerging open standard developed by Coinbase to revive the long-reserved HTTP 402 “Payment Required” code as a built-in payment step for web resources, including APIs and model context calls. Coinbase describes x402 as “a new open payment protocol … that enables instant, automatic stablecoin payments directly over HTTP,” with agents receiving a 402, paying in USDC, and then getting the resource, turning monetization into infrastructure rather than separate billing flows.

That concept is quickly spreading across the web stack: Circle has framed x402 as a backbone for “machine-to-machine micropayments with Gateway and USDC,” while Stripe, CoinGecko and others have rolled out x402-powered pay-per-use APIs for data and AI agent access, as reported by crypto.news. By wiring The Graph’s Subgraph data directly into that ecosystem, the new x402 integration effectively turns indexed on-chain data into a first-class commodity for AI-native commerce, gated not by human signups and API dashboards, but by HTTP status codes and USDC balances in autonomous wallets.
2026-06-25 08:01 1mo ago
2026-06-03 16:59 1mo ago
GRT: How The Graph Keeps AI Applications Fueled With Onchain Data
GRT The Graph
CoinGecko News
Original source text
For most of its history, web data was consumed by humans. Search engines indexed it, but the information was read by real users. As the agentic web takes center stage, the primary consumers of this data are changing. The onus now increasingly falls to autonomous AI agents to make sense of information to perform tasks ranging from trading assets to booking services and more, without human intervention.

For these agents, data is not just information; it's fuel. And like a high-performance engine, an AI agent is only as reliable as the fuel it consumes. If an agent is fed delayed or incorrect data, it executes that mistake at machine speed, potentially cascading across protocols.

As a result, the maxim that "you are what you eat" applies to agents as it does to humans. To thrive, AI agents need a diet of real-time, high-quality onchain data. This is where The Graph's data infrastructure, specifically Subgraphs and Substreams, becomes the critical supply chain for the AI economy.

In traditional centralized systems, one trusts the database administrator. In web3, users trust the blockchain. That said, blockchain data in its raw form isn't easily absorbed. It needs to be processed before it is useful, and that's where Indexers on The Graph Network come in.

An AI agent can't efficiently scan Ethereum's entire history to find a specific historical token price or governance vote. It needs an Indexer to organize that data and deliver it in a timely fashion.

A centralized API could be used for this, but the problems are obvious: it introduces a single point of failure. If the API goes down or is manipulated, the agent acts on a false reality. What makes The Graph data products well-suited for AI applications is that they produce deterministic outputs. Deterministic data means that any Indexer running the same Subgraph or Substreams module against the same blockchain inputs will produce the same result. That consistency is what makes the data trustworthy enough for agents to act on at scale.

And when there's real money at stake, as there invariably is with agents trading and rebalancing DeFi portfolios, a lot is riding on that data being correct. This is where The Graph comes into play with Subgraphs and Substreams.

The Graph provides two distinct data products, each serving different needs within an AI application stack. The first of these is Subgraphs, which, to extend the culinary metaphor, are like a well-stocked pantry. Each Subgraph forms an open API that organizes blockchain data into a specific schema, queryable via GraphQL.

Subgraphs produce deterministic data. Because the indexing logic is open source, any party can inspect how the data was extracted and structured from raw chain activity. On The Graph Network, Indexers stake tokens to guarantee the accuracy of their work, creating economic incentives for reliable performance.

If an agent needs to check the current owner of a specific NFT before executing a trade, or the price of ETH at a given block, a Subgraph provides that state instantly. Whatever digital dish the agent desires to dine on, if it's stocked in the Subgraph larder, it'll be served up readily.

Completing this data stack is Substreams. A parallelized, streaming-first solution, Substreams is designed for massive throughput. Developers write Rust modules that process blockchain data in parallel, transforming it into any format needed at extremely high speeds.

Substreams is particularly well-suited to powering the data pipelines that AI applications and large language models depend on for training and fine-tuning. Rather than querying a live endpoint, AI and analytics teams use Substreams to ingest and transform terabytes of blockchain history, producing clean, structured datasets orders of magnitude faster than linear indexing.

Say an AI team wants to train a model to predict DeFi liquidity flows. Substreams can absorb the entire history of Uniswap transactions, transforming raw block data into a training-ready dataset in hours. That's a fundamentally different use case from what a Subgraph serves, and the distinction matters when designing an AI application stack.

Push the plate aside and consider a working example of agentic data delivery in action:

CreatorBid is an AI launchpad that allows users to create and tokenize AI agents, each with its own agent keys that are traded on bonding curves. This requires real-time pricing and ownership data. Traditional RPC providers were too slow and costly to handle the complex, real-time data streams generated by thousands of agent launches and trades.

The solution came via Subgraphs. Following integration, CreatorBid achieved sub-second data freshness, ensuring agents and users see price changes the moment they happen. This eliminated the need to maintain custom indexers, allowing the team to focus on agent logic rather than data plumbing.

And because the data is indexed through The Graph Network, the economic activity of these AI agents is transparent and consistently reproducible by anyone in the CreatorBid ecosystem. When the data problem is solved, the greatest impediment to agents realizing their full potential is removed.

The early internet organized information discovery through centralized search engines. The agentic internet requires something more demanding: infrastructure that allows machines to retrieve and act on high-quality, consistently produced data autonomously.

Subgraphs and Substreams serve that need in different ways. Subgraphs give agents fast, queryable access to structured onchain state. Substreams give AI teams the throughput to build and train on rich historical datasets. Neither replaces the other; they address different parts of the same problem.

The Graph's data products don't make AI agents intelligent. Instead, they ensure that when intelligence is applied, it operates on structured, deterministically produced data grounded in reliable onchain sources. That's crucial because the integrity of the input determines the integrity of the outcome.

As autonomous systems continue to expand across finance and digital commerce, the infrastructure that feeds them will become as strategically important as the models themselves. Within that stack, deterministic data indexing and high-performance streaming pipelines are the fuel lines that feed the agent economy.

About The GraphThe Graph is a suite of blockchain data infrastructure products that extract, process, and deliver scalable blockchain data solutions across 60+ networks. The Graph enables application developers, data analysts, AI agents, and enterprise teams that need structured, real-time access to blockchain data. Products include Subgraphs, Firehose, Substreams, and Amp. As of early 2026, The Graph has served over 1.27 trillion queries to more than 75,000 projects, powered by a network of independent Indexers around the world.

Follow The Graph on X, LinkedIn, Instagram, and Reddit. Join the community on The Graph’s Telegram, join technical discussions on The Graph’s Discord.
2026-06-25 08:01 1mo ago
2026-06-10 17:35 1mo ago
GRT: Querying Blockchain Data with Natural Language: MCP and Skills from The Graph
GRT The Graph
CoinGecko News
Original source text
As AI tools become a standard part of the developer workflow, the way users access blockchain data is changing. Model Context Protocol (MCP) integrations and AI agent skills are creating new interfaces for interacting with onchain data, allowing both developers and non-technical users to query live protocol data through natural language rather than writing GraphQL or SQL by hand.

The Graph ecosystem has been building toward this shift. With MCP servers now available for Subgraphs and a growing library of agent skills for Subgraphs and Substreams, AI assistants can connect directly to The Graph’s data infrastructure. This post covers what’s available today, how it works, and what’s coming next.

Background: What is a MCP?Model Context Protocol (MCP) is an open standard, originally developed by Anthropic, that enables AI assistants and AI agents to connect to external data sources and tools. Rather than relying solely on training data or user-provided context, an MCP-enabled assistant can reach out to live data in real time, querying APIs, reading schemas, and returning structured results within a conversation.

For blockchain data, MCP addresses a longstanding access problem. Onchain data is open and transparent by design, but querying it has traditionally required specialized knowledge: writing GraphQL queries, understanding Subgraph schemas, or running custom indexing infrastructure. MCP collapses that workflow by letting AI handle the query construction and execution on the user’s behalf.

MCP Integrations Available TodaySubgraph Search MCPThe Subgraph Search MCP provides access to over 15,000 publicly available Subgraphs across The Graph Network. Through a standardized interface, AI assistants can search for relevant Subgraphs by keyword or contract address, inspect GraphQL schemas, and execute queries against specific deployments. Compatible clients include Claude, Cursor, and Cline.

Because The Graph hosts a large volume of public Subgraphs, covering major protocols like Uniswap, Aave, Compound, ENS, and many others across Ethereum, Arbitrum, Base, Polygon, Optimism, BSC, and additional chains, the Subgraph MCP enables broad, cross-protocol queries without requiring users to deploy or maintain their own data infrastructure.

Substreams Search MCPThe Substreams Search MCP lets AI agents search, inspect, and analyze Substreams packages through natural language. This covers the full path from registry discovery to sink deployment. Through four tools, an assistant can search the Substreams.dev package registry by keyword and filter by network, inspect any package's full module graph, protobuf types, and dependency DAG, list a package's modules in lightweight form, and analyze a package's sink configuration to generate ready-to-run CLI commands for deployment. In practice, this means a developer can ask for "a Uniswap package on Polygon," see exactly what data it produces, and get the SQL schema and commands needed to start sinking that data—all without manually browsing the registry or decoding .spkg files by hand. The server runs with no installation via npx and supports both local clients like Claude Desktop, Claude Code, and Cursor and remote agents such as OpenClaw (SSE/HTTP), making it usable across a wide range of AI development setups.

Use Case Specific MCPsIn addition to the core MCP servers, community developers have built more targeted integrations. Notable examples include the Graph Aave MCP, which exposes 14 tools for querying Aave V2/V3 lending markets, governance data, user positions, and liquidation events; and the Graph Lending MCP, which provides unified access to 40+ lending protocols across multiple chains using Messari’s standardized Subgraph schemas.

The Lending MCP, in particular, demonstrates the value of standardized data. Because the underlying Subgraphs share a uniform schema, a single natural-language query, such as “where can I find the best stablecoin lending rates right now?”, can fan out across dozens of protocols and return comparable, structured results. Early testing has shown that the tool not only retrieves rate data but can contextualize it, explaining why certain strategies may be more effective than others based on current market conditions.

From MCPs to Skills: A New Paradigm for AI Agent DevelopmentMCP servers provide AI assistants with real-time data access, but each one requires manual configuration, including editing a config file, adding an API key, and restarting the client. As the number of available MCPs grows, this setup process can become a barrier, particularly for non-technical users.

Skills represent the next layer of abstraction. A skill is a downloadable package that bundles expert knowledge, tool configurations, and MCP access together so that an AI assistant gains a complete capability set without manual setup. Instead of configuring individual MCP connections, users install a skill, and the assistant has everything it needs to work with a given product or domain.

Subgraph SkillsSkills are now available to aid in Subgraph development. The Subgraph Skills repository provides a collection of open-source skills that give AI workflows expert-level knowledge for building, testing, and optimizing Subgraphs. Developers can describe what they want in natural language instead of memorizing schema syntax and manifest configuration. Available as a Claude Code plugin (and in an OpenClaw format for other agent frameworks), the package currently includes three skills:

Subgraph Development (subgraph-dev)

Core development knowledge spanning schema design and GraphQL types, manifest configuration (subgraph.yaml), AssemblyScript mapping handlers, data source templates, and contract bindings. It also covers Subgraph Composition for combining multiple Subgraphs, Subgraph Uncrashable for safe code generation, and ready-made patterns for common contract types like ERC-20, DEXs, NFTs, lending, staking, and governance protocols, so an assistant can scaffold a working Subgraph for a given protocol from a single prompt.

Subgraph Optimization (subgraph-optimization)

Performance best practices drawn directly from The Graph's documentation, including pruning with indexerHints, using @derivedFrom for arrays, immutable entities, Bytes as IDs, avoiding eth_calls, timeseries and aggregations, and grafting for hotfixes. With this skill installed, an assistant can review an existing Subgraph and recommend concrete changes to speed up indexing and reduce query latency.

Subgraph Testing (subgraph-testing)

A complete quality-assurance toolkit built around Matchstick and the Subgraph Linter. It covers static analysis to catch bugs before runtime, unit testing setup and patterns, mocking events and contract calls, entity assertions, data source mocking, and CI/CD integration, along with a troubleshooting guide for common indexing errors.

Together, these skills lower the barrier to Subgraph development considerably. Rather than reading through documentation across schema design, mapping logic, optimization, and testing, a developer can install one package and have an AI assistant that already knows The Graph's best practices. This means turning prompts like "create a schema for tracking DEX swaps" or "write unit tests for my Transfer handler" into working, optimized code.

Substreams SkillsThis pattern is also in production for Substreams. The Substreams Skills repository, developed by StreamingFast, provides a collection of open-source skills that give AI assistants expert-level knowledge for Substreams development. Available as a Claude Code plugin, the package currently includes:

Substreams Development (substreams-dev)

Comprehensive guidance on creating substreams.yaml manifests, writing efficient Rust modules (map, store, and index types), designing protobuf schemas, performance optimization, and debugging common issues.

Substreams SQL (substreams-sql)

Expert knowledge for building SQL database sinks, covering both Database Changes (CDC) and Relational Mappings approaches, with patterns for PostgreSQL and ClickHouse, including analytics-optimized schemas and time-series patterns.

Substreams Testing (substreams-testing)

A complete testing strategy covering unit testing with real blockchain data, integration testing, performance benchmarking, and CI/CD pipeline integration.

Installation is straightforward. In Claude Code, users run a single command to add the plugin and install the desired skills. The skills are also compatible with Cursor and VS Code (1.107+), with installation requiring only a directory path in the IDE’s settings.

The vision across The Graph ecosystem is to extend this skills model to each Subgraphs and Substreams so that each has a corresponding skill package giving AI agents access to the relevant MCPs, documentation, and domain expertise in a single installation.

Practical ApplicationsThe combination of MCP servers and skills opens a range of use cases across The Graph data products:

DeFi analysis: Query lending rates, liquidity pool depths, swap volumes, and yield opportunities across protocols and chains through natural language. The Lending MCP, for example, can compare stablecoin rates across 40+ protocols in a single query.Substreams development: With the Substreams skills installed, AI assistants can guide developers through building, testing, and deploying high-performance indexing pipelines—from manifest configuration through production optimization.Research and content: Writers and analysts can access real-time onchain data without learning GraphQL, enabling data-driven reporting on protocol activity, governance trends, and market dynamics.AI agent development: Autonomous agents can use The Graph MCP servers to access blockchain data programmatically, supporting use cases from automated trading analysis to onchain monitoring and alerting.Getting StartedDetailed documentation is available for each MCP and Skills repo:

Subgraph MCP: thegraph.com/docs/en/ai-suite/subgraph-mcp/introduction/

Subgraph Skills: https://thegraph.com/docs/en/subgraphs/skills/

Substreams Skills: github.com/streamingfast/substreams-skills

Subgraph Search MCP: https://github.com/PaulieB14/subgraph-registry

Substreams Search MCP: https://github.com/PaulieB14/substreams-search-mcp

Graph Lending MCP: github.com/PaulieB14/graph-lending-mcp

Graph Aave MCP: github.com/PaulieB14/graph-aave-mcp

What’s Ahead?MCP and skills represent the first phase of The Graph’s broader AI integration strategy. As outlined in the 2026 technical roadmap, upcoming developments include A2A (Agent-to-Agent) integrations that enable AI agents to communicate with each other through The Graph data layer, and x402 payment support that allows AI agents to autonomously query the network and pay per-query without requiring pre-configured API keys.

As additional skills packages are developed for Subgraphs, Substreams, and Amp, the goal is a consistent experience: install a skill, and the AI assistant gains full access to the relevant data product’s capabilities. Combined with The Graph’s open data infrastructure—over 15,000 public Subgraphs, pre-indexed token data across 10+ chains, and high-performance streaming via Substreams—these tools are making blockchain data accessible to a broader range of users and applications.

About The GraphThe Graph is a suite of blockchain data infrastructure products that extract, process, and deliver scalable blockchain data solutions across 60+ networks. The Graph enables application developers, data analysts, AI agents, and enterprise teams that need structured, real-time access to blockchain data. Products include Subgraphs, Firehose, Substreams, and Amp. As of early 2026, The Graph has served over 1.27 trillion queries to more than 75,000 projects, powered by a network of independent Indexers around the world.

Follow The Graph on X, LinkedIn, Instagram, and Reddit. Join the community on The Graph’s Telegram, join technical discussions on The Graph’s Discord.
2026-06-25 08:01 1mo ago
2026-06-17 01:34 1mo ago
The Graph Protocol today launched and open-sourced GLM 5.2, designed for long-range mission capability
CORE Core GRT The Graph
CoinGecko News
Original source text
SBI announced it will acquire cryptocurrency trading platform Bitbank for 46.7 billion yen.

According to Nikkei News, Japanese financial group SBI Holdings announced on the 25th that it will acquire cryptocurrency exchange platform bitbank for 46.7 billion yen (approximately $288 million). Upon completion of the transaction, SBI Group’s crypto asset custody scale is expected to exceed 1 trillion yen, making it one of the largest operators in Japan’s crypto industry. Per the plan, a subsidiary under SBI Holdings will acquire Bitbank shares from individual shareholders including its founders as early as August this year. Bitbank will then repurchase shares held by existing shareholders MIXI and Ceres by the end of October. If combining data from SBI’s own crypto exchange SBI VC Trade and Bitbank, as of April this year, the two firms had a total of around 2.92 million accounts and total custody assets of approximately 1.1 trillion yen. While different crypto exchanges disclose custody assets at varying time points, among Japan’s major industry competitors, bitFlyer held about 960 billion yen in custody assets as of the end of December 2025, and Coincheck had around 800 billion yen as of the end of March 2025.

5 minutes ago

Bithumb was fined for sharing user data overseas without consent.

South Korean regulatory authorities have ordered cryptocurrency exchange Bithumb to pay a 210 million won (approximately $136,000) fine for sharing user personal information with overseas platforms without user consent. According to an announcement released Thursday by South Korea’s Personal Information Protection Commission (PIPC), the relevant user data exposure occurred between September and November 2025. At that time, Bithumb transferred user information to overseas platforms while sharing its USDT market order book data. The PIPC also noted that when assisting users with asset transfers to 13 overseas exchanges, Bithumb failed to obtain full and sufficient user consent before sharing personal details including names, wallet addresses, and dates of birth. For the two violations, the PIPC not only imposed the fine but also ordered Bithumb to rectify its processes and management systems related to cross-border transmission of user information.

5 minutes ago

Analyst: SK Hynix’s US listing and fund-raising could trigger a valuation re-rating.

According to Bloomberg, SK Hynix is set to issue American Depositary Receipts (ADRs) on the Nasdaq on July 10. The listing aims to raise nearly $30 billion, making it one of the largest ADR issuances in history. Market participants widely believe the move will significantly expand its global investor base and may drive a valuation re-rating. Multiple asset management firms project that if its valuation converges with Micron Technology’s, its share price could rise by 30% over the next year. One fund manager noted that SK Hynix should trade at a valuation at least on par with Micron, as demand for memory chips is likely to outpace supply for years to come. The listing comes amid an unusually strong boom in the memory chip sector. Shares of Micron, SK Hynix, and Samsung Electronics have all surged over 200% this year, marking their best annual performance in decades. Demand for High Bandwidth Memory (HBM) from AI servers is widely seen as the driver of a structural "memory supercycle".

5 minutes ago

Jefferies: Samsung is likely to follow SK Hynix’s example to list in the US via ADRs.

Jeff Kim, Head of Research at Jefferies, said Samsung is likely to follow SK Hynix in listing on the U.S. market via American Depositary Receipts (ADRs), which will boost the share price of the South Korean chipmaker whose valuation lags behind Micron. "Chip stocks are at a turning point. ADRs will serve as an important catalyst to drive their valuations," he added.

5 minutes ago
2026-06-25 07:12 1mo ago
2023-02-22 05:02 3yr ago
As Chainlink Adoption Grows, Will It Strengthen LINK Price?
BIT BitDAO ETH Ethereum FLOW Flow GRT The Graph LINK Chainlink MANA Decentraland SHIB Shiba Inu UNI Uniswap
CoinGecko News
Original source text
Chainlink (LINK) is making all the right noises, boasting its nine new integrations on varied platforms including Solana, Polygon, and Ethereum. Apart from the serial adoptions across chains, LINK price is also seen to soar in the past week, but would the uptrend continue or dwindle down in the coming days?

Let’s take a quick glance at how LINK is performing lately:

LINK price down 5.3% in last 24 hours LINK gets Greed sentiment Crypto leading in social metrics According to CoinMarketCap, LINK price dipped by 5.4% or currently trading at $7.53 as of this writing. Although the price was down due to the token wading through an overbought zone, LINK price has been rallying by more than 11% in the past few days.

In order for the LINK price to put a halt on the consolidation phase, it’s a must for buyers to regroup as well. As of press time, technical indicators show a sideways trend for Chainlink.

More Whales Scooping LINK It was observed that LINK has been consolidating since May 2022. And during this long-term consolidation phase, LINK must rise to the top.

On the other hand, there seems to be a rise in trading volume which shows the increasing accumulation of buyers which could restrict LINK’s capacity to rally in long term.

🐳 The top 500 #ETH whales are hodling

$665,917,193 $SHIB
$209,169,691 $MATIC
$155,499,328 $LINK
$146,616,720 $BEST
$143,482,510 $CHSB
$138,911,939 $BIT
$100,127,340 $UNI
$76,832,643 $MANA

Whale leaderboard 👇https://t.co/tgYTpOm5ws pic.twitter.com/F2lpULqiFP

— WhaleStats (tracking crypto whales) (@WhaleStats) February 19, 2023

On the brighter side, more whales remained loyal and held on to LINK. In fact, LINK was among the top choice in WhaleStats’ list of 500 Ethereum cryptocurrencies held by whales.

More so, LINK has seen a surge in network growth and it also has showcased continuous demand and increasingly favorable funding rates in the futures market.

LINK total market cap at $3.8 billion on the daily chart | Chart: TradingView.com Chainlink Network Users Increase Interestingly enough, LINK is also leading in terms of social dominance and the number of network users has also increased as hinted by the surge in the number of active wallet addresses.

According to crypto expert and analyst, Inmortal, the LINK bulls may experience a smooth rally in the event that it peaks at $9 but because LINK’s Money Flow Index (MFI) looks like it pushed through an overbought territory, and so the uptrend may be suppressed for a bit.

Greed For LINK As Chainlink adoption increases, it is expected that the positive move will also benefit its token.

According to CoinCodex current Chainlink price forecast, LINK is expected to increase by 10.06% by February 28, 2023, reaching $8.29.

Based on its technical indicators, the present sentiment is bearish, and the Fear & Greed Index has a reading of 59, which represents Greed.

A Greed reading implies that traders in the market are in the mood to acquire more.

-Featured image from
2026-06-25 07:11 1mo ago
2024-04-29 14:30 2yr ago
Countdown to ETH Belgrade: Just One Month Away!
ETH Ethereum GRT The Graph LINK Chainlink OP Optimism TLOS Telos
CoinGecko News
Original source text
Countdown to ETH Belgrade: Just One Month Away!
2026-06-25 06:42 1mo ago
2025-11-07 08:26 8mo ago
The Graph Launches Amp, a Blockchain-Native Database Solution
AMP Amp GRT The Graph
CoinGecko News
Original source text
The Graph Launches Amp, a Blockchain-Native Database Solution
2026-06-25 06:42 1mo ago
2026-02-19 14:53 5mo ago
The Graph Strengthens Web3 Data Access With Six Specialized Products in 2026
AMP Amp GRT The Graph
CoinGecko News
Original source text
The Graph Strengthens Web3 Data Access With Six Specialized Products in 2026
2026-06-25 05:48 1mo ago
2024-06-16 21:06 2yr ago
Watch out: 25 Altcoins Have Massive Token Unlocks in the New Week – Here is the Day by Day, Hour by Hour List
APE ApeCoin AURORA Aurora GRT The Graph ONDO Ondo OXY Oxygen RARE SuperRare
CoinGecko News
Original source text
Risk Disclosure: Guides, news, articles and analyzes on Bitcoinsistemi.com do not constitute investment advice. Keeping in mind that Bitcoin and cryptocurrencies are high-risk products, you should do your own research for each investment decision. Otherwise, you may come to the point of losing your entire investment. In this context, you should know that you are responsible for the losses that may arise from all your transfers and transactions.
Bitcoinsistemi.com is a news site, does not provide investment advice and does not recommend investing in any projects or digital assets. In this context, the content and content authors on Bitcoinsistemi.com cannot be held responsible for the investment decisions you make.
2026-06-25 05:48 1mo ago
2024-06-16 21:06 2yr ago
Watch out: 25 Altcoins Have Massive Token Unlocks in the New Week – Here is the Day by Day, Hour by Hour List
APE ApeCoin AURORA Aurora GRT The Graph ONDO Ondo OXY Oxygen PIXEL Pixels RARE SuperRare
CoinGecko News
Original source text
Risk Disclosure: Guides, news, articles and analyzes on Bitcoinsistemi.com do not constitute investment advice. Keeping in mind that Bitcoin and cryptocurrencies are high-risk products, you should do your own research for each investment decision. Otherwise, you may come to the point of losing your entire investment. In this context, you should know that you are responsible for the losses that may arise from all your transfers and transactions.
Bitcoinsistemi.com is a news site, does not provide investment advice and does not recommend investing in any projects or digital assets. In this context, the content and content authors on Bitcoinsistemi.com cannot be held responsible for the investment decisions you make.
2026-06-25 05:48 1mo ago
2024-06-16 21:07 2yr ago
Watch out: 25 Altcoins Have Massive Token Unlocks in the New Week – Here is the Day by Day, Hour by Hour List
APE ApeCoin BTC Bitcoin GRT The Graph ONDO Ondo OXY Oxygen RARE SuperRare
CoinGecko News
Original source text
16.06.2024 - 21:07

Update: 16.06.2024 - 21:07

There were developments in the Bitcoin and cryptocurrency markets where volatility increased extremely due to the influence of the FED and the week closed in the red zone as a result of a sudden decline in the BTC price.

The Graph (GRT) Velo (VELO) SuperRare (RARE) Oxygen (OXY) ApeCoin (APE) Sabai Ecoverse (SABAI) Ondo Finance (ONDO) Aurora (AURORA) Numbers Protocol (NUM) Pixels (PIXEL) Land Of Conquest (SLG) Braintrust (BTRST) DexCheck (DCK) bitsCrunch (BCUT) Iron Fish (IRON) XPLA (XPLA) Mintlayer (ML) Avalanche (AVAX) Forgotten Playland (FP) Covalent (CQT) Space ID Bonfida (FIDA) Moonwell (WELL) Coin98 (C98) Chainflip (FLIP) Follow our Telegram and Twitter account now for exclusive news, analytics and on-chain data!
2026-06-25 05:48 1mo ago
2024-06-16 21:07 2yr ago
Watch out: 25 Altcoins Have Massive Token Unlocks in the New Week – Here is the Day by Day, Hour by Hour List
APE ApeCoin AURORA Aurora GRT The Graph ONDO Ondo OXY Oxygen RARE SuperRare
CoinGecko News
Original source text
Risk Disclosure: Guides, news, articles and analyzes on Bitcoinsistemi.com do not constitute investment advice. Keeping in mind that Bitcoin and cryptocurrencies are high-risk products, you should do your own research for each investment decision. Otherwise, you may come to the point of losing your entire investment. In this context, you should know that you are responsible for the losses that may arise from all your transfers and transactions.
Bitcoinsistemi.com is a news site, does not provide investment advice and does not recommend investing in any projects or digital assets. In this context, the content and content authors on Bitcoinsistemi.com cannot be held responsible for the investment decisions you make.
2026-06-25 05:31 1mo ago
2025-12-26 01:55 7mo ago
AI-related cryptocurrencies have plummeted 75% this year, wiping out $53 billion in market value in just one year.
FET Fetch.ai GRT The Graph RNDR Render Token
CoinGecko News
Original source text
PANews reported on December 26th that, according to a CryptoPresales report, AI-themed crypto tokens have experienced a significant correction since their 2024 highs, with a 75% drop throughout 2025, resulting in a market capitalization loss of approximately $53 billion, including nearly $10 billion in losses in December alone. Cooling market sentiment, insufficient liquidity, frequent new project launches, and negative macroeconomic factors all contributed to this deep correction. Eight major AI tokens saw annual declines exceeding 70%, with Artificial Superintelligence Alliance falling 84%, and Render and The Graph each dropping 82%.
2026-06-25 03:01 1mo ago
2024-12-15 16:12 1yr ago
Chainlink VRF Empowers BetSwirl on Base, Paving the Way for Transparent Gaming
BETS BetSwirl ETH Ethereum GRT The Graph LINK Chainlink
CoinGecko News
Original source text
Chainlink VRF Empowers BetSwirl on Base, Paving the Way for Transparent Gaming
2026-06-25 02:00 1mo ago
2024-05-16 05:00 2yr ago
RockTree Capital Unveils Cyberpunk Crypto Future In New Website
AXL Axelar BTC Bitcoin CQT Covalent DYDX dYdX FTM Sonic GRT The Graph LINK Chainlink MPL Maple
CoinGecko News
Original source text
RockTree Capital, a leading crypto-native fund and merchant bank headquartered in Beijing, announces the launch of its immersive website, showcasing a futuristic film-noir concept: the Cyberpunk Crypto City.

The website’s cutting-edge interactive cityscape represents RockTree’s vision where Web3 has become pervasive, fusing technology, finance, and culture. The site, set in the future near the 11th halving of bitcoin, builds on the ideas of the cypherpunk movement, through advocating for the widespread use of decentralization and privacy-enhancing technologies as a route to self sovereignty and freedom for human beings everywhere. 

As an early-stage investor and bespoke accelerator in Asia for its portfolio companies, RockTree Capital has been instrumental in geometrically accelerating its investee projects’ go-to-market cycle. Through its ultra-localized strategies and grassroots community building initiatives, RockTree has empowered emerging founders and projects to thrive in both East and West markets.

Leveraging deep regional relationships with leading crypto institutions, capital collaborators, and Web3 partners, RockTree invests in and accelerates the trajectory of projects from Infrastructure, DeFi, Cross-chain, and the Bitcoin Ecosystem.

Founded by visionary investor Omer Ozden and headquartered in Beijing, China, RockTree Capital operates at the nexus of the East & West with a crypto native team that bridges the human, cultural, capital and media gap across these markets. RockTree embodies a truly grassroots approach that unites Eastern and Western crypto markets and benefits its portfolio investments, which include amongst others; dYdX, The Graph, Chainlink, Fantom, Pocket, Maple, Covalent, Axelar, Eclipse, and BEVM.

“RockTree focuses on the human aspects of Web3. In addition to unifying the collaboration of top people in Eastern and Western crypto markets, our core strength is identifying the human hallmarks of success for Founders and Team,” says Omer Ozden, Founder and Chairman of RockTree Capital.

“We utilize advanced behavioral neuroscience methods to determine Founders’ emotional intelligence, execution capabilities and integrity. We prioritize not only technological innovation, but also the individuals behind that innovation, their psychology and levels of consciousness. And we invite those projects into our trusted international ecosystem and methodology, so they can scale rapidly in foreign markets, instead of trying to figure it out organically through trial and error,” said Ozden. 

The Cyberpunk Crypto City website represents RockTree’s forward-looking vision decades in the future, where Web3 technology and digital assets penetrate all peoples’ daily lives, and decentralized finance becomes a pervasive consumer product, like soft drinks or chewing gum, allowing true democratization of finance. Visitors to the Cyberpunk Crypto City website will immerse themselves in a retro film-noir homage, with captivating visuals of a cybernetic metropolis of replicants, that is bilingual in English and Chinese, and powered by blockchain technology.

Experience the future of finance at RockTree Capital’s Cyberpunk Crypto City and join us in shaping the next chapter of Web3 innovation.

About RockTree Capital RockTree Capital is an early stage crypto-native fund and merchant bank based in Beijing, China. Our portfolio companies experience geometric scale in Asian markets through the RockTree Acceleration Program by combining our ultra-localized go-to-market strategies and grassroots long-term community building. RockTree invests into top-tier crypto projects and helps build Decacorns in the areas of Infrastructure, DeFi, Cross-chain and Bitcoin Ecosystem

Website | Twitter
2026-06-25 02:00 1mo ago
2024-06-16 21:07 2yr ago
Watch out: 25 Altcoins Have Massive Token Unlocks in the New Week – Here is the Day by Day, Hour by Hour List
APE ApeCoin AURORA Aurora AVAX Avalanche BTRST Braintrust CQT Covalent FIDA Bonfida GRT The Graph ONDO Ondo OXY Oxygen PIXEL Pixels RARE SuperRare
CoinGecko News
Original source text
16.06.2024 - 21:07

Update: 16.06.2024 - 21:07

The Graph (GRT) Velo (VELO) SuperRare (RARE) Oxygen (OXY) ApeCoin (APE) Sabai Ecoverse (SABAI) Ondo Finance (ONDO) Aurora (AURORA) Number Protocol (NUM) Pixels (PIXEL) Land Of Conquest (SLG) Braintrust (BTRST) DexCheck (DCK) bitsCrunch (BCUT) Iron Fish (IRON) XPLA (XPLA) Mintlayer (ML) Avalanche (AVAX) Forgotten Playland (FP) Covalent (CQT) Space ID Bonfida (FIDA) Moonwell (WELL) Follow our Telegram and Twitter account now for exclusive news, analytics and on-chain data!
2026-06-25 01:41 1mo ago
2024-04-22 09:03 2yr ago
Crypto AI token comeback likely after Apple's potential on-device LLM
AIOZ AIOZ Network GNT Golem GRT The Graph RNDR Render Token RSS3 RSS3 TAO Bittensor TRAC OriginTrail
CoinGecko News
Original source text
Artificial Intelligence (AI) crypto tokens Render (RNDR), Bittensor Tao (TAO), The Graph (GRT), AIOZ Network (AIOZ), Golem (GLM), OriginTrail (TRAC) and RSS3 (RSS3) prices rally on Monday. 

Apple is likely working on an on-device Large Language Model (LLM), according to Bloomberg Correspondent Mark Gurman. The report, alongside other AI-related developments in the past week, has fueled the AI token rally. 

Crypto AI tokens gain riding on updates in Artificial Intelligence from giants AI firms made several announcements in the past week. Meta, OpenAI, Sora, Microsoft, Google DeepMind, Boston Dynamics and Tencent among others, announced AI-related updates. Gurman said that Apple is likely working on its on-device LLM. LLMs are AI programs that recognize and generate text and train on huge sets of data. ChatGPT is among the most popular ones.

Power On: Apple needs a low-end iPhone and a push into emerging markets to get back on track. Also: Apple’s next big thing is an on-device LLM; iPad availability dwindles; Vision Pro loses steam; and iOS 17.5 includes a change that may upend the App Store. https://t.co/A5gdasXhIA

— Mark Gurman (@markgurman) April 21, 2024 In the past week, Meta introduced two out of three versions of Llama 3, while OpenAI and TED shared a new Sora-generated AI video. Additionally, Microsoft announced a new model to turn a single photo or piece of audio into a deep fake and researchers at Google DeepMind shared a demo of autonomous ALOHA 2 robots. 

The updates from AI giants have likely catalyzed token gains. Prices of RNDR, TAO, GRT, AIOZ, GLM, TRAC and RSS3 rally on Monday. The AI tokens postd between 2% and 13% gains on the day. 

Crypto AI tokens

AI token resurgence Digital Bank Sygnum’s quarterly research report states that crypto use cases are evolving. 

The report states that Web3 sector performance is driven by a strong narrative around AI-related protocols and decentralized physical infrastructure networks (DePIN), and a growing demand for decentralized computing resources, interoperability solutions, and data sharing services.
2026-06-25 01:41 1mo ago
2024-11-07 09:00 1yr ago
DePIN Day Bangkok: Powered by Fluence, the Premier Curated DePIN Event  Connecting Global DePIN Founders & Builders
BEN Ben FIL Filecoin GRT The Graph LPT Livepeer RSS3 RSS3
CoinGecko News
Original source text
DePIN Day Bangkok: Powered by Fluence, the Premier Curated DePIN Event  Connecting Global DePIN Founders & Builders
2026-06-24 22:59 1mo ago
2024-06-16 21:05 2yr ago
Watch out: 25 Altcoins Have Massive Token Unlocks in the New Week – Here is the Day by Day, Hour by Hour List
APE ApeCoin AURORA Aurora AVAX Avalanche BTRST Braintrust CQT Covalent GRT The Graph NUM NUM Token ONDO Ondo OXY Oxygen PIXEL Pixels RARE SuperRare
CoinGecko News
Original source text
Risk Disclosure: Guides, news, articles and analyzes on Bitcoinsistemi.com do not constitute investment advice. Keeping in mind that Bitcoin and cryptocurrencies are high-risk products, you should do your own research for each investment decision. Otherwise, you may come to the point of losing your entire investment. In this context, you should know that you are responsible for the losses that may arise from all your transfers and transactions.
Bitcoinsistemi.com is a news site, does not provide investment advice and does not recommend investing in any projects or digital assets. In this context, the content and content authors on Bitcoinsistemi.com cannot be held responsible for the investment decisions you make.
2026-06-24 22:59 1mo ago
2024-06-16 21:07 2yr ago
Watch out: 25 Altcoins Have Massive Token Unlocks in the New Week – Here is the Day by Day, Hour by Hour List
APE ApeCoin AURORA Aurora BTRST Braintrust GRT The Graph NUM NUM Token ONDO Ondo OXY Oxygen PIXEL Pixels RARE SuperRare
CoinGecko News
Original source text
Risk Disclosure: Guides, news, articles and analyzes on Bitcoinsistemi.com do not constitute investment advice. Keeping in mind that Bitcoin and cryptocurrencies are high-risk products, you should do your own research for each investment decision. Otherwise, you may come to the point of losing your entire investment. In this context, you should know that you are responsible for the losses that may arise from all your transfers and transactions.
Bitcoinsistemi.com is a news site, does not provide investment advice and does not recommend investing in any projects or digital assets. In this context, the content and content authors on Bitcoinsistemi.com cannot be held responsible for the investment decisions you make.
2026-06-24 21:50 1mo ago
2026-04-02 12:46 3mo ago
AI Agent Economic Infrastructure Research Report
AUTO Auto BEAMX Beam CORE Core ETH Ethereum FLOW Flow FRONT Frontier GRT The Graph LVL Level REQ Request RON Ronin SOL Solana USDC USD Coin VIRTUAL Virtulas Protocol
CoinGecko News
Original source text
AI Agents are evolving from passive assistants into active economic participants. This report is structured into six chapters, systematically examining the core infrastructure stack, the explosion of application ecosystems, and the evolving industry landscape of the Agent economy.

At the macro level, it analyzes the market outlook for Agentic Commerce and identifies key infrastructure gaps. At the protocol layer, it provides an in-depth analysis of three complementary protocols: x402, ERC-8004, and Virtuals Protocol. At the application layer, it uses OpenClaw as a case study to explore the real-world deployment path of the Agent economy. Finally, it offers a comprehensive industry assessment across multiple dimensions, including competitive landscape, payment rails, security risks, and business models.

x402 (Payment Layer), jointly launched by Coinbase and Cloudflare, embeds stablecoin micropayments directly into the HTTP protocol layer. As of the end of 2025, it has processed over 100 million transactions, with an annualized payment volume reaching $600 million.

ERC-8004 (Trust Layer), proposed by the Ethereum Foundation’s dAI team in collaboration with MetaMask, Google, and Coinbase, provides AI Agents with three core on-chain registries: identity, reputation, and verification. It went live on the Ethereum mainnet on January 29, 2026.

Virtuals Protocol (Commerce Layer) has built a full-stack Agent commercialization platform, enabling autonomous transactions between Agents via ACP. It has deployed over 18,000 Agents, with aGDP exceeding $479 million.

OpenClaw (Application Layer), developed by Austrian developer Peter Steinberger, surpassed React with over 250,000 GitHub stars in just four months, becoming the fastest-growing open-source project in GitHub history. By natively embedding AI into more than 20 existing messaging platforms, it has catalyzed the crypto community to organically build on-chain economic infrastructure on top of it—making it a key case study for observing real interactions between Agents and on-chain protocols.

Chapter 1: Macro Background 1.1 Market Size Forecast The Agentic Payment sector is in a phase of rapid expansion, with multiple institutions offering optimistic projections for its market size:

1.2  Infrastructure Gaps Existing infrastructure is fundamentally hostile to the Agent economy: OAuth requires human interaction, credit card forms rely on manual input, and data silos prevent autonomous access. While Agents have already achieved autonomy at the “capability layer” (thinking and acting independently), they remain constrained at the “economic layer,” locked into infrastructure designed for humans (identity, coordination, and economic activity).

Two evolutionary paths are currently emerging:

Centralized, compliance-driven path: Communication via A2A, tool integration via MCP, and payments via AP2/ACP (led by OpenAI and Stripe, purely Web2) Decentralized, permissionless path: x402 + ERC-8004 / 8183 + ACP (Agent coordination framework) 1.3 Key Timeline Note: As of March 2026, the average daily transaction volume has significantly declined from its December peak, with infrastructure-related transactions experiencing the largest drop (>80%).

Chapter 2: x402 Protocol – Agent Payment Layer x402 is an open-source payment protocol that revives the HTTP 402 status code, allowing any HTTP request to natively carry stablecoin payments. This enables AI Agents to perform instant pay-per-use transactions.

It is important not to think of x402 as just another payment protocol. It represents a redesign of the fundamental unit of economic activity: moving from “register → review → authorize → use” to “pay → use.” In essence, x402 = “Swift for agents.”

The current API economy operates under an implicit assumption: a human is involved in the middle. The process to obtain an API key—register → enter email → approval → copy key → paste into code—assumes human participation at every step. This workflow fails in an Agent economy because AI Agents cannot register themselves, fill forms, or manage keys.

x402 addresses this by leveraging the HTTP 402 status code to enable native stablecoin payments. When an Agent receives a 402 response, it directly pays on-chain (e.g., in USDC) and receives a proof-of-payment, enabling seamless pay-per-use interactions.

2.1 Protocol Overview and Workflow Core Roles Five-Step Transaction Workflow Request Resource: The client sends a standard HTTP request to the resource server (e.g., GET /api/weather). Return Quote: The server responds with an HTTP 402 status code, including structured payment instructions in the response headers (currency, amount, wallet address, network). Sign Payment: The client constructs and signs a payment authorization using its wallet private key, placing the signed payload in the X-PAYMENT request header and resending the request. Verify & Settle: The server forwards the payment information to a Facilitator for verification. Once confirmed, the Facilitator executes the stablecoin transfer on-chain. Deliver Resource: Upon confirmation, the server returns the requested data/content/computation result to the client. The entire process—from initiating the request to receiving the resource—takes approximately 2 seconds.

Comparison with Traditional Payment Methods Key Features: No account registration, no API key, no subscription, and no human intervention required. Payments are as natural as sending an HTTP request—this is why x402 is called the “Internet-native payment layer.”

2.2  Key Metrics Data Quality Note: According to Artemis analysis, the ratio of Real to Gamed transactions in x402 is close to 1:1 (e.g., on 2026.01.11, Real: 520K vs. Gamed: 518K). The true organic scale should be interpreted with a discount.

Distribution by Blockchain Classification by Use Case (On-Chain Snapshot as of 2026.01.11) 2.3 Top Project Usage Rankings (as of March 2026) Data Source: Dune Analytics – x402 Transactions per Project dashboard

2.4 Core Upgrades in V2 Wallet Identity + Reusable Sessions
In V1, every API call required a full on-chain transaction. V2 introduces the Sign-In-With-X (SIWx) mechanism: once an Agent verifies its wallet identity, subsequent calls can reuse the session without on-chain confirmation each time. Essentially, this upgrades pay-per-call to a subscription model, addressing performance bottlenecks in high-frequency scenarios.

Multi-Chain Unification + Traditional Payment Compatibility
V2 standardizes the identification of networks and assets, creating a unified payment format (x402) that works across chains and traditional payment rails. Base, Solana, other L2s, as well as ACH, SEPA, and card networks, are all integrated into the same payment model. This is the most critical upgrade—x402 evolves from a “crypto-only payment protocol” into a neutral payment layer bridging crypto and traditional finance.

Service Auto-Discovery
V2 introduces a Discovery extension, allowing x402 services to expose structured metadata for automatic crawling and indexing by Facilitators. AI Agents can automatically discover services, understand pricing, and initiate payments. This is especially crucial for the Agent economy—Agents no longer need prior knowledge of a service provider’s payment interface and can autonomously discover and pay for services at runtime.

Modular SDK
With a plugin-based architecture, new chains are added as independent packages, reducing integration costs. Cloudflare has proposed a deferred payment scheme, including Circle’s Gateway solution, which is still under development.

2.5 Ecosystem Participants Foundation and Protocol Layer

2.6 Agent Payment Stack Landscape Detailed Protocol Comparison

Key Insight: It’s not about who replaces whom, but how they are combined. Google has partnered with Coinbase to release the A2A x402 extension, while AP2 natively integrates x402 as a crypto payment rail. The real competitive risk lies in standards fragmentation.

2.7  Key Risk Signals Average daily transaction volume dropped from approximately 731K in Dec 2025 to around 57K in Mar 2026 (-92%). The real transaction volume is roughly $14K/day (per Artemis, during the December peak of $250K/day, 95% was Gamed). Ecosystem market capitalization stands at $7 billion (LINK $6B + Virtuals $0.6B), showing a significant divergence between valuation and actual usage. Infrastructure-related projects experienced the largest declines in usage: x402secure.com (-80%+), AgentLISA (nearly zero), pay.codenut.ai (significantly contracted). Three-Layer Cause Analysis Layer 1: Disappearance of Catalysts
The transaction surge from October to December 2025 was driven by three factors: the meme token craze, multiple project TGEs (Token Generation Events) expectations, and Facilitators competing to boost their Dune rankings.

Layer 2: Fundamental Supply-Demand Mismatch
x402 solves the problem of “AI Agents autonomously paying to call APIs,” yet the vast majority of AI Agents still access services via API keys and subscription models. Truly autonomous Agents with economic decision-making capabilities are nearly nonexistent in the industry, and very few API providers are willing to accept USDC pay-per-use. In short, the road is built, but the cars haven’t been made yet.

Layer 3: Overall Cooling of the Crypto Market

Positive Signal: Stripe’s integration with x402 is a significant development. Stripe co-founder John Collison predicts that the “tsunami of agentic commerce” will arrive in the coming months and years. By simultaneously deploying ACP (Web2 credit card rail) and x402 (Web3 stablecoin rail), Stripe acts as a hedge across both pathways.

x402 has given rise to a batch of new middleware projects that essentially help Agents more easily and autonomously access various services—from AI inference to Web2 APIs—under the “pay-as-authorization” paradigm. A programmable, permissionless, 24/7 crypto payment rail is the natural choice for autonomous Agents. However, this only matters if Agents truly require permissionless operation. If Agents always operate under human authorization (Phase 2: controlled agents), traditional payment rails combined with virtual cards are sufficient. Only when Agents begin conducting economic activity independently of humans (Phase 3: autonomous economy) does permissionless capability become a necessity.

Additionally, credit cards have a chargeback mechanism, allowing consumers to dispute transactions and recover funds—a consumer protection system developed over decades. On-chain payments, however, are final settlement: once paid, the funds are gone with no chargeback. This means that if an Agent misbehaves (e.g., via prompt injection attacks), users can call the bank to recover funds under a credit card system, but with x402, the money is already on-chain and irretrievable. This represents x402’s real disadvantage compared to traditional payments.

Many frictions caused by humans acting as “human middleware” moving between systems are actually trust-establishing mechanisms: fraud prevention, access control, accountability, dispute resolution, and audit documentation. These frictions sustain the operation of commercial systems.

Potential solutions may include:

On-chain escrow mechanisms: funds are locked in smart contracts and only released after service delivery confirmation. Insurance protocols: providing coverage for Agent transactions. ERC-8004 reputation systems: reducing the likelihood of transactions with untrusted parties. However, all of these approaches are currently immature.

2.8 VC Investment Perspective Promising Investment Directions

API Service Providers with Real Payment Demand (Sellers): Data analytics, web scraping, oracles, security audits, pay-per-inference, compliance/KYC, etc. Evaluation criterion: They can already make money under traditional models; x402 serves only as an additional distribution channel. Dispute Resolution and Payment Guarantee Layers (Gateways): On-chain payments cannot be rolled back or chargebacked, so high-value transactions require dispute resolution mechanisms. Representative projects: Circle Gateway – non-custodial pre-deposit + off-chain batch settlement Kamiyo – Agent reputation, fund custody, oracle-based judgment, ZKP arbitration Dashboard / FinOps Tools: Help enterprises manage multiple Agent expenditures (how much is spent, on what, value assessment, cost-saving strategies). Analogous to cloud computing tools like CloudHealth / Cloudability, with acquisition potential in the $300–500 million range by large tech companies. Chapter 3: ERC-8004 – Agent Trust Layer ERC-8004 is a set of on-chain coordination standards that establish a trustless discovery and interaction framework among Agents via three registries: Identity, Reputation, and Validation.

3.1 Standard Overview and Core Distinctions In traditional interactions, Agent-to-Agent engagement often requires pre-established trust or relies on third-party institutions, restricting interactions within the same ecosystem. In an open environment, the key challenge is: how can Agents discover partners, review historical performance, and verify reliability?

Important Distinction: ERC-8004 is not a token. While it uses ERC-721 NFTs internally to represent Agent identities, the standard itself is about coordination and trust, carries no economic value, and is non-transferable.

3.2 Three Registries Identity Registry
Built on ERC-721 + URIStorage, each Agent receives an NFT identity linked to an agentURI pointing to a registration file (JSON) containing name, description, service endpoints (A2A/MCP/Web), x402 support status, etc. The URL can be stored on:

IPFS – decentralized and censorship-resistant HTTPS server – simple but centralized On-chain encoding – fully decentralized but expensive Reputation Registry
Provides standard interfaces to publish and retrieve feedback signals, supporting both on-chain scoring and off-chain algorithms. It can attach x402 proofOfPayment as an economic endorsement trust signal. Agents rate each other, but to prevent score manipulation, ERC-8183 assists in proving real job interactions between Agents.

Validation Registry
Introduces TEE (Trusted Execution Environment), PoS staking mechanisms, and ZK (Zero-Knowledge Proofs) to verify and authenticate Agent task outputs:

TEE: Verifies that tasks are executed in a secure black-box environment, with code and data unobserved or tampered with externally. PoS: Validators stake assets to participate in tasks; malicious behavior results in slashed stakes. ZK: Verifies the correctness of an Agent’s reasoning process without revealing internal weights. 3.3 Development Milestones Supporters: ENS, EigenLayer, The Graph, Taiko. Approximately 1,000–2,000 developers have joined.

However, the current limitations of ERC-8004 are acknowledged even by its creator, Crapis: “8004 is essentially a set of registries.” It provides Agents with an identity and a rating mechanism, but it cannot guarantee that an Agent’s behavior is trustworthy. True verification requires:

Behavior audit: What has the Agent actually done in the past? Execution environment proof: Evidence that tasks ran in a TEE. Intent verification: Did the Agent actually do what it claimed it would do? The TEE component of the Validation Registry is still under community discussion and far from mature.

In other words, 8004 is necessary but not sufficient. It solves the question “Who is this Agent?” but not “Can this Agent be trusted?” The latter requires a combination of 8004 + TEE + behavior audit, which no one has fully implemented yet.

There is also an underestimated direction: in the human economy, credit systems are built on balance sheets and credit history—how much you have, how reliably you’ve repaid loans. Agents lack these, but they do have behavioral data: how many tasks they’ve completed, success rates, average response times, complaints received, etc. If this behavioral data can become a financial primitive, then the ERC-8004 reputation system is no longer just positive or negative reviews, but a credit score in the Agent world.

A high-reputation Agent could gain:

Higher credit limits (pre-authorization of more funds) Lower transaction costs (lower risk) Priority task allocation (employers choose high-reputation Agents first) ERC-8004’s Identity and Reputation registries are only the foundational data layer. Value creation lies in who can build Agent credit assessment and financial services on top of this data layer—Agent lending, Agent insurance, Agent credit lines—essentially forming the entire financial services stack.

3.4 Relationship with Other Protocols 3.5 ERC-8183: Ethereum Standardization of ACP ERC-8183 is the Ethereum open-standard version of the internal ACP protocol used by Virtuals (released on March 10, 2026, currently in Draft stage).

The core primitive is the Job—an on-chain state machine (Open → Funded → Submitted → Completed/Rejected/Expired) where funds are held in a programmable escrow and independently adjudicated by an Evaluator. Once delivery quality is confirmed, the payment is automatically settled. The protocol supports Hooks extensions for features like reputation thresholds, bidding, milestone payments, etc.

Key Design: Each completed Job automatically generates an interaction record that feeds into ERC-8004’s Reputation Registry—analogous to a “Yelp review that requires a completed transaction and includes a third-party adjudicator.” This is the connection point where ERC-8183 and ERC-8004 form a symbiotic loop.

Chapter 4: Virtuals Protocol – Agent Commerce Layer 4.1 Project Overview Virtuals Protocol is a decentralized, full-stack AI Agent infrastructure that allows anyone to create, tokenize, co-own, and monetize autonomous AI Agents on-chain. The project was originally founded in 2021 as PathDAO (a gaming guild) and pivoted to AI Agents in early 2024. Its main deployment is on Base, with expansions to Ethereum, Solana, and Ronin.

Core Team:

Jansen Teng – Founder, former BCG consultant, BSc in Biotechnology & Business Management from Imperial College London Weekee Tiew – Imperial College Biotechnology BSc + MSc in Management from London Business School, PE/BCG background Headquartered in Kuala Lumpur, Malaysia, the team comprises approximately 38 members.

Funding History: During the PathDAO phase, a seed round raised $16M, led by DeFiance Capital and Beam.

4.2 Technical Architecture: Four Pillars Pillar 1: GAME Framework – Internal Decision-Making of a Single Agent GAME acts as the brain: it equips an Agent with goals, personality, perception abilities, and executable actions, allowing it to autonomously plan “what should I do next” and decompose tasks for internal Workers to execute. All of this happens within the boundary of a single Agent.

Architecture Core: Hierarchical Planning separates “what to think” from “how to act”:

Task Generator (High-Level Planner / HLP): Generates tasks based on the Agent’s goals and assigns Workers Workers (Low-Level Planners / LLP): Each has a specific set of executable Functions Functions: Execute API calls, on-chain transactions, data retrieval, etc. Supported Base Models: Llama 3.1 405B (default), Llama 3.3 70B, DeepSeek R1, DeepSeek V3 — designed to be model-agnostic. With the release of OpenAI/Google Agent frameworks, GAME’s differentiation is now minimal: it is the only Agent framework with native integration of the on-chain economic layer (ACP + VIRTUAL token).

Pillar 2: ACP – the “Commercial Law” Between Agents Agent Commerce Protocol (ACP) is an on-chain standardized protocol that enables Agents to discover, hire, negotiate, escrow funds, deliver, and settle with each other without human intervention.

ACP Four-Stage State Machine:

Pillar 3: Butler – The User’s Super Gateway Butler is the consumer-facing gateway of the ACP network—essentially an Agent that orchestrates the ACP protocol, built on top of an LLM. It translates user natural language into on-chain multi-Agent collaborative workflows.

Butler has a two-layer architecture:

Surface Layer: LLM conversational interface (currently backed by Gemini 3 Pro) Underlying Layer: ACP protocol orchestrator, executing the full process: Agent discovery → quote confirmation → Escrow lock → task routing → delivery verification → fund release. Users see a chat interface, but Butler handles contract-level scheduling behind the scenes. Butler Pro Mode clearly separates planning from execution:

Planning Phase → Review Phase (users can optimize the plan) → Execution Phase (autonomously orchestrates the full workflow) Built-in capabilities include Token Swap, DCA investments, perpetual contracts, and Fund of Funds.

Pillar 4: Launch Platform – Wall Street for Agents A three-tier launch system covers the full lifecycle of Agent projects, from 0 → 1 → 100:

Titan Launch Projects:

XMAQUINA ($DEUS): A DAO holding equity in embodied intelligence companies such as Figure AI, with a $60M FDV Fabric Foundation ($ROBO): Partnering with OpenMind on the robotics economy 4.3 Agentic GDP(aGDP)Analysis aGDP (Agentic Gross Domestic Product) is a custom core ecosystem metric defined by Virtuals, measuring the total economic value generated within the ecosystem by all autonomous Agents through services, coordination, and on-chain activities.

aGDP Growth Trajectory

aGDP Quality Issues – Three Warning Signals:

Revenue Volatility Exposes Speculative Dependence:
Daily protocol revenue dropped from $1.02M in Jan 2025 to $35K by the end of Feb (-97%). Revenue mainly comes from Agent Token transaction fees (1%), rather than sustained payments for Agent services. Severe Concentration at the Top: Ethy AI: a single Agent contributed $218M aGDP (45.5% of the entire ecosystem) Top three Agents combined: $407M (84.9%)
All three are transaction-execution Agents; their aGDP largely reflects handled transaction volume rather than actual Agent service revenue. Luna, as a flagship IP Agent, has a take rate near 100% Ethy AI has a take rate of only 0.26% $3B Target Assumptions:
Scaling from $470M to $3B requires a 6.4× growth. If speculative elements dominate aGDP, this target effectively bets on Agent Token market hype rather than organic growth of the Agent economy. 4.4 Token Economics $VIRTUAL’s Fourfold Value Capture Mechanism

ACP Tax Structure:
When a user pays 100%, 90% goes to the Agent’s wallet (can be withdrawn or used to hire other Agents, compounding on-chain aGDP), and 10% goes to the Treasury (of which 1% flows into the G.A.M.E Treasury). Treasury revenue is continuously used to buy back Agent Tokens, aligning long-term incentives.

Supply Structure:

Total supply: 1 billion VIRTUAL, fixed, with no initial inflation Current status: fully unlocked and circulating Potential issuance: up to 10% per year over the next 3 years, subject to governance approval veVIRTUAL: Staking grants governance voting rights + eligibility for Agent Token airdrops 4.5 Ecosystem Data Overview Benchmark Agent Cases

4.6 Competitive Landscape and Moat Moat Hierarchy (from Strongest to Weakest):

Network Effects + Token Flywheel (Strongest):
Over 18,000 Agents and 650,000+ holders form a two-sided market. Each Agent is paired with VIRTUAL, creating a positive feedback loop. This cannot be replicated by open-source frameworks—LangChain lacks a native economic settlement layer between Agents. Standard-Setting Power (Strong):
The combination of ACP → ERC-8183 (co-released with Ethereum Foundation) + ERC-8004 + x402 competes to establish the “legal foundation” for the AI Agent economy. First-Mover Advantage + Brand (Moderate):
Leading mindshare in AI Agent + crypto space, backed by institutions like Grayscale and Fundstrat. Technical Capability (Weakest):
GAME’s hierarchical architecture offers design advantages, but it relies on third-party LLMs, lacks proprietary models, and its orchestration layer can be replaced by stronger frameworks.

Chapter 5: OpenClaw – Application Ecosystem Special Study 5.1 Project Background and Breakout In November 2025, Austrian developer Peter Steinberger published a weekend project on GitHub. By March 2026, just four months later, the project had surpassed React to become the most starred software project in GitHub history—with 250K+ stars, while React took 13 years to reach the same number.

Amid the broader trend of AI products evolving from passive tools to proactive Agents, OpenClaw introduced a key shift: AI no longer waits for users to find it, but actively helps users on platforms they already use. It resides on the user’s computer and connects to WhatsApp, Telegram, Slack, Discord, Signal, iMessage, Feishu, and over 20 other channels. Through the MCP protocol, it can operate email, calendar, browser, file system, and code editors.

Andrej Karpathy coined the term “Claws” for such systems: locally hosted AI Agents that run in the background, making autonomous decisions and executing tasks. The term quickly became the general way in Silicon Valley to refer to locally hosted AI Agents.

Every mainstream model release now highlights Agent capabilities because Agents act as a demand multiplier validating AI infrastructure investment: a simple chat query consumes hundreds of tokens, whereas an Agent performing multi-step reasoning with tool calls consumes tens of thousands to hundreds of thousands of tokens.

Although the founder banned cryptocurrency discussions on Discord, the Crypto community spontaneously built a full set of on-chain economic infrastructure on top of OpenClaw, including token launches, identity registration, payment protocols, social networks, and reputation systems.

The breakout of OpenClaw provides, for the first time, a real, large-scale environment to observe how Agents interact with on-chain infrastructure, while also giving the Crypto community a host with an actual user base on which to anchor economic activity.

5.2 Technical Architecture Analysis Layer 1: Messaging Channels – Identity Problem OpenClaw connects to 20+ platforms. From the Agent’s internal perspective, it knows it is the same Agent, with unified memory, configuration, and SOUL.md. However, from an external perspective, how can others tell that the Agent on Telegram is the same as the one on Discord? Each platform has its own user ID system, and these systems are isolated with no visibility into cross-platform behavior. This is precisely the core problem that ERC-8004 aims to solve.

Layer 2: Gateway – Security Problem The Gateway acts as OpenClaw’s brain and scheduler: it routes user messages to the correct Agent, loads the Agent’s session history and available Skills, and defines permission boundaries before the Agent begins thinking.

Whitelist mechanism: When a message arrives at the Gateway, the system dynamically generates a tool whitelist based on the message’s channel, user ID, group ID, etc. Only tools on the whitelist are injected into the Agent’s context. The Agent cannot see or access tools outside the whitelist. This design pre-emptively enhances security, but all permission control depends on the Gateway as a single point of trust. If compromised or misconfigured, the Agent could gain unauthorized privileges.

Layer 3: Agent Core (ReAct Loop) – Predictability Problem The Agent’s operation follows the ReAct (Reasoning + Acting) loop:
Receive input → Think (LLM call) → Decide action → Call tool → Get results → Re-think → Loop

OpenClaw implements engineering optimizations such as:

High-frequency message scheduling with Steer/Collect/Followup/Interrupt strategies LLM dual-layer fault tolerance (authentication rotation + model fallback) Optional multi-level reasoning mechanism (6 levels) However, LLMs are inherently probabilistic, and outputs are non-deterministic. Agents execute actions non-deterministically in non-deterministic environments.

Context compression leads to constraint loss: Security constraints are part of the context. When context is lossy-compressed, constraints can be discarded. Prompt injection: Malicious actors embed hidden instructions into content that the Agent processes, tricking it into executing unintended commands. Both issues arise because Agent behavior boundaries are defined in natural language, which is ambiguous, manipulable, and lossy when compressed.

Example: Meta’s Superintelligence Lab alignment lead Summer Yu instructed an Agent to “suggest emails that can be deleted,” but the Agent ended up deleting hundreds of emails. Compression of the context window caused the key constraint (“suggest”) to be lost.

In such cases, what is needed is not better prompt engineering, but structural safety mechanisms:

Auditable action logs Programmable permission boundaries Economic systems that allow accountability and compensation when errors occur These are precisely the areas where smart contracts and on-chain infrastructure excel.

Layer 4: Memory System – Persistence and Portability Issues OpenClaw implements two types of memory:

Daily working memory (YYYY-MM-DD.md files) Long-term distilled memory (MEMORY.md, key preferences deduplicated and categorized) Retrieval uses a hybrid of vector search and BM25.

Session Reset: By default, sessions reset daily at 4:00 AM. Context Compression: The context window is continually compressed and summarized. When approaching the token limit, OpenClaw triggers session compression, using the LLM to summarize previous conversations into a shorter version. Memory Flush: Before compression, a Memory Flush occurs, giving the Agent a chance to write key information into long-term memory. This relies on the Agent to know what information is important, which is inherently uncertain in a non-deterministic system. Key limitations:

All memory exists on the local file system; changing computers causes memory loss. There is no shared memory mechanism when collaborating with other Agents. The Agent’s knowledge and experience are locked to the machine it runs on. Sub-Agent collaboration is limited to the same OpenClaw instance. Cross-instance or cross-organization collaboration is currently impossible. Developer feedback on GitHub: Decision records exist in chat history but aren’t persisted as artifacts, handovers are ambiguous, and knowledge transfer is incomplete.

5.3 Structural Problems in the Agent Economy Context Doesn’t Flow: The Root of All Problems

The technical analysis points to one fundamental issue: Context in today’s AI systems doesn’t move. 

Each one optimizes the agent experience within its own walled garden. 

Context immobility shows up five ways:

Spatial Lock-in: An agent’s memory and knowledge are locked to the machine it runs on. Switch devices and it’s gone.

Trust Isolation: Agent A claims “the user preferred X last week.” Agent B has no way to verify it. No shared source of truth.

No Discovery Mechanism: Want an agent skilled in DeFi? There’s no standard way to find one.

Unpriced Value: Agents learn domain expertise and user preferences—both genuinely valuable. But there’s no way to price either or trade them. Temporary by Default: Context gets compressed, summarized, or discarded when sessions reset. Nothing’s designed to persist. For context to actually flow, it needs all five simultaneously:

— Cross trust boundaries

— Economic value

— Discoverable without intermediaries

— Traceable decision history

— Responsive to user needs

No protocol delivers all five. MCP solves how models call tools. A2A solves how agents talk to each other. x402 solves how agents pay. What’s missing is how agents autonomously discover, evaluate, and use context data across untrusted environments. 

That answer doesn’t exist yet.

Coordination Paradox

An Agent only needs enough context to reason, but cross-organization coordination requires all historical context.

For example, when an Agent considers “Should I book this flight?” the current session’s compressed information is sufficient. But if it needs to coordinate with a supply chain Agent, finance Agent, and calendar Agent (possibly on different platforms and run by different organizations), questions arise: Which context is shared? How is it verified? Who owns it? Gartner predicts that by 2027, over 40% of Agentic AI projects will be canceled due to rising costs, unclear business value, or insufficient risk control. Yet 70% of developers report that the core problem is integration with existing systems. The root cause: Agents are non-deterministic executors, while enterprises require deterministic outcomes. A non-deterministic executor in an uncertain environment collaborating with uncertain partners cannot produce reliable outputs without a verifiable trust layer.

Currently, cross-platform Agent collaboration demand is minimal. Users just want an AI that helps them get work done—they don’t care if it can coordinate with other Agents. The coordination paradox is a real technical issue, but whether it becomes a large-scale business problem depends on whether Agent usage evolves from personal tools to multi-Agent collaboration networks.

Architecture Concept

Lower layer: where Agents perform reasoning. Characteristics: transient, token-bound, fast, focused on current tasks. Examples: OpenClaw, Claude Code, Cursor. Upper layer: where coordination occurs. Characteristics: persistent, verifiable, economically priced. Accumulates cross-organization knowledge, maintains provenance, operates reputation. These two layers have conflicting requirements:

Agents need simplicity; organizations need historical records. Agents need speed; auditing requires permanence. Agents operate probabilistically; enterprises require deterministic results. Most current architectures attempt to merge these layers, which is unlikely to succeed.

Proposed idea: add a modular, permissionless middleware deployable across all Agent systems.

Properties: trusted neutrality, persistence, verifiability. Provides a controlled interface between layers: Downward flow: injects relevant subgraphs from a decentralized knowledge graph before execution. Upward flow: submits operations as verifiable on-chain transactions with provenance and reputation updates after execution. The core assumption is that context flow is valuable:

If most Agent users never need cross-platform collaboration (e.g., a single OpenClaw handles everything), the middle layer has no real demand. If the middleware only provides portable context, it will likely fail.

Success is more likely if it focuses on: Verifiability of economic activity in multi-party, untrusted scenarios Transferable reputation with clear economic incentives IronClaw is an attempt toward such an abstract middle layer—separating execution environment and credential management into a verifiable secure layer—but it remains internal to the Near ecosystem, lacking cross-platform generality.

The Real Crypto Entry Point

Most of the demand in the Agent economy can actually be solved with Web2 solutions. Crypto’s irreplaceable value in the Agent economy only exists in one scenario: when you need cross-organization, cross-platform, permissionless interoperability and the participants do not have pre-established trust.

For example:

Agent A (running on OpenClaw, owned by User Alpha) needs to hire Agent B (running on Claude Code, owned by User Beta) to complete a task. They have no shared platform, no shared account system, and no prior business relationship. In this scenario, on-chain identity (ERC-8004), on-chain payment (x402), and on-chain reputation are more suitable than any centralized solution—because no single centralized platform can cover all Agent frameworks simultaneously.

However, just because an Agent can pay doesn’t mean it should pay. For instance, some F500 companies lost $400 million because Agents repeatedly paid in retry loops. Once Agents can autonomously pay, the most valuable infrastructure is the decision-making framework that tells Agents whether a payment is justified.

Currently, crypto in the Agent economy is “nice to have”, unless cross-platform economic interactions between Agents reach a sufficient scale. When enough Agents are no longer tied to a human bank account (i.e., Agents become independent economic entities rather than human tools), traditional financial rails cannot cover them. At that point, stablecoins become the best (or even the only) solution for large-scale fund transfers.

There are three potential triggers for crypto to become a “must-have”:

Agents begin large-scale hiring of other Agents For example, different vendor Agent systems in an enterprise IT environment need to interoperate—similar to today’s enterprise API integrations but far more complex. Agents begin 24/7 cross-border transactions An Agent-orchestrated workflow might call a US LLM endpoint, a European data provider, and a Southeast Asian compute cluster simultaneously. It shouldn’t require three separate payment rails. Stablecoins are global and always-on, which is a bigger advantage for Agents than humans in always-on, cross-timezone scenarios. Micro-payments reach a frequency beyond the capacity of traditional rails Currently, on-chain microtransactions (API calls, data queries, compute resources) average $0.09 per transaction, while Stripe fees alone are $0.35 + 2.5%, 4× higher than the transaction itself. If an Agent needs to call tens of thousands of APIs, traditional payment processors cannot underwrite this merchant risk, and the fee structure becomes a true bottleneck. Security Threats and the Necessity of On-Chain Infrastructure

The “Siri Paradox” is a key framework for understanding the entire Agent sector: Siri is safe because it’s neutered; OpenClaw is useful because it’s dangerous. For AI to truly take action—handling emails, booking flights, deploying code—it must have broad system permissions. Broad permissions naturally mean a larger attack surface.

A notable positive example on OpenClaw: a user asked an Agent to book a restaurant, but OpenTable had no available slots. The Agent didn’t give up; it found AI voice software, installed it, and called the restaurant to successfully book. This kind of autonomous problem-solving ability is highly desired. But the same autonomy also means that errors propagate at machine speed.

Some have called Steinberger joining OpenAI the “iPhone moment for AI Agents”. But before that, there must be a phase with security infrastructure in place. Otherwise, large-scale adoption equals large-scale losses. Chopping Block predicts “AI-generated $100M+ hacks”—if that happens, there are two paths:

Public panic causes a regression in Agent adoption (similar to Ethereum’s downturn after the 2016 DAO hack). It catalyzes a real Agent security infrastructure (similar to the boom of smart contract auditing post-DAO). We lean toward the latter, because the demand for Agents is real:

Malicious Agent detection → ERC-8004 Reputation System If each Agent has an on-chain identity and public reputation record, malicious behavior leaves an immutable record. Other Agents can check on-chain reputation before trusting. The reputation system must be mature—multi-dimensional, time-weighted, with anti-manipulation mechanisms, not just simple ratings. Malicious Skills auditing → Validation Registry If Skills’ code audits are recorded in the ERC-8004 Validation Registry, verified by independent evaluators (staked services, zkML verifiers, TEE oracles), typosquatting risks are greatly reduced. Checking the on-chain validation status before installing a Skill suffices. Credential leakage → x402 “pay-per-access” x402 eliminates API key management problems. Agents don’t need to store long-term credentials—they pay on demand for temporary access. Coupled with EIP-712 signature binding (binding service usage rights to the payment address), even if a token leaks, it cannot be used by others. Behavioral runaway → On-chain audit logs + programmable permissions Whether it’s prompt injection by an attacker or context loss during compression, the result is the Agent performing unexpected operations. Smart contracts can define Agent behavior boundaries—e.g., “single transaction ≤ X amount,” or “deletion requires multisig approval.” On-chain logs are immutable and auditable. This is far more reliable than embedding “ask for approval first” in a prompt, because prompt-level constraints can be lost during compression, whereas contract-level constraints persist. Of course, on-chain infrastructure can only mitigate consequences, not prevent attacks. Smart contracts can limit “single transaction ≤ X amount,” but what if an injected Agent continues malicious actions within the limit? For example, 10,000 malicious $0.09 transactions still total $900.

True security requires a dual approach:

Agent runtime layer (TEE/sandbox) On-chain layer (permissions/audit) Relying on the on-chain layer alone is insufficient.

Chapter 6: Industry Comprehensive Analysis

Traditional technical moats—engineering capability, team size, execution efficiency—are being commoditized by AI tools. Anyone with an idea can quickly build a product prototype using OpenClaw or Claude Code. This implies:

Small teams’ window of opportunity is shorter than ever (and large teams can catch up even faster using the same tools). First-mover advantage at the idea level is more valuable than before, because your Agent can iterate faster than any competitor. The scarcest resource is judgment about the right problems to solve, not technical capability. The Real Competition in the Track Isn’t Within Crypto

Many people compare which L1/L2 executes Agents better—Base vs Solana vs Ethereum vs Near. But the true competition is Crypto solutions vs Web2 solutions.

For example, Sapiom raised $15.75M to provide Web2-based Agent service access management. In an extreme scenario, if Sapiom’s solution is good enough—Agents can access all Web2 services through it without touching on-chain payments—then x402 has no reason to exist. If Stripe’s virtual card solution can resolve anti-automation issues through commercial agreements (convincing merchants to remove CAPTCHAs for specific virtual cards), the Phase 2 model could last longer. This is exactly the battlefield Visa, Mastercard, and Stripe are currently fighting over: controlled Agents within the authorized scope. The core is virtual cards + dedicated payment APIs, shifting the trust from “trust an uncertain AI” to “trust a parameterized payment tool controlled by the issuer.” This works best at scale for now, but as B2B agentic scenarios grow to the next level, programmability limits of authorization info and the data constraints of credit cards will become bottlenecks.

For x402 to win, its “pay-as-you-go equals authorization” model must outperform the “middle-layer Agent management” model in cost, latency, and developer experience. Currently, x402 has an edge in micro-payment scenarios (as low as $0.001 per transaction), but in complex enterprise scenarios with sophisticated permission management, Web2 solutions might still be better.

Similarly, for ERC-8004 to win, on-chain identity and reputation must be more useful than centralized identity management (e.g., ClawHub’s own verification mechanism). Adoption of 8004 is still limited; checking on-chain reputation is not as convenient as looking at a platform’s rating. Meta acquiring moltbook also reflects this—acquiring Agent identity verification and directory capabilities to control the Agent identity layer internally.

Crypto solutions cannot rely on being theoretically better. They must match or exceed Web2 solutions in developer and user experience, or they risk becoming another “great decentralization idea that nobody uses because it’s too cumbersome.”

Legacy Payment Giants Define the Adoption Timeline

The market is expected to evolve in three stages. Over the next 3–5 years, Stripe/Visa solutions will dominate the early market—they offer unmatched backward compatibility, allowing Agents to immediately transact with millions of merchants worldwide that already accept credit cards.

Stage 2 emerges as this scales: virtual cards with proprietary payment APIs, giving enterprises limited programmability and basic controls. It works for a time. But beyond five years, structural limits become unbearable: authorization systems that cannot adapt to agent-specific context, insufficient capacity to encode rich agent identity data (reputation, transaction history, credentials), microtransaction fees that kill economics at scale, and cross-border settlement that remains slow. At that point, the market naturally shifts to Crypto infrastructure.

This means Crypto solutions don’t need to beat Stripe today. Instead, they need to perfect the infrastructure over the next 3–5 years, so that when Stage 2 limitations peak, they can take over. Right now, it’s an infrastructure race, not a market-share battle.

Of course, infrastructure must be in place ahead of time, but infrastructure alone does not drive adoption—it requires an application-layer breakout to activate it. TCP/IP was invented in the 1970s, but it wasn’t widely used until the World Wide Web browser appeared in the 1990s.

Currently, we can see infrastructure gradually improving, but nobody is using it at scale yet. For example, x402 in most of 2025 was technically ready but lacked killer use cases. 

We need more applications to emerge and link these infrastructure pieces into a usable stack. The explosive adoption of OpenClaw/Moltbook is the first visible demand engine—suddenly, hundreds of thousands of Agents need payment, identity, and reputation, turning x402 and 8004 from “available” to “actively used.”

Selling Shovels Beats Panning for Gold

The entire Base Lobster ecosystem validates an old investment adage: the most reliable way to profit during a gold rush is to sell shovels.

Felix made $75,000. But Clanker, from 64,000 token deployments, earned far more in fees. ClawRouter sells LLM routing services ($0.003 per request). ClawCloud sells Agent compute power. Venice sells reasoning capacity and financializes compute via the VVV/DIEM model. The business models of these infrastructure providers are far more mature and reliable than Agents making money autonomously.

The infrastructure that all Agent categories need—identity, payments, security, coordination, compute resources—will be required regardless of which Agent framework wins (OpenClaw, IronClaw, or OpenAI’s next-generation products).

The term “Claws” coined by Karpathy captures a trend bigger than OpenClaw itself—localized, persistent, autonomous AI Agents represent an entire category. Crypto infrastructure must serve the whole Claw category. IronClaw (Near’s TEE-secured version), various enterprise-custom Agent frameworks, and OpenAI’s upcoming integrated Agents all belong to this category. OpenClaw is a pioneer, but it will not be the only player.

Product-Agent Fit Will Replace Product-Market Fit

Multiple platforms have begun banning OpenClaw user accounts, because Agents simulate browser operations to bypass anti-scraping mechanisms. The platform operators and Agent users are inherently at odds. Platforms monetize human attention, but Agent users consume data without generating advertising value.

Traditional marketing relies on the attention economy—beautiful images, video ads, limited-time buttons—targeting human impulse. Agents, however, are perfectly rational decision-makers, caring only about whether API returns are clear and parameters are complete. They compare product specs, historical prices, delivery times, user reviews, even carbon footprint. There is no mindshare to capture.

Future moats won’t be built on brand (Agents don’t care about brands), nor on UX (Agents don’t use interfaces), but on data structuring, API stability, MCP compatibility, and on-chain verifiable service quality records.

Internet business models may shift toward pay-per-scrape: Agents as service consumers no longer rely on ad-supported free models but pay directly for data retrieval. Each data query, API call, or service usage requires a small payment and ensures compliant access for the Agent. This is exactly the problem x402 solves—directly paying for data access while supporting microtransactions. Early forms are already emerging: Lord of a Few launched over 80 x402 paid endpoints in one week, each costing $0.50 to build and charging a few cents to tens of cents per call.

Moreover, when both buyers and sellers are Agents, how is the profit pool redistributed?

Conclusion We are in a rare window of opportunity: the infrastructure is in place, but killer applications have yet to emerge. History has repeatedly shown that true transformation does not announce itself in advance—it only strikes unexpectedly, at a moment when everyone suddenly realizes that the old world is over.

References

[1] McKinsey & Company, “The Agentic Commerce Opportunity,” 2025.

[2] Morgan Stanley Research, “AI Agentic Shoppers: The Next Frontier of E-Commerce,” 2025.

[3] Edgar Dunn & Company, “Agentic Commerce: The Future of AI-Driven Retail,” 2025.

[4] Dune Analytics — x402 Transactions per Project Dashboard

[5] Artemis Analytics

[6] x402 White Pape

[7] EIP-8004

[8] ERC-8183 — ETH Foundation dAI Team, March 2026

[9] Virtuals Protocol Documentation

[10] SecurityScorecard — OpenClaw Exposure Report, 2026.03

[11] The Block, Phemex, Allium Labs — Various x402 Data Reports

[12] MarketsandMarkets, “Agentic AI in Retail and eCommerce Market Report,” 2025.
2026-06-24 21:35 1mo ago
2024-07-01 07:48 2yr ago
Crypto Analysts Discuss Top Altcoins For DePin Supercycle
BTC Bitcoin FIL Filecoin GRT The Graph HNT Helium IO Io.net NOS Nosana RNDR Render Token THETA Theta Network TRAC OriginTrail
CoinGecko News
Original source text
Anticipation is mounting as crypto analysts foresee a decentralized physical infrastructure network (DePin) supercycle. This surge, driven by advancements in Web3 and artificial intelligence (AI) technologies, is reminiscent of the Internet’s rapid adoption in the early 1990s.

With DePin leading the charge, a transformative era seems imminent.

Which Are Top Altcoins For DePin Supercycle?After Bitcoin hit an all-time high in March, the crypto market has been choppy. Many believe that a supercycle will be imminent once Bitcoin ends its consolidation period.

“A DePin supercycle is upon us. We are entering a golden age where Web3 projects significantly enhance the growth of Web2 platforms,” crypto researcher Emperor Osmo said.

His sentiment is widely shared, with DePin poised to decentralize real-world applications that have been dominated by major firms like Amazon Web Services (AWS), Google Cloud, and Cloudflare.

Read more: What Is DePIN (Decentralized Physical Infrastructure Networks)?

Moreover, the DePin market is currently most active in the AI sector, which is undergoing exponential growth. As AI models become increasingly complex, the demand for GPUs has surged.

Hence, Emperor Osmo believes that projects like io.net (IO) and Aethir (ATH) are crucial in securing substantial market shares early on. These platforms are thriving by replicating the network effects observed in Web2 successes, such as Uber and Airbnb.

Cyril, a DeFi analyst, also talks about the potential of integrating DePin with AI. He specifically points to altcoins poised to make significant impacts during 2024’s altcoin season.

Helium’s MOBILE token is at the top of his list. However, the token has been down by nearly 70% since its March 2024 highs.

Helium Mobile (MOBILE) Price Performance. Source: TradingViewNext are OriginTrail’s TRAC token and Nosana’s NOS token. Both are crucial in developing infrastructures for trusted knowledge and open-source cloud computing markets dedicated to AI, respectively.

Although their smaller market caps suggest higher volatility, the foundational technologies they pioneer are vital for the DePin ecosystem.

Furthermore, Theta Network’s THETA token and the Graph Protocol’s GRT token are noteworthy.

Theta Network is transforming decentralized video streaming. Meanwhile, The Graph is organizing blockchain data to enhance accessibility—a key component for developing efficient Web3 applications.

Read more: The Graph (GRT) Price Prediction 2024/2025/2030

Altcoin Daily has also provided a list of DePin altcoins worth monitoring, including Render (RNDR) and Filecoin (FIL). Each contributes uniquely to the DePin infrastructure, highlighting the sector’s diversity. These tokens highlight the growing integration of blockchain technology in real-world applications.

In an interview with BeInCrypto, Odeta Iseviciute, the COO at NeurochainAI, discussed other promising DePin altcoins.

“Many good projects have jumped on this trend. In addition to seemingly the biggest players in AI compute market that boast of large numbers of GPUs connected, we have quite a few interesting projects to watch. Gensyn is trying to fundamentally change the way the compute is done on an internet protocol level. Akash Network and GPU.net are both hard at work connecting GPUs and onboarding customers. We also have projects like Grass which aims to utilize the unused internet for scraping and training AI models,” Iseviciute told BeInCrypto.