Galaxy Research 10,000-Word Report: x402 and the "Leviathan Moment" of the AI Economy

比推Xuất bản vào 2026-01-09Cập nhật gần nhất vào 2026-01-09

Tóm tắt

Artificial intelligence agents are poised to transform the internet by enabling autonomous task execution, reducing the need for direct human interaction. Galaxy Research highlights the emergence of Agentic Payment Standards (APS), particularly the x402 protocol, which allows AI agents to use cryptocurrencies like stablecoins for seamless, on-demand payments for digital services, data access, and API calls. Developed by Coinbase, x402 leverages the HTTP 402 status code to facilitate machine-native transactions, eliminating the need for traditional payment rails or API key management. The protocol operates through a stack involving clients (agents), servers, coordinators, and blockchain settlement layers, with recent upgrades (x402 V2) enhancing support for subscriptions, reusable sessions, and service discovery. Early adoption saw speculative activity, but use cases are expanding into data-as-a-service, agent-to-agent transactions, and infrastructure payments. While x402 excels in micro-payments for digital resources, traditional players like Visa, PayPal, and Stripe are also developing agentic commerce solutions for regulated, high-value e-commerce transactions. The integration of APS could significantly improve capital efficiency for software production by replacing subscriptions with pay-per-use models, reducing friction in experimentation and development. In the long term, blockchain-based payments are likely to operate silently in the background, complementing rather ...

Source: Galaxy Research

Authors:Lucas Tcheyan、Vikram Singh

Original Title: Agentic Payments and Crypto’s Emerging Role in the AI Economy

Compiled and Edited by: BitpushNews


Introduction

Artificial Intelligence Agents (AI Agents) are poised to revolutionize the landscape of the internet. The continuous advancement of AI has enabled intelligent agents to act as programming assistants, shopping advisors, planning tools, and experts in various fields. They represent a powerful new paradigm for human-computer interaction, with their essence being that they significantly reduce the need for humans to directly operate browsers and search engines.

In the Galaxy Research report "Understanding the Intersection of Cryptocurrency and Artificial Intelligence" released in 2024, we identified AI agents as one of the most promising growth directions, noting that they are "ideally suited for cryptocurrency scenarios—users (or the agents themselves) can create wallets to transact with other services, agents, or people." At that time, the agent field was still in its infancy, primarily limited by three aspects: the intelligence level of the underlying AI models, the infrastructure supporting their execution of complex tasks, and the regulatory clarity needed for adoption beyond Web3-native scenarios.

In just over a year, progress in these three areas has been astonishing:

  • AI intelligence has rapidly improved, enabling agents to perform "long-horizon reasoning" and autonomously execute complex tasks with unprecedented reliability.

  • Agent toolchains have achieved leapfrog development, including the release of a series of foundational protocols such as the Model Context Protocol (MCP), Agent-to-Agent (A2A) Protocol, Agent Payments Protocol (AP2), and the x402 standard.

  • The regulatory environment has become increasingly clear, especially regarding stablecoins, which has accelerated the integration of crypto payment channels with traditional systems.

These advancements collectively open the door for the widespread adoption of AI agents utilizing blockchain for payments. One of the most promising developments driving this trend is the emergence of x402 and related payment standards. These standards allow agents to directly pay for services and data using stablecoins or other crypto assets. For simplicity, we will refer to such protocols collectively as Agentic Payment Standards (APS) in this article.

In short, APS open the door to the complete economic landscape of the internet for agents. Through APS, agents can:

  • Become smarter (by accessing external data)

  • Become more powerful (by paying for resource costs)

  • Become more collaborative (by transacting with other agents)

Beyond functional expansion, APS also act as a bridge between on-chain and off-chain economies, enabling any business to sell to the internet's fastest-growing user category—AI agents—and accelerating the adoption of stablecoins in payments.

By refactoring the business model of APIs (Application Programming Interfaces, the standard way software requests data or services), APS also have the potential to improve the capital efficiency of a long-overlooked economic engine. Beyond the economic aspect, APS bring a fundamental change to the programming user experience regarding API key management. These changes make developing new applications easier.

This article focuses on x402, one of the leading emerging on-chain agentic payment standards. We examine x402 within the broader APS landscape, explore its early applications and use cases, and provide a comprehensive analysis of whether blockchain can become the financial backbone of the emerging agentic economy.

The x402 Standard

Background

In May of this year, Coinbase launched the x402 standard, a protocol that utilizes HTTP (the basic language for server-to-server communication) to enable crypto transactions within web interactions. Previously, web transactions relied on traditional payment rails (Visa, Mastercard, etc.), while x402 opened the door for intelligent payments using stablecoins and cryptocurrencies to access digital services.

x402 refers to the status code "HTTP 402 Payment Required," which was included in the original specification of the internet's web protocol. Although HTTP included the 402 status code from the beginning, it remained largely dormant due to a lack of supporting infrastructure. Instead, complementary payment infrastructure was built by companies like PayPal and Stripe, relying on traditional payment rails. While this infrastructure facilitated e-commerce and significantly reduced payment friction, it was detached from the internet's inherent networking capabilities.

Source: x402 Whitepaper

The key breakthrough brought by x402 is that it becomes much simpler for anyone (human or agent) to pay for online services. According to the development team, the standard aims to "enable value to flow as seamlessly as information on the internet, regardless of whether the actor is an individual, an application, or an agent." This most commonly manifests in simplifying the API request process. As the Coinbase team succinctly stated: "Let's kill API keys."

Payment Flow

The x402 payment flow is easy to understand and consists of four main components:

1. Client: The agent (or user software) initiating the service request.

2. Server: The service provider that returns the 402 request and ultimately delivers the paid resource.

3. Coordinator: Executes and/or verifies the payment.

4. Blockchain: The settlement layer where the actual stablecoin/crypto asset transfer occurs.

Source: x402 Whitepaper

The agent sends a request to the server for a product or service (e.g., a streaming subscription or an e-book), and the server returns a "Payment Required" request (HTTP 402). This request contains fields such as the required amount, accepted token types, the wallet address to send the payment to, and the blockchain for the payment.

The agent then responds to the payment request, providing all necessary information along with a cryptographic signature authorizing the payment. Finally, the coordinator processes the actual payment for the service on the blockchain and confirms it to the server, which then returns the requested service to the agent.

This is the standard payment flow for x402 adoption, but many variations are possible. For example, if the agent itself controls a wallet and can transact on the blockchain, it could submit the payment and verification directly to the server without relying on a coordinator. However, coordinators have been used so far because they simplify the process by abstracting away the complexities of blockchain interactions like wallet management, gas payments, and network selection. In this regard, coordinators are similar to traditional payment service providers, but the difference is that they never custody funds or control the private keys of the wallets involved in the transaction. Instead, the agent controlling the wallet authorizes the what ("send up to X dollars from payer wallet to payee wallet"), while leaving the how (which chain, how much gas, etc.) to the coordinator to handle.

x402 V2

On December 11th, Coinbase released x402 V2, a significant upgrade based on feedback from the past six months of use. V2 begins the transformation of x402 from a relatively simple but effective specification for intelligent payments into a more modular standard designed to adapt to the evolving blockchain landscape and support a wider range of payment use cases.

At a high level, x402 V2 expands the protocol in three key dimensions. First, it introduces a Unified Payment Interface that supports multiple blockchains and assets through a single format, while also enabling integration with legacy payment rails via coordinators. Second, it adds wallet-based authentication and reusable access sessions, allowing clients to avoid repeated on-chain interactions for subsequent requests—reducing latency and supporting higher-frequency use cases. Third, it enables automatic service discovery, allowing coordinators to index endpoint, pricing, and routing information without manual configuration.

Together, these changes enable x402 to support more complex business models, including subscriptions, prepaid access, usage-based billing, and multi-step agent workflows.

The x402 Intelligent Payment Tech Stack

The x402 technology stack is gradually taking shape. The pace of project and infrastructure releases is exponential, and we have aggregated as many projects as possible in the chart below (likely not exhaustive, this article does not endorse any project, for reference only).

Value flow in the x402 payment tech stack starts at the Agent Layer, moves down through the Coordination Layer, Execution Layer, and Settlement Layer, and then passes back up as fulfilled service access.

First, an agent or application initiates a task requiring access to a paid service, such as querying an API, retrieving proprietary data, or invoking another agent. The agent determines what it needs and under what constraints (including price, latency, preferred chain, or budget).

The Coordination Layer shapes how agents broadcast intent, discover services, exchange context (relevant information needed to complete the task), and coordinate workflows before payment occurs. It embeds additional functionality for agent workflows beyond payment and settlement protocols, including service discovery mechanisms, intent signaling, constraint enforcement (rules or limits, such as budget, time, or permissions), context management, and multi-step or multi-agent coordination.

Once terms are agreed upon, the agent initiates payment through the Coordination Layer. Coordinators (services operated by third-party providers) handle the routing, validation, and execution of the transaction, abstracting away blockchain-specific complexities and interfacing with legacy payment rails when necessary.

The Money Layer defines what is transferred—typically stablecoins—enabling predictable pricing and programmable settlement suitable for high-frequency, machine-native transactions. USDC has been the primary form of payment so far, but theoretically any cryptocurrency could be used.

Finally, the Blockchain Layer executes and finalizes the transaction, providing cryptographic settlement and an auditable record. Confirmation then propagates back up the tech stack, allowing the service provider to deliver the requested resource to the agent.

Emerging Crypto Use Cases

As we mentioned earlier, x402 activity experienced an initial surge in late October and early November, after which activity gradually declined.

Source: Artemis Analytics

As is common when primitives are introduced in the crypto space, initial adoption and interest were primarily driven by speculative activity, with the peak in late October caused by teams using x402 to mint and purchase memecoins. However, since then, transaction volume and count for agent-to-agent services, data-as-a-service, and infrastructure and utilities have begun to capture an increasing share of the market.

This is the nature of permissionless products in the crypto space. Initial speculative use cases attract users, who then attract developers who begin experimenting with the technology and building applications that go beyond speculative use cases. Indeed, filtering out all gamified transactions (defined by Artemis Analytics as obvious self-trading or wash trading) shows that their share has fallen below 50% since early December.


The most attractive and likely long-lasting use cases are those that leverage x402 to offer differentiated products relative to what is possible with legacy payment rails. This primarily includes services that are cost-prohibitive on traditional rails due to transaction fees, and use cases that require internet-native money because legacy systems are constrained by limited programmability, slow settlement times, and reliance on non-native intermediaries.

Currently, these services are dominated by providers supporting one-off API calls that would otherwise require a subscription. For example, a trading agent could pay-per-call to access the API of a blockchain data provider like Nansen or an AI analyst to supplement its crypto analysis. Beyond data access, x402 also allows agents to pay for infrastructure services (e.g., compute resources) programmatically, which are difficult to price or automate using subscription-based or manually-intermediated payment models. Leading decentralized AI lab Nous Research has enabled x402 payments to access its Hermes 4 model.

Despite the promising prospects, these examples remain largely speculative proofs-of-concept, demonstrating the capability of the infrastructure rather than the growth drivers needed for mass adoption of x402. This is not to disparage any individual project or its potential, but to acknowledge that most on-chain products still primarily target a crypto-native audience and represent only a fraction of potential applications. The next section explores more use cases and the broader conditions needed for intelligent payment standards to scale.

Context and Data Access

One of the most compelling non-crypto-native use cases for intelligent payment standards is paid access to online context and data. As AI agents increasingly rely on external information to perform tasks, the ability to programmatically purchase access to content on a per-request basis becomes crucial.

Cloudflare provides an early example of how this model might emerge. As a major infrastructure provider hosting and protecting a large portion of the internet's content, Cloudflare already mediates interactions between websites and automated traffic. In 2024, it introduced a "Pay-per-Crawl" mechanism, allowing bots and crawlers to pay for access instead of being blocked outright.

Subsequently, Cloudflare indicated plans to integrate this infrastructure with x402 (the company co-founded the x402 Foundation with Coinbase), enabling agents to use internet-native payment rails to pay for access directly. If standardized, this approach could transform bot mitigation from an access control problem into a pricing- and market-based mechanism. In short, an old nuisance now becomes a potential revenue opportunity.

This model extends naturally to paid content and proprietary data. Today, large language models primarily rely on internally trained data and freely available sources (like Wikipedia).

However, high-quality information is often locked behind subscriptions or paywalls—for example, news media, research databases, and analytics platforms. In the current paradigm, accessing this data requires users to leave the agent interface, purchase a subscription (even for one-time use), and manually transfer information, resulting in a suboptimal user experience and inefficient capital allocation.

Intelligent payment standards offer an alternative. Users can assign explicit budgets to their agents, allowing them to pay for access to paywalled content on a per-request or per-token basis. For instance, an agent needing access to a single article could submit an x402 request with a micro-payment, retrieve the relevant content, and complete the task without the user purchasing a full subscription. While this model might compress per-user margins for content providers, increased query volume and more granular pricing could offset these effects over time.

In summary, context and data access represent a category where intelligent payments offer a clear improvement over legacy payment systems. It also illustrates how adoption of standards like x402 might originate outside crypto-native environments, embedded within infrastructure that already mediates interactions between agents, content, and the network.

E-commerce

One of the most frequently discussed areas for intelligent payment adoption is e-commerce. Agentic commerce is expected to grow rapidly in the coming decade, with B2C revenue estimates reaching $3-5 trillion by 2030. Consequently, this area has attracted significant attention from existing payment networks and processors, many of whom are now actively developing agent-native payment infrastructure.

However, in e-commerce, x402 adoption faces a more competitive environment than API-native or micropayment-driven use cases. Retail transactions are typically higher value and less sensitive to per-transaction fees, reducing the relative advantage of ultra-low-cost blockchain settlement. More importantly, existing payment providers already control the commercial and regulatory infrastructure on which merchants depend, and they are rapidly extending these capabilities to support autonomous agents without the need for on-chain primitives.

  • Visa's Intelligent Commerce suite (launched early 2025) enables consumers to configure Visa card credentials into AI agents for end-to-end shopping, integrating with platforms like OpenAI and Anthropic.

  • PayPal's Agentic Commerce Services (October 2025) allows PayPal merchants to sell products through agent interfaces like ChatGPT while retaining fraud detection, buyer protection, and merchant workflows.

  • Stripe's Agentic Commerce Protocol (ACP), co-developed with OpenAI and announced mid-2025, defines a standardized way for AI agents to initiate and complete purchases with merchants, requiring minimal changes to Stripe integrations.

  • Mastercard's Agent Pay (April 2025) tokenizes consumer credentials, enabling AI systems like Microsoft Copilot to autonomously execute purchases, with an early focus on subscriptions, loyalty redemptions, and programmable payments.

In some cases, these initiatives could reduce the need for blockchain-based payment protocols by extending traditional payment rails into agent-native flows; in others, they may be complementary. For example, two of the most prominent intelligent payment standards gaining adoption are Google's AP2 and Stripe's ACP. While not the primary implementation method for either, x402 could be integrated to facilitate stablecoin payments through either of them (e.g., via A2A for between agents, or via ACP for merchants).

Below we outline Stripe's push into agentic commerce to better illustrate this model.

Stripe's Push into Agentic Commerce

Stripe's ACP is an open standard that defines how AI agents, merchants, and payment systems communicate during the checkout process. ACP standardizes the checkout conversation—such as item selection, pricing, confirmation, and completion—without dictating how funds are ultimately settled. It acts as a coordination layer for checkout, not a payment rail itself, and is payment processor agnostic, meaning merchants can adopt the protocol without switching payment providers.

To support secure payment authorization within this framework, Stripe introduced Shared Payment Tokens. Despite using the word "token," SPTs are not crypto assets and do not represent an independent payment rail. Instead, they act as scoped payment authorizations, allowing an agent to authorize a merchant to debit a limited amount using its preferred infrastructure. This means the underlying settlement can be anything, from card payments to bank transfers, to stablecoins.

Shared Payment Token Payment Flow

ACP and SPTs together enable agents to participate in e-commerce while preserving the safeguards merchants rely on, including fraud detection, dispute resolution, refunds, regulatory compliance, and customer support. Stripe further packages these components into its Agentic Commerce Suite, offering a one-stop shop for merchants wanting to support agent-driven purchases without redesigning their payment stack.

How x402 and ACP Work Together

The distinction between Stripe's agentic commerce tech stack and x402 lies primarily in scope and transaction context.

  • x402 is built for software paying other software. An agent sees a price, pays automatically, and gains immediate access to the service. This is suitable for APIs, data, and digital tools that agents use within their workflows.

  • ACP and SPTs are built for purchasing physical goods or services. These purchases involve longer processes, hold merchants accountable for fraud and refunds, and often require user approval for payment.

To illustrate how these systems might coexist in practice, consider an AI agent tasked by a user to plan and book a vacation. First, the agent evaluates potential travel dates and destinations. To do this, it queries several specialized data providers, such as a premium weather forecast service and a demand forecasting API that predicts airfare price fluctuations, which have integrated x402. The agent can programmatically discover pricing, pay for access, and retrieve this data on a per-request basis.

These calls are irreversible and require no human intervention. With this data, the agent determines the optimal travel dates and begins selecting flights and hotels. At this point, the transaction shifts to an e-commerce flow. The agent uses ACP to initiate checkout with an airline or travel platform. Payment is authorized via SPTs, allowing the merchant to process the transaction with guarantees for fraud protection, refunds, chargebacks, and compliance. The user reviews and approves the purchase, the booking is completed, and fulfillment follows.

In this workflow, x402 and ACP play different but complementary roles. x402 sits upstream of the checkout process, enabling autonomous payments for resources outside traditional commerce flows.

Meanwhile, ACP handles regulated transactions where merchants require the protections and guarantees of existing payment systems, and users must sign off before payment occurs. A significant breakthrough here is the agent's ability to seamlessly switch between different payment models based on context, selecting the most appropriate mechanism for each step of the task.

Beyond functional differences, there is an important structural distinction. x402 is designed as an open standard settling on public, permissionless blockchains, enabling agents to transact without relying on centralized intermediaries. In contrast, many intelligent payment standards led by existing incumbents are open at the protocol level but operate primarily on permissioned platforms, where execution, compliance, and settlement remain tightly coupled with centralized payment providers. These approaches support different use cases and trust models and are not mutually exclusive. In practice, hybrid architectures are likely to emerge, where agents leverage permissionless rails for machine-native transactions while relying on permissioned systems for regulated commerce and consumer-facing payments.

Conclusion

Rather than immediately driving a wholesale shift to on-chain payments, intelligent payments are more likely to facilitate the adoption of blockchain technology gradually, and largely "quietly," in the future. Stablecoins accelerate this shift by reducing the friction of interfacing with traditional systems, while infrastructure like x402 enables new forms of experimentation that are difficult to support with traditional payment channels.

In the short term, adoption is likely to be uneven. Certain use cases, particularly payments between agents and digital services, may develop rapidly, while consumer-facing e-commerce sees little change. In many cases, blockchain will operate in the background, embedded within agent workflows rather than presented directly to end-users.

The most immediate and underappreciated impact of intelligent payment standards lies not in commercial transactions, but in software production. For many non-production-scale tasks, the capabilities of modern language models have reached a level where human involvement is largely redundant. Today, the main pain point is no longer intelligence or execution, but access: purchasing API subscriptions, managing accounts, handling API keys, and paying for bundled services that are rarely fully utilized. If intelligent payment standards can eliminate this friction—replacing subscription-based access and manual key management with "pay-per-use," machine-native payments—they can substantially lower the cost of experimentation and compress the value of entry-level software engineering work.

From this perspective, the most compelling near-term application of x402 is not abstract agent-to-agent commerce, but micropayments for API and data access. Allowing agents to pay for single API calls or discrete units of context unlocks a more capital-efficient model for both users and suppliers. Instead of overpaying for subscription services, users can allocate explicit budgets (e.g., a fixed monthly allowance) and let their agents autonomously purchase data, analytical services, or contextual information as needed. This model better aligns incentives, improves the user experience, and expands the economic "surface area" available to AI systems.

Over time, the question will shift from "is blockchain being used" to "where and how it is being used." Existing industry giants are already experimenting with stablecoins and blockchain rails in combination with intelligent payment capabilities, suggesting that on-chain settlement will increasingly coexist with traditional payment infrastructure. The open question is whether this activity will concentrate on permissioned chains or consortium chains controlled by centralized entities, or occur on open, permissionless networks like Ethereum or Solana. Likely, both will exist.

More broadly, the emergence of intelligent payment standards reflects a shift in how cryptocurrency adoption might unfold in the future. Blockchain infrastructure is increasingly being absorbed into existing financial and software systems, rather than forming a separate industry. In this model, success is defined not by the growth of a separate "crypto economy," but by the extent to which crypto-native "rails" silently underpin applications that don't identify as "crypto" at all. x402 is a clear example of this dynamic. By embedding payments directly into standard web interactions, it positions blockchain as backend infrastructure—delivering programmability and global settlement capabilities without requiring users or developers to explicitly deal with crypto.

On-chain intelligent payments are unlikely to completely replace the existing payment ecosystem. Instead, they will first complement it in areas where machine-native money offers clear advantages—such as automated access to APIs, data, and digital services—before gradually moving into higher-value commerce processes. In doing so, they are likely to quietly reshape how software is built, priced, and consumed, positioning blockchain as the foundational layer of the emerging agent-driven internet, rather than a visible end-point.


Twitter:https://twitter.com/BitpushNewsCN

Bitpush TG Discussion Group:https://t.me/BitPushCommunity

Bitpush TG Subscription: https://t.me/bitpush

Original link:https://www.bitpush.news/articles/7601166

Câu hỏi Liên quan

QWhat is the x402 standard and what problem does it aim to solve?

AThe x402 standard is a protocol that enables crypto transactions within web interactions using HTTP protocol. It leverages the existing but unused 'HTTP 402 Payment Required' status code. It aims to solve the problem of traditional web payments relying on legacy rails (like Visa/Mastercard) by allowing AI agents and software to pay for digital services (like API calls, data access) directly using stablecoins or other crypto assets, enabling seamless, machine-native, and programmable payments.

QWhat are the key components and steps involved in an x402 payment flow?

AThe key components are: 1) The Client (AI agent or user software initiating the request), 2) The Server (service provider that returns the 402 response), 3) The Coordinator (service that handles payment execution/verification), and 4) The Blockchain (settlement layer). The steps are: The agent requests a service; the server responds with an HTTP 402 request containing payment details; the agent authorizes the payment with a cryptographic signature; the coordinator processes the on-chain payment and confirms it to the server; the server finally delivers the requested service to the agent.

QHow does the x402 standard potentially improve the capital efficiency of the API economy?

Ax402 improves capital efficiency by moving from a subscription-based API access model to a 'pay-per-use' or micropayment model. Instead of users or companies paying for expensive monthly subscriptions they may not fully utilize, an AI agent can be given a budget and can autonomously pay for individual API calls or discrete units of data only when needed. This aligns incentives better, reduces wasted capital on unused subscriptions, and allows for more granular pricing of digital services.

QWhat is a major non-crypto-native use case for Agentic Payment Standards like x402 mentioned in the article?

AA major non-crypto-native use case is paid access to online context and data. The article cites Cloudflare's 'Pay-per-Crawl' initiative as an example, where bots and crawlers could pay to access website content instead of being blocked. This transforms access control into a market-based mechanism. This extends to paid content behind paywalls (e.g., news articles, research), allowing AI agents to make micropayments for single articles or data points on behalf of users, eliminating the need for manual subscription purchases.

QHow do emerging Agentic Payment Standards from traditional finance giants (like Stripe's ACP) differ from and potentially complement a protocol like x402?

AStandards like Stripe's Agentic Commerce Protocol (ACP) are designed for regulated e-commerce transactions involving physical goods or services. They focus on the longer checkout process, user approval, and include essential merchant protections like fraud detection and dispute resolution. x402 is designed for software-to-software payments for digital services (APIs, data), which are instantaneous and irreversible. They are complementary: x402 handles autonomous micro-transactions for data access upstream, while ACP handles the downstream, user-approved purchase of final goods and services, potentially using stablecoins via integration.

Nội dung Liên quan

Khi Lưu Lượng Meme Gặp RWA: Tham Vọng Tài Chính Của Hyperliquid Và Robinhood

Khi dòng tiền Meme gặp RWA: Tham vọng tài chính của Hyperliquid và Robinhood Ngành công nghiệp tiền mã hóa thường bị chỉ trích là một sòng bạc thuần túy. Tuy nhiên, lịch sử tài chính cho thấy đầu cơ có thể là tín hiệu tiên phong và nền tảng cho sự phát triển của các thị trường và cơ sở hạ tầng trưởng thành. Bài viết này phân tích con đường tiến hóa này thông qua các ví dụ gần đây. Thị trường phái sinh hàng hóa ở Chicago thế kỷ 19 ra đời để giúp nông dân phòng ngừa rủi ro, nhưng cần các nhà đầu cơ tạo thanh khoản và đối trọng rủi ro. Thanh khoản dồi dào từ hoạt động đầu cơ sau đó đã biến Chicago thành trung tâm định giá toàn cầu. Áp dụng vào hiện tại, Robinhood Chain - ban đầu được xây dựng để giao dịch cổ phiếu mã hóa - đã chứng kiến sự bùng nổ người dùng nhờ nền tảng phát hành Meme coin Pools của Uniswap. Mặc dù bắt nguồn từ đầu cơ, lưu lượng truy cập và vốn từ Meme coin có thể trở thành nền tảng cho việc xây dựng cơ sở hạ tầng giao dịch chứng khoán trên chuỗi trong tương lai. Tương tự, Hyperliquid, một nền tảng giao dịch phái sinh tiền mã hóa, đã mở rộng mô hình đầu cơ đòn bẩy sang các tài sản trong thế giới thực (RWA) như vàng, dầu, cổ phiếu (Nvidia, Tesla) và chỉ số chứng khoán. Giao dịch hợp đồng vĩnh viễn RWA của họ hiện chiếm hơn một nửa khối lượng, tạo ra một lớp định giá mới hoạt động 24/7. Điểm mấu chốt là: không phải tất cả các hoạt động đầu cơ đều có thể chuyển đổi thành cơ sở hạ tầng bền vững. Kết quả cuối cùng phụ thuộc vào tài sản cơ bản mà nó gắn liền. Đầu cơ thuần túy, tách rời khỏi tài sản có giá trị, rất dễ vỡ. Tuy nhiên, khi đầu cơ được gắn với các tài sản cơ bản có giá trị (như hàng hóa, cổ phiếu, kim loại quý), nó có thể tạo ra thanh khoản và trở thành nền tảng cho các hệ thống định giá và giao dịch phức tạp. Hyperliquid và Robinhood đang đi theo con đường lịch sử này: tận dụng dòng tiền và sự chú ý từ đầu cơ (Meme coin, giao dịch đòn bẩy) để xây dựng cơ sở hạ tầng giao dịch cho các tài sản có giá trị cơ bản mạnh mẽ hơn (RWA, chứng khoán). Họ minh họa cách mà "bong bóng" đầu cơ, nếu được định hướng đúng đắn, có thể đặt nền móng cho "vốn" thực sự.

marsbit10 phút trước

Khi Lưu Lượng Meme Gặp RWA: Tham Vọng Tài Chính Của Hyperliquid Và Robinhood

marsbit10 phút trước

NVIDIA HBM Thiếu Hụt Nghiêm Trọng, Thế Hệ GPU Tiếp Theo Bị Hạn Chế, Trong Khi Ổ Cứng Này Lại Chiếm Sóng

Khi AI Agent phát triển, nó không chỉ thực hiện một lần gọi mô hình mà trở thành một hệ thống vận hành liên tục, tạo ra một chuỗi dữ liệu được ghi lại liên tục. Điều này đòi hỏi hệ thống lưu trữ không chỉ đơn thuần là nơi lưu trữ cuối cùng mà cần tham gia trực tiếp vào vòng lặp nhận thức, ghi nhớ và ra quyết định của Agent. Bài viết phân tích xu hướng phát triển của "SSD chức năng" - loại ổ cứng có thể thực hiện các nhiệm vụ như mã hóa, nén, lập chỉ mục, quản lý bộ nhớ (Memory) và ngữ cảnh (Context) ngay gần phương tiện lưu trữ. Xu hướng này sẽ định hình lại ranh giới giá trị giữa các lớp bộ nhớ: HBM vẫn là lõi cho tính toán, HBF (High Bandwidth Flash) bổ sung dung lượng lớn để đọc, DRAM/CXL xử lý trạng thái biến đổi và chia sẻ, trong khi SSD chức năng đảm nhận các đối tượng cần lưu trữ lâu dài, bền vững và có quản trị. Trên thị trường, các mẫu SSD AI hiện tại như của Phison (aiDAPTIV), Longsys (SPU+iSA) và liên doanh Yinpu-Maxio đang mở đường bằng các cách tiếp cận khác nhau: tích hợp phần mềm trung gian, tăng cường xử lý ở bộ điều khiển, hoặc đồng thiết kế giữa tính toán và lưu trữ. Tương lai có thể phát triển theo ba hướng: SSD trở nên giàu chức năng hơn, lưu trữ được tổ chức thành các "node" chuyên biệt phục vụ Agent, và các tầng bộ nhớ được tổ hợp lại một cách thông minh. Cơ hội thị trường nằm ở việc biến lợi thế của từng loại phương tiện thành chi phí Token thấp hơn, khả năng duy trì liên tục cho Agent tốt hơn và vòng đời dữ liệu đáng tin cậy hơn.

marsbit32 phút trước

NVIDIA HBM Thiếu Hụt Nghiêm Trọng, Thế Hệ GPU Tiếp Theo Bị Hạn Chế, Trong Khi Ổ Cứng Này Lại Chiếm Sóng

marsbit32 phút trước

IPO của Unitree, Không Ai Có Thể Thua

Công ty TNHH Công nghệ Người máy Unitree (Unitree) đã chính thức lên sàn IPO, với mức định giá phát hành lên tới 61 tỷ nhân dân tệ (tương đương 610 tỷ VND), tạo ra một "điểm mốc định giá" công khai đầu tiên cho ngành công nghiệp robot hình người Trung Quốc. Tỷ lệ P/E ở mức 219 lần, cao gấp nhiều lần so với mức trung bình ngành, phản ánh kỳ vọng lớn của thị trường vào câu chuyện tăng trưởng trong tương lai hơn là lợi nhuận hiện tại. Báo cáo cho thấy doanh thu năm 2025 của Unitree đạt 1,699 tỷ nhân dân tệ, với hơn một nửa đến từ robot hình người, đánh dấu sự chuyển đổi thành công từ robot bốn chân tiêu dùng. Tuy nhiên, cấu trúc khách hàng vẫn chủ yếu là nghiên cứu và giáo dục (73.6%), trong khi ứng dụng công nghiệp thực tế còn thấp (9.01%). Một thách thức khác là tốc độ giảm giá nhanh hơn tốc độ giảm chi phí, đe dọa đến biên lợi nhuận trong tương lai. Lượng cổ phiếu lưu hành tự do sau IPO rất thấp (chỉ khoảng 7.36%), với hơn 90% bị khóa, khiến biến động giá ngày đầu tiên rất nhạy cảm. Các nhà đầu tư chiến lược lớn như quỹ hưu trí và DeepSeek đã tham gia với thời gian khóa dài, cho thấy sự kỳ vọng và cam kết mạnh mẽ. Với danh hiệu "cổ phiếu robot hình người đầu tiên trên STAR Market", thành công hay thất bại của Unitree sẽ ảnh hưởng sâu rộng đến định giá của cả ngành, lối thoát cho vốn đầu tư mạo hiểm và sự tự tin của thị trường. Đây là một "dự án mẫu" mà hầu như không bên tham gia nào muốn thất bại. Tuy nhiên, bài kiểm tra thực sự nằm ở khả năng chuyển đổi khách hàng sang ứng dụng công nghiệp quy mô lớn, duy trì biên lợi nhuận và tích hợp thành công trí tuệ nhân tạo thể hiện (embodied AI) để có "bộ não" mạnh mẽ hơn. Từ giờ trở đi, câu chuyện ngành công nghiệp sẽ được đo lường bằng báo cáo tài chính thực tế.

marsbit54 phút trước

IPO của Unitree, Không Ai Có Thể Thua

marsbit54 phút trước

Mở Thẻ Pokémon trên Blockchain Lần Đầu Tiên Hạ Nhiệt, Vốn Đầu Cơ Đã Chuyển Hướng Sang Memecoin?

Tác giả: Marc Arjoon & Jake Koch-Gallup, Blockworks Biên dịch: TechFlow Trò chơi mở thẻ trên chuỗi (on-chain gacha) đã trải qua đợt điều chỉnh hàng tháng đầu tiên kể từ tháng 2, với tổng giá trị giao dịch vào tháng 7 giảm xuống 290.3 triệu USD từ mức kỷ lục 354.8 triệu USD của tháng 6. Trong khi đó, khối lượng giao dịch trên các nền tảng memecoin như Pump.fun lại tăng lên, gợi ý rằng vốn đầu cơ trong crypto có thể đang luân chuyển — khi memecoin hồi phục, một số người chơi gacha quay lưng lại. Courtyard, nền tảng có cơ sở người dùng ít "crypto hóa" nhất, lại lập kỷ lục mới cao nhất mọi thời đại với 85.3 triệu USD, cho thấy nhu cầu sưu tầm thực sự vẫn mạnh mẽ. Thị trường đang ở trạng thái bình lặng với biến động và tương quan tài sản giảm, để ngỏ cánh cửa cho một đợt tăng giá bền vững của Bitcoin để khởi động chu kỳ tăng mới. Phân tích sâu cho thấy Collector Crypt vẫn là nền tảng lớn nhất (chiếm 53% thị phần tháng 7) nhưng ghi nhận mức giảm 26% so với tháng 6. Ngược lại, sự tăng trưởng của Courtyard (tăng 7%) và mối tương quan nghịch giữa doanh thu Collector Crypt và khối lượng Pump.fun trong tháng 7 củng cố giả thuyết về dòng tiền đầu cơ luân chuyển giữa các xu hướng. Sự sụt giảm có khả năng là một đợt điều chỉnh tự nhiên sau khi tăng trưởng mạnh, và có thể bị khuếch đại bởi sự hồi sinh của memecoin, hơn là dấu hiệu của sự suy yếu rộng lớn trong thị trường thẻ giao dịch.

marsbit1 giờ trước

Mở Thẻ Pokémon trên Blockchain Lần Đầu Tiên Hạ Nhiệt, Vốn Đầu Cơ Đã Chuyển Hướng Sang Memecoin?

marsbit1 giờ trước

Chỉ số vững mạnh, khí đốt tự nhiên tăng mạnh | TradeXYZ Quan sát thị trường cuối tuần

Cuối tuần, thị trường chứng khoán Mỹ thể hiện sức mạnh khi S&P500 và XYZ100 cùng tăng điểm (lần lượt 0.13% và 0.22%) trong bối cảnh giá dầu tăng. Căng thẳng tại eo biển Hormuz vẫn là tâm điểm. Mặc dù Oman cho biết đàm phán về hàng hải đang đến gần và kêu gọi ngừng hành động quân sự, việc mở lại eo biển vẫn bị đình trệ. Iran đưa ra loạt yêu cầu cao như rút quân Mỹ, dỡ bỏ phong tỏa và trừng phạt trước khi thỏa thuận được thông qua. Tổng thống Mỹ Trump tuyên bố đang "xử lý một cách kín đáo" và hai bên chỉ ở trạng thái "đàm phán một nửa". Trong khi đó, các vụ tấn công vào cơ sở dầu mỏ Saudi và tàu UAE tiếp tục xảy ra. Giá dầu thô WIT (CL) biến động mạnh, có lúc giảm xuống 76.48 USD sau tuyên bố của Iran nhưng nhanh chóng phục hồi và tăng lên gần 79.12 USD sau nhận định của Trump. Nhóm cổ phiếu công nghệ có phân hóa: Ngành lưu trữ (Memory) trái chiều với Micron, SanDisk tăng trong khi SK Hynix, DRAM giảm nhẹ. Ngành truyền thông quang (Optical Comm) mạnh nhất với MRVL và LITE cùng tăng khoảng 2.4%. Cổ phiếu liên quan đến tiền mã hóa (MSTR, COIN, HOOD...) hồi phục sau khi giảm sớm. Hàng hóa giao sau (Commodities) đồng loạt tăng: Vàng (+0.29%), Bạc (+1.09%), Đồng (+0.98%). Khí tự nhiên (Natural Gas) là mặt hàng tăng mạnh nhất, với mức tăng 3.10%, chủ yếu do dự báo thời tiết nóng hơn ở Mỹ làm tăng nhu cầu điện và các yếu tố về nguồn cung.

marsbit1 giờ trước

Chỉ số vững mạnh, khí đốt tự nhiên tăng mạnh | TradeXYZ Quan sát thị trường cuối tuần

marsbit1 giờ trước

Giao dịch

Giao ngay
活动图片