Crypto World
AI Agent Economic Infrastructure Research Report
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
[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.
The post AI Agent Economic Infrastructure Research Report appeared first on BeInCrypto.
Crypto World
Solana Price Prediction: After The Exploit, Is The Network Still Safe? Will Price Recover?
Solana price appears to be stabilizing below $80, but the Drift Protocol exploit raised questions, followed by bearish prediction. Is the network’s infrastructure fundamentally compromised, or is this selloff noise masking a recovery setup?
The Drift Protocol attack drained at least $270 million in under 60 seconds, but notably, no code was broken. The attacker exploited “durable nonces,” a legitimate Solana feature that allows transactions to remain valid indefinitely by replacing the standard 60–90 second expiring blockhash with a fixed on-chain code.
Security council members were tricked into pre-signing administrative transfers weeks before execution, with no way to revoke approval once given. The exploit required more than a week of setup and less than a minute to detonate.
That distinction of feature abuse versus protocol failure is critical for price recovery timing. Macro headwinds compound the damage, BTC hovering at $66,000, S&P 500 under pressure, and oil above $100 stoking stagflation fears that are already suppressing risk appetite across the crypto markets.
Discover: The best crypto to diversify your portfolio with
Solana Price Prediction: Hold $80 Support, or a Drop to $50
SOL’s technical picture is unambiguously bearish. The RSI sits at 32 on the daily, approaching oversold, but it looks like bears haven’t exhausted themselves just yet. The 50-day SMA at $117 is overhead resistance; the 200-day SMA at $30 is dropping to the 100-day SMA. Only 13% of technical signals read bullish, with the Fear & Greed Index locked at 29 for 46 consecutive days.

The critical level is $85, and failure to reclaim it confirms the breakdown. Analyst warns a sustained break below $85 opens a flush toward the $50–$30 Fair Value Gap accumulation zone. Network revenue remains 93% below January peaks, undermining any near-term fundamental rebound argument.

The exploit doesn’t erase Solana’s infrastructure roadmap. It does reset near-term trust, and trust is priced faster than fundamentals.
Discover: The best pre-launch token sales
Maxi Doge Targets Early-Mover Upside as Solana Tests Key Levels
SOL at $80 is a setup, but it’s also a waiting game with real downside risk attached. Traders rotating out of established-layer-one volatility are increasingly eyeing early-stage presales where entry price, not recovery timing, does the heavy lifting.
Maxi Doge ($MAXI) is one attracting attention. Built on Ethereum (ERC-20), the project packages a 240-lb canine mascot with genuine community mechanics: holder-only trading competitions with leaderboard rewards, a Maxi Fund treasury dedicated to liquidity and partnerships, and a meme-first marketing engine built around gym-bro culture and the tagline “Never skip leg-day, never skip a pump.”
It’s unambiguously meme-first, which, in this market, is exactly where retail attention is rotating. We know risk-off macro tends to funnel speculative capital toward low-cap narratives, not $80 SOL recovery bets.
Hard numbers: current presale price is $0.0002811, with $4.7 million raised to date and 66% staking APY as a bonus.
Research Maxi Doge before the next price increase.
This article is not financial advice. Crypto markets are highly volatile. Always conduct your own research before investing.
The post Solana Price Prediction: After The Exploit, Is The Network Still Safe? Will Price Recover? appeared first on Cryptonews.
Crypto World
Cardano Climbs the Google Quantum AI Rankings Above Ethereum as the Security Discussion Heats Up
Key Insights
- In Google Quantum AI report, Cardano was ranked above Ethereum as it showed better quantum resistance.
- Exposed wallets and vulnerable smart contracts are major risks to Ethereum.
- The UTXO model used by Cardano provides increased resistance to quantum attacks in the long term.
Cardano was mentioned 5 times (plus 3 citations) on the Google Quantum AI whitepaper.
And it was ranked in the second-best tier for quantum resistance, right behind purpose-built quantum-proof chains.
Above Ethereum. Above Solana. Above XRP.
The UTXO architecture gives Cardano…
— Dan Gambardello (@dangambardello) April 1, 2026
Cardano Making Progress in Google Quantum AI Report
The recent Google Quantum AI whitepaper has rattled the crypto sector with the ranking of Cardano over Ethereum in quantum resistance. The results confused most investors and developers particularly considering the fact that Ethereum had dominated the decentralized applications and smart contracts.
The report stated that Cardano has performed better than Ethereum as well as Solana and XRP, which were ranked in the second-best rank in the field of quantum resilience. Quantum-proof blockchains were only ranked higher by specially designed blockchains.
This acknowledgement is an important achievement of Cardano, which supports the reputation of the blockchain as a research-based and security-oriented one.
The whitepaper mentions Cardano several times, indicating the increasing academic and institutional attention to its architecture. These results are now leading to a more general re-evaluation of the way blockchains need to be ready against future quantum threats.
The UTXO Model of Cardano Is Unique Because of the Following Reasons
The use of the UTXO (Unspent Transaction Output) model is one of the largest strengths of Cardano. UTXO structures provide greater transaction exposure and wallet security compared to the account-based system of Ethereum.
Public keys are not incessantly revealed in the system of Cardano following transactions. This minimizes the attack surface that quantum computers may utilize in future. Cardano offers extra protection to users because of its ability to make sensitive cryptographic data harder to see by restricting the time that the data is in view.
On the contrary, Ethereum design reveals the public keys after a transaction. These keys are stored on the blockchain permanently, which provides a long-term weakness. With the development of quantum computing, this design decision might be a significant security threat.
The results of Google give indirect support to the strategy adopted by Cardano and imply that the architecture would be more resistant to upcoming quantum threats. This competitive edge makes Cardano a good competitor in the dynamic blockchain security market.
The Structural Risks of Ethereum Get into Focus
The same report cast serious doubt on the strength of Ethereum during a quantum computing era. Five possible attack vectors were described by researchers, which focus on various elements of the network.
Wallet exposure is one of the most urgent problems. The report approximates the number of ETH already in wallets with exposed public keys to be 20.5 million. In case a quantum computer powerful enough appears, these wallets would be broken in the nearest future, which may be in a few minutes per key.
The wallets with high value are especially vulnerable. Tens of billions of dollars of digital assets could be at risk with a potential of being exposed to dozens of major wallets. More vulnerabilities are also brought about by the smart contract ecosystem of Ethereum.
Most of the smart contracts that are run by an administration, such as stablecoins and token issuance, use a set of cryptographic standards that might not resist quantum attacks. The report indicates that there are approximately 70 large contracts that are in this high risk category.
The Future of Ethereum
These risks are not being overlooked by Ethereum developers. As a reaction, a post-quantum research program was initiated earlier this year, with a long-term upgrade roadmap expected to be completed by 2029. The plan will contain various hard forks that will enhance the cryptographic defenses.
Nevertheless, these upgrades are associated with enormous challenges. The current smart contracts cannot be updated automatically through the network. Every protocol should update its codebase separately, adopt new cryptographic standards, and change keys in the cases when it is required.
This piecemeal system may slow the adoption and expose sections of the ecosystem to long durations. Other projects can postpone or even skip upgrades, which exposes the risk window.
A Movement toward Structural Resilience
The results of Google Quantum AI have changed the discussion to long-term security instead of short-term performance. Although Ethereum remains the most widely used and innovative, its architecture is under greater scrutiny now.
Cardano, in its turn, enjoys the advantage of being founded on formal approaches and proactive security standards. Its model is based on UTXO and eliminates the need for more intricate upgrades and quantum threats.
Crypto World
BlackRock’s Bitcoin ETF Now Rivals Binance, Doubling Coinbase in Daily Volume
BlackRock’s iShares Bitcoin Trust (IBIT) now processes between $16 billion and $18 billion in daily trading volume, positioning the regulated fund as a direct competitor to the world’s largest crypto exchanges.
The data, reported by analytics firm Kaiko, signals that institutional-grade products are pulling liquidity away from crypto-native platforms at a pace few anticipated.
A Regulated Giant Takes on Crypto Exchanges
IBIT’s daily turnover now more than doubles the $6 billion to $8 billion that Coinbase processes on its spot market.
The figure also approaches Binance’s spot trading activity, long considered the benchmark for global crypto liquidity.
The shift suggests regulated financial products are becoming competitive alternatives to traditional cryptocurrency exchanges. For an ETF that launched in January 2024, the speed at which IBIT has scaled is striking.
BlackRock’s fund commands roughly 70% market share by volume among U.S. spot Bitcoin (BTC) ETFs.
That dominance has only grown as institutional allocators increase their exposure through listed products rather than direct exchange access.
Q1 2026 Tested ETF Conviction
Despite IBIT’s trading volume surge, broader ETF flows told a more complicated story during the first quarter.
Spot Bitcoin ETFs saw $496.5 million in net outflows during Q1, with $1.8 billion leaving in the first two months.
Bitcoin fell 23.8% in Q1 2026, its worst first-quarter performance since 2018. The selloff, compounded by geopolitical tensions in the Middle East and the Federal Reserve’s cautious policy, triggered heavy redemptions in January and February.
However, figures from SoSoValue show that the funds added $1.32 billion in March and ended a dry spell that had lasted since October 2025. March’s reversal marked the first monthly gain for spot BTC ETFs in 2026.
On April 2, U.S. spot Bitcoin ETFs recorded a modest $8.99 million in total net inflows, led by Fidelity’s FBTC with $7.29 million.
Spot Ethereum ETFs, meanwhile, posted $71.17 million in net outflows, with BlackRock’s ETHA seeing the largest single-day withdrawal at $46.66 million.
What Comes Next for ETF Flows
The contrast between IBIT’s surging volume and the broader category’s uneven flows raises an important question.
- Trading activity does not always equal fresh capital entering the market.
- High volumes can also reflect hedging, rebalancing, or short-term positioning.
Spot Bitcoin ETFs closed Q1 as their second-worst quarterly performance since launch, only behind Q4 2025’s $1.15 billion in cumulative outflows.
Whether April sustains March’s momentum or reverts to the pattern seen earlier in the quarter will likely depend on macroeconomic signals and BTC price stability.
In the meantime, IBIT’s ability to match crypto-native exchange volumes confirms that the line between TradFi and digital asset markets continues to blur.
The post BlackRock’s Bitcoin ETF Now Rivals Binance, Doubling Coinbase in Daily Volume appeared first on BeInCrypto.
Crypto World
Bittensor (TAO) Price Surges 100% in March Following Major Network Developments
Key Highlights
- Bittensor’s TAO token experienced a near-doubling in value throughout March, reaching around $317 with a market capitalization exceeding $3 billion
- Subnet 3 of the Bittensor network unveiled Covenant-72B, a large language model with 72 billion parameters developed through over 70 decentralized nodes
- Covenant-72B achieved a 67.1 score on the MMLU evaluation, performing comparably to Meta’s Llama 2 70B model
- Grayscale submitted an amended S-1 registration statement to the SEC for establishing a Bittensor (TAO) Trust
- More than 68% of TAO’s 10.7 million token supply is locked in staking
The TAO token from Bittensor experienced remarkable growth throughout March 2026, with its value nearly doubling to reach approximately $317. This substantial price movement propelled the network’s overall market capitalization beyond the $3 billion threshold.

This significant price appreciation occurred alongside a groundbreaking technical achievement within the Bittensor network. The development team behind Subnet 3 unveiled Covenant-72B, an impressive language model containing 72 billion parameters that was trained using a network of more than 70 geographically distributed nodes.
The model demonstrated its capabilities by achieving a 67.1 score on the MMLU benchmark, an industry-standard evaluation metric for assessing large language model performance. This performance level positions Covenant-72B competitively alongside Meta’s Llama 2 70B model.
The achievement marked a significant validation point, demonstrating that decentralized, permissionless artificial intelligence training infrastructure can deliver performance metrics comparable to traditional centralized approaches. Previously, distributed training methodologies faced skepticism regarding their viability, with critics arguing they were inherently too inefficient and disjointed for practical applications.
The primary subnet token associated with this breakthrough, τemplar (SN3), experienced explosive growth exceeding 400% over the preceding month, achieving a market valuation approaching $130 million.
Expanding Ecosystem Activity Beyond Covenant-72B
The wider Bittensor subnet infrastructure experienced notable developments across multiple projects. Targon (SN4), which operates as a decentralized marketplace for GPU computational resources under Manifold Labs’ management, successfully negotiated a substantial six-figure partnership to provide infrastructure for Dippy AI’s operations, a platform serving 8.6 million active users.
The GMCI AI Index, a composite metric tracking leading AI-focused cryptocurrency tokens, experienced a 48% appreciation since early February. Bittensor holds a substantial 24.89% allocation within this index and served as the primary catalyst for the overall performance.
The index composition also features Render (RNDR) and Artificial Superintelligence Alliance (ASI), with these three assets collectively representing more than 71% of total index weighting. However, despite recent positive momentum, the index continues trading 84% below its peak valuation established during the first quarter of 2024.
Grayscale Advances SEC Registration for TAO Trust
On April 3, 2026, Grayscale filed an amended S-1 registration statement with the Securities and Exchange Commission for a Bittensor (TAO) Trust. The investment vehicle is designed as a passive holding structure that maintains TAO tokens and provides investors with exposure to the token’s price performance through tradable trust shares.
Bittensor’s circulating supply currently stands at 10.7 million TAO tokens. More than 68% of this available supply is currently committed to staking mechanisms.
The launch of Covenant-72B alongside Grayscale’s regulatory filing constitute the most significant recent catalysts for TAO token price action as of April 3, 2026.
Crypto World
Bitcoin (BTC) Dips Below $67K as Markets Enter Easter Break While Oil Hits 11% Single-Day Surge
Key Takeaways
- Bitcoin hovers near $66,600 as Good Friday shuts down CME futures and ETF trading
- Net Bitcoin demand dropped to -63,000 BTC despite record ETF and corporate buying reaching multi-month peaks
- Major holders have shifted to distribution mode, with 1,000–10,000 BTC wallets declining by approximately 188,000 BTC from highs
- U.S. equities broke their five-week downtrend, with both S&P 500 and Nasdaq posting modest weekly gains
- WTI crude oil exploded 11% to reach $111.54, marking its biggest single-day dollar increase in over four decades
As Easter weekend approaches, Bitcoin finds itself on shaky ground while traditional equity markets managed to eke out modest gains after an extended selloff.
[[LINK_START_2]]Bitcoin[[LINK_END_2]] was hovering around the $66,600 mark on Thursday as Good Friday holiday closures shuttered both CME futures and ETF trading platforms. This pause eliminates two critical demand channels precisely when buying momentum has already weakened considerably.

According to CryptoQuant analytics, 30-day apparent demand has fallen to approximately -63,000 BTC. This negative reading persists despite ETF purchases reaching roughly 50,000 BTC during the past month—the strongest level observed since October 2025.
Strategy, the prominent corporate Bitcoin accumulator, acquired approximately 44,000 BTC during this same timeframe. However, selling pressure from other market participants proved substantial enough to offset these significant inflows.
Whale Wallets Shift to Distribution
The most significant pressure indicator emerges from large-scale wallet activity. Addresses containing between 1,000 and 10,000 BTC have pivoted toward net selling behavior. Their annual balance shift declined to roughly -188,000 BTC, contrasting sharply with the positive 200,000 BTC recorded at the 2024 cycle top.
Medium-tier holders have similarly decelerated their accumulation patterns. The Coinbase Premium indicator has remained in negative territory, typically signaling diminished appetite among U.S. spot market participants.
Singapore-headquartered market maker Enflux informed CoinDesk that Bitcoin’s downside protection remains partially anchored to Federal Reserve rate cut expectations. This foundational support is currently facing significant testing.
The ISM prices-paid metric surged to 78.3 in March, reaching its highest point since June 2022. Such elevated readings diminish the likelihood of imminent rate reductions, thereby pressuring Bitcoin’s macro-supported price foundation.
ETF movement patterns already mirror this transition. The week ending March 24 recorded $296 million in net ETF withdrawals. Early April inflows have remained subdued.
CryptoQuant identified a resistance band spanning $71,500 to $81,200 for any potential recovery bounce. The upcoming critical data release is U.S. core PCE inflation scheduled for April 9.
Equity and Energy Markets
U.S. stock markets concluded the week with gains despite Thursday’s challenging trading session. The Dow Jones Industrial Average declined 61 points during Thursday’s action, yet all three primary indexes finished the week positively, ending a five-week consecutive losing streak.

The trading day was characterized by an extraordinary movement in crude oil markets. West Texas Intermediate crude concluded trading at $111.54, representing an 11% daily advance. The $11.42 dollar gain constitutes the largest single-session increase in WTI records extending back to 1983.
The price explosion followed President Trump’s address regarding the Iranian conflict situation, which failed to provide fresh details on resolving the Strait of Hormuz closure.
J.P. Morgan strategist Fabio Bassi projected that oil prices will likely maintain elevated levels throughout the second quarter. He positioned near-term risk within the $120–$130 per barrel band, noting that prices exceeding $150 remain possible should Strait disruptions extend into mid-May.
Market participants will also monitor the March nonfarm payrolls data release, scheduled for Friday despite equity market closures. Economic forecasters anticipate employment growth to rebound following February’s weather- and strike-impacted results.
Crypto World
Algorand (ALGO) Rockets 23% After Google Quantum AI Research Highlights Token 32 Times
Key Highlights
- ALGO climbed more than 23% to reach an 8-week peak of $0.105 following 32 citations in Google Quantum AI’s research publication
- Google’s study positioned Algorand third behind Bitcoin and Ethereum for post-quantum security initiatives
- Open interest in futures contracts spiked 55% to reach $58.9 million, while funding rates shifted to bullish territory
- Swiss banking institution PostFinance integrated Algorand, providing 2.5 million clients with direct ALGO access
- Revolut launched ALGO staking capabilities on March 30, opening opportunities for its 70+ million user base
On April 1, Algorand reached $0.105, marking its highest price point in eight weeks with daily gains exceeding 23%. This dramatic price movement occurred merely 48 hours after the cryptocurrency touched its record low.
The catalyst behind this surge was a newly published research document from Google Quantum AI. The study examined quantum computing vulnerabilities across leading blockchain networks. Algorand received 32 references throughout the paper, securing third place behind only Bitcoin and Ethereum in terms of post-quantum cryptographic development efforts.
TIL: Google Quantum AI paper confirms Bitcoin & Ethereum are currently secure.
Algorand already running post-quantum Falcon signatures in production since 2025.
Staying ahead by design. $ALGO https://t.co/8Kv5CUO28D
— Dagnum P.I. (@Dagnum_PI) March 31, 2026
By comparison, Solana and XRP garnered approximately half the number of citations. Networks like Hedera and Avalanche were completely absent from the research findings.
This acknowledgment provided Algorand with significant market visibility. Traders who had observed the token reaching historical lows interpreted the Google citation as an opportunity to acquire positions at heavily discounted prices.
Major Platform Integrations Fuel Additional Momentum
Two significant partnership announcements contributed additional upward pressure to ALGO’s price action.
PostFinance, a prominent Swiss retail banking institution, incorporated Algorand into its service offerings. The integration enables the bank’s 2.5 million account holders to purchase and store ALGO directly within their established banking infrastructure.
Additionally, Revolut introduced ALGO staking functionality beginning March 30. Given Revolut’s global user base exceeding 70 million individuals, this development substantially expands accessibility for retail participants. Increased staking activity removes tokens from active circulation, potentially creating upward price pressure in the longer term.
Derivatives market metrics confirmed the legitimacy of the price rally. Data from CoinGlass indicated that futures open interest for Algorand surged 55% within 24 hours, climbing to $58.9 million. The weighted funding rate simultaneously turned positive, indicating that long position holders were compensating short traders — a clear indication of bullish market sentiment.
Critical Price Levels Under Trader Scrutiny
Chart analysis reveals that ALGO escaped from a descending parallel channel formation that had constrained upward movement throughout early 2025. The price successfully breached the 20-day, 50-day, and 100-day simple moving averages in rapid succession.
#ALGO wants some pump👀
Broke out of the weekly falling wedge🚀
🎯1 target: 0.1935$
🎯2 target: 0.2460$$ALGO pic.twitter.com/oXiFVrSMbI— Alex Clay (@cryptclay) April 1, 2026
The supertrend indicator transitioned to green, suggesting sustained near-term bullish momentum.
The critical resistance threshold sits at $0.138, corresponding with the 200-day SMA. Successfully breaking through this barrier could pave the way toward retesting previous annual peaks.
Cryptocurrency analyst Alex Clay identified $0.1935 and $0.2460 as subsequent targets should buying interest persist at current levels.
Conversely, if ALGO retreats beneath the 50-day SMA positioned at $0.088, the breakout pattern would be negated, potentially triggering a retest of the all-time low price level.
As of April 2, Algorand’s market capitalization registered at $950.5 million, accompanied by 24-hour trading volume totaling $158.7 million.
Crypto World
Crypto Hackers Steal $168 Million from DeFi Protocols in Q1 2026
Crypto hackers stole over $168.6 million in cryptocurrency from 34 decentralized finance (DeFi) protocols in the first quarter of 2026, falling significantly from the same period last year, according to data from DefiLlama.
The $40 million private key compromise of Step Finance in January was the largest exploit of the quarter, the data shows, followed by a smart contract manipulation that drained $26.4 million in ether (ETH) from Truebit on Jan. 8. The third-largest was a private key compromise targeting stablecoin issuer Resolv Labs on March 21.
The quarterly figure is low given that the industry saw $1.58 billion stolen in the first quarter of 2025, with the bulk coming from the $1.4 billion Bybit exploit. However, experts warn that crypto hacks aren’t tied to specific periods within a year.

Hackers are more active when industry is booming
Nick Percoco, the chief security officer at crypto exchange Kraken, told Cointelegraph that cybercriminal activity in crypto tends to rise around market and event-driven cycles rather than fixed periods.
Threat actors are also drawn to areas where liquidity is concentrated, meaning attack spikes often follow wherever value is accumulating fastest, according to Percoco.
“Bull markets, major product launches and fast-moving growth phases all create more attractive conditions for attackers because more value is at stake and new infrastructure can introduce risk,” he said.
“That said, attacks are not confined to just these periods. Vulnerabilities can be exploited in any market environment, particularly in complex or rapidly evolving systems, underlining that security in crypto must be continuous.”
Crypto attackers are a “broad and evolving mix”
North Korea-linked actors have been a persistent threat to crypto investors and Web3-native companies alike.
Hackers affiliated with the organization have been suspected of numerous attacks, including the Wednesday attack on Drift Protocol, a decentralized cryptocurrency exchange that lost an estimated $285 million to a private key leak.
Related: Hacked crypto tokens drop 61% on average and rarely recover, Immunefi report says
Percoco said the threat landscape is a mix of actors with different levels of sophistication, highly coordinated groups targeting core infrastructure, organized cybercriminal networks and opportunistic hackers scanning for weaknesses in smart contracts and client-facing systems.
“It is a broad and evolving mix, but they are ultimately targeting the same thing: global, liquid and accessible value. Targeting is rarely purely random. In many cases, attackers are deliberate in how they assess infrastructure, code, access controls and even human behavior,” he said.
“At the same time, crypto’s transparency makes it easier for opportunistic actors to spot weaknesses as they emerge. The most attractive targets tend to be those combining large concentrations of value, technical complexity and gaps in operational security.”
Security experts previously told Cointelegraph that 2026 would likely see an increase in sophisticated credential theft, social engineering, and AI-powered attacks.
Magazine: All 21 million Bitcoin is at risk from quantum computers
Crypto World
Google, Microsoft, backs x402 Foundation to standardize AI-driven crypto payments
Big Tech firms have come together to back a new industry body focused on standardizing how AI agents handle payments across crypto and traditional rails.
Summary
- Big Tech firms including Google, Microsoft and Amazon Web Services backed the launch of the x402 Foundation to standardize AI-driven payment infrastructure.
- The Linux Foundation introduced the initiative with Coinbase, placing the protocol under an open source and nonprofit structure.
The Linux Foundation on Thursday announced the launch of the x402 Foundation, a governance initiative built around the x402 protocol, with early support from companies including Google, Microsoft, and Amazon Web Services.
The project has been developed with input from Coinbase, which originally introduced the x402 protocol. A number of financial and blockchain firms have also signaled early backing, including American Express, Mastercard, Visa, Stripe, Circle, Solana Foundation, and Polygon Labs.
Support has also come from infrastructure and commerce platforms such as Cloudflare and Shopify, along with developer-focused firms like Thirdweb and regional payment provider KakaoPay.
According to Coinbase, placing the protocol under the Linux Foundation gives it a “neutral, nonprofit home,” that could eventually help attract support from tech firms and developers compared to a company banner.
Jim Zemlin, CEO of the Linux Foundation, pointed to the internet’s history of shared infrastructure, stating that “the internet was built on open protocols,” as he made the case for adopting a similar model for AI-driven payments.
The x402 protocol is designed as an open standard that allows AI agents and web services to execute payments on their own, covering use cases such as paying for APIs, accessing data, or purchasing digital services without human intervention.
Momentum around the concept has been building alongside expectations that machine-to-machine transactions could become a dominant force in crypto payment activity.
Brian Armstrong said recently that “there will be more AI agents transacting online than humans very soon,” aligning with earlier remarks from Jeremy Allaire, who projected that “literally billions of AI agents” could be active on-chain within three to five years.
Similarly, former Binance CEO Changpeng Zhao has argued that crypto is the “native currency for AI agents,” particularly for automated payments ranging from ticket purchases to recurring bills.
However, activity tied to the x402 protocol has yet to show steady growth. Data from Dune Analytics indicates that usage surged late last year before tapering off.
Weekly transaction counts climbed to about 13.7 million during the week of Nov. 4–10, followed by another 13.66 million the week after. Activity has since cooled, with weekly volumes ranging from roughly 29,000 to 1.1 million so far in 2026, pointing to uneven adoption despite strong backing from major industry players.
Crypto World
Cantor Equity Partners II (CEPT) Receives Bullish Analyst Rating Before Securitize Deal
Key Takeaways
- Investment firm Benchmark starts coverage on Cantor Equity Partners II (CEPT) with bullish Buy rating and sets $16 price objective.
- The SPAC is preparing to complete a merger with Securitize, a tokenization platform valued at $1.25 billion.
- Securitize commands approximately 70% market share in U.S. tokenization and manages BlackRock’s $2.2B BUIDL fund.
- Securitize and the New York Stock Exchange unveiled plans for a joint tokenized securities platform offering 24/7 trading capabilities.
- Analyst estimates the addressable market for real-world asset tokenization at $300 trillion globally.
CEPT was trading around $11 at the time of writing.
Cantor Equity Partners II, Inc. Class A Ordinary Share, CEPT
Investment banking firm Benchmark has launched coverage of Cantor Equity Partners II with a bullish outlook, highlighting the upcoming combination with Miami-headquartered tokenization specialist Securitize as a significant growth driver. Research analyst Mark Palmer established a $16 price objective, which assumes Securitize will achieve $178 million in annual revenue by late 2026.
Securitize provides a comprehensive platform for converting traditional real-world assets — including equities, fixed income securities, and investment funds — into blockchain-based digital tokens. Benchmark characterizes the company as an attractive “pure-play investment opportunity in the tokenization sector.”
The business combination between CEPT and Securitize was publicly disclosed in October 2024, establishing a $1.25 billion enterprise valuation for Securitize. Following transaction completion, the merged entity will trade on the Nasdaq exchange under the new ticker symbol SECZ.
Palmer highlighted robust revenue predictability for Securitize, noting that origination fees charged to companies tokenizing assets plus ongoing servicing income provide dependable cash flow. The analyst emphasized that Securitize’s platform-agnostic approach across multiple industries represents a strategic advantage.
“Securitize is really focused on providing the process behind tokenization, from origination through servicing, in a way that’s applicable to a breadth of industry verticals,” Palmer said.
Strategic Partnerships with BlackRock and NYSE Strengthen Market Position
Securitize currently operates BlackRock’s BUIDL fund, which stands as the industry’s largest tokenized money-market product at $2.2 billion in assets under management, deployed across eight blockchain networks including Ethereum and Solana. BlackRock previously spearheaded a $47 million strategic investment round in Securitize, creating what Benchmark identifies as a meaningful competitive moat.
Just last week, Securitize and the New York Stock Exchange revealed a strategic collaboration to develop a dedicated platform for tokenized securities that will enable continuous trading around the clock. This partnership positions Securitize as a central player in modernizing American capital markets infrastructure aligned with the SEC’s “Project Crypto” regulatory framework.
Benchmark analyst Palmer contends that Securitize’s technology stack offers distinct advantages over rivals by eliminating reliance on traditional clearing systems like the DTCC. This differentiates the company from competitors such as Figure Technologies, which completed its Nasdaq listing in September 2025 with a narrower focus on tokenized home equity credit products.
Massive $300 Trillion Market Opportunity
Benchmark calculates Securitize’s total addressable market at approximately $300 trillion — representing the aggregate value of real-world assets worldwide. Since the platform works across diverse asset classes and industries, Palmer noted the company faces no artificial ceiling from vertical-specific limitations.
“The concept here really is better and faster across the board,” Palmer told Decrypt. “It’s just a matter of time before the market begins to recognize the benefits both in terms of efficiency and settlement times.”
According to Benchmark’s research, Securitize maintains roughly 70% control of the tokenization market in the United States. This dominant market position, coupled with prestigious institutional partnerships, should enable the company to expand its competitive advantage as adoption accelerates.
CEPT shares were changing hands near $11 when Benchmark released its research report, representing significant discount to the analyst’s $16 price target.
Crypto World
US Households Have Never Been More Exposed to the Stock Market, And That’s a Problem
US households now have a larger share of their net worth tied to the stock market than at any point in modern history.
The figure stands at 25.63% of total household net worth, eclipsing the Dot-Com Bubble high of 19.56% and the 1968 peak of 22.01%.
The share of equities in household wealth has nearly tripled since the 2008 Financial Crisis low of 8.77%. Measured as a share of financial assets, FRED’s Q4 2025 reading puts the figure at 47.1%.
But why is this concerning? All major US indices have trended lower in 2026. The Nasdaq Composite leads losses, declining 5.84% year to date.
Follow us on X to get the latest news as it happens
The S&P 500 is down 4.0%, the Russell 1000 has dropped 3.93%, and the Dow Jones Industrial Average has declined by 3.24%.
The sell-off is further fueled by the conflict between the US, Israel, and Iran, which has disrupted energy markets and shaken investor confidence.
With the record exposure, these declines aren’t just a portfolio problem. They’re an economic one. Consumer expenditures currently represent roughly 69% of US GDP.
“A significant correction in stocks could trigger a sharp pullback in spending, particularly among higher-income households who drive a significant part of consumption,” The Kobeissi Letter wrote.
Goldman Sachs also echoed this concern in a note, estimating that a 10% stock drop in equity prices sustained through the second quarter could shave 0.5 percentage points off GDP growth.
Thus, with equity exposure at a record, a correction would carry outsized consequences. Whether this cycle resolves through a soft landing or a harder repricing may depend on how long the geopolitical turmoil continues to weigh on markets.
Subscribe to our YouTube channel to watch leaders and journalists provide expert insights
The post US Households Have Never Been More Exposed to the Stock Market, And That’s a Problem appeared first on BeInCrypto.
-
NewsBeat6 days agoThe Story hosts event on Durham’s historic registers
-
NewsBeat14 hours agoSteven Gerrard disagrees with Gary Neville over ‘shock’ Chelsea and Arsenal claim | Football
-
Sports6 days agoSweet Sixteen Game Thread: Tide vs Michigan
-
Entertainment4 days ago
Fans slam 'heartbreaking' Barbie Dream Fest convention debacle with 'cardboard cutout' experience
-
Entertainment5 days agoLana Del Rey Celebrates Her Husband’s 51st Birthday In New Post
-
Crypto World3 days ago
Dems press CFTC, ethics board on prediction-market insider trades
-
Crypto World1 day agoGold Price Prediction: Worst Month in 17 Years fo Save Haven Rock
-
Tech4 days agoThe Pixel 10a doesn’t have a camera bump, and it’s great
-
Sports3 days agoTallest college basketball player ever, standing at 7-foot-9, entering transfer portal
-
Tech3 days agoEE TV is using AI to help you find something to watch
-
Business8 hours agoNo Jackpot Winner and $194 Million Prize Rolls Over
-
Fashion5 days agoAmazon Sundays: Soft Spring Layers
-
Business1 day agoLogin and Checkout Issues Spark Merchant Frustration
-
Crypto World3 days agoU.S. rule change may open trillions in 401(k) funds to crypto
-
Tech3 days agoHow to back up your iPhone & iPad to your Mac before something goes wrong
-
Tech4 days agoAvatar Legends: The Fighting Game comes out in July and it looks pretty slick
-
Tech4 days agoApple will hide your email address from apps and websites, but not cops
-
Politics4 days agoShould Trump Be Scared Strait?
-
Tech3 days agoFlipsnack and the shift toward motion-first business content with living visuals
-
Tech5 days agoElon Musk’s last co-founder reportedly leaves xAI


You must be logged in to post a comment Login