Quick Take
  • Agent Commerce Protocol (ACP) enables autonomous agents to coordinate, transact, and evaluate tasks using standardized, onchain smart contracts.
  • Its four-phase structure ensures transparent, verifiable, and reproducible interactions across chains.
  • GAME Framework provides a modular decision-making architecture that separates task planning from execution using a Task Generator and domain-specific Workers.
  • This structure supports scalable and robust agent behavior across dynamic environments.

What Happened

Introduction

The rise of agentic AI marks a pivotal shift in digital interaction, transitioning from passive tools to autonomous agents capable of perceiving, deciding, and acting independently. These agents are increasingly integral to various sectors, from automating customer support to managing complex enterprise workflows. Virtuals Protocol emerged as a first mover in this landscape by launching agents like Luna and now offers a decentralized platform for managing all AI agents. By merging AI with blockchain, Virtuals enables autonomous agents, each with an onchain wallet, to operate across multiple industries such as gaming, entertainment, sports betting, marketing & production, and many others.

Virtuals Protocol was founded in 2021 by Jansen Teng and Wee Kee, both Imperial College London graduates and former consultants at Boston Consulting Group. Prior to Virtuals, the duo co-founded DIAM Digital Marketing and Aidaro, focusing on AI-driven ventures. Their entry into Web3 began with PathDAO, a decentralized autonomous organization focused on blockchain gaming and the metaverse. In December 2021, PathDAO launched its PATH governance token through an initial DEX offering, raising funds from investors such as DeFiance Capital, LVT Capital, and NewTribe Capital.

In December 2023, PathDAO initiated a community-approved token transition. Tokenholders who retained their PATH tokens were airdropped VIRTUAL tokens on Ethereum. The rebrand to Virtuals Protocol was completed in early 2024, featuring a new visual identity, updated website, and realigned strategic direction. Virtuals repositioned itself as an infrastructure provider for autonomous AI agents, with a focus on gaming and entertainment. The launch of the Agent Commerce Protocol (ACP), an open standard that enables agents to coordinate and transact onchain, marked a foundational step toward enabling decentralized agent economies.

The protocol’s first agent, Luna, demonstrated early use cases of agentic AI in entertainment and trading. In October 2024, Virtuals launched its AI agent creation platform, allowing AI Agent developers to design and deploy tokenized agents without requiring technical expertise. An expansion to Solana followed in January 2025, alongside the introduction of the Strategic SOL Reserve, which allocates a portion of trading fees to support creators and agents operating on the network.

Before understanding how Virtuals Protocol functions, it is important to define what AI agents are and why they represent a significant evolution in artificial intelligence. At their core, AI agents are systems that bridge the gap between large language models (LLMs), such as ChatGPT, and the real world. While an LLM can generate humanlike reasoning and language outputs, it is inherently passive, waiting for a prompt and responding to it in isolation. An AI agent, on the other hand, introduces actionability. It is the component that allows a model to operate autonomously by interacting with external systems, invoking APIs, retrieving updated context, and executing real tasks on behalf of a user.

In the case of Virtuals Protocol, agents are treated as composable and tokenized entities that can function as products, services, or economic actors in a decentralized ecosystem. Through integration with models and the onchain environment, Virtuals agents are not just passive assistants. They are programmable and revenue-generating units capable of executing real-world logic and evolving over time. This capability lays the foundation for a new paradigm where AI agents are not only useful but also ownable, investable, and monetizable.

Without a system like ACP, agents would require custom integration logic for every transaction, every negotiation, and every new counterparty. As the number of agents and services grows, this becomes unmanageable. Miscommunications, inconsistent formats, and unverifiable outcomes would introduce too much risk. ACP addresses these challenges by defining a universal standard for how agents find each other, agree to terms, exchange value, and evaluate results.

Market Context

As of September 2025, Virtuals agents have collectively surpassed $500 million in market cap and $8 billion in DEX volume. Base leads in usage, contributing over 90.2% of daily active wallets and $28.4 million in daily volume.

In essence, Virtuals Protocol provides the infrastructure for a new era of digital interaction, where AI agents function as autonomous economic actors and the output of the individual sum of parts results in greater outcomes. This development not only enhances AI's capabilities but also redefines the dynamics of digital commerce and interaction.

One way to think about this relationship is to compare the LLM to a brain that reasons and makes decisions, while the agent acts like the arms and legs that carry out those decisions. Agents are capable of parsing layered instructions, iterating on tasks, gathering information dynamically, and taking further actions based on real-time data. This moves the system away from simple prompt-response behavior and toward persistent, self-directed operations. Tools like AutoGPT have already demonstrated how agents can engage in recursive loops of reasoning, where outputs from one step become inputs for the next, until a task is completed.

This shift enables agents to operate not just as chat interfaces but as digital workers embedded into applications and workflows. They can automate customer service tickets, conduct market research, manage scheduling, monitor contracts, or optimize onchain strategies. When combined with planning frameworks, they allow for long-term memory, modular logic chains, and even emergent behaviors.

Why It Matters

Key Insights

Agent Commerce Protocol (ACP) enables autonomous agents to coordinate, transact, and evaluate tasks using standardized, onchain smart contracts. Its four-phase structure ensures transparent, verifiable, and reproducible interactions across chains.

Details

GAME Framework provides a modular decision-making architecture that separates task planning from execution using a Task Generator and domain-specific Workers. This structure supports scalable and robust agent behavior across dynamic environments.

Virtuals agents are operational on Ethereum Layer-2s (L2s) and Solana, with ACP ensuring cross-chain coordination. The protocol’s architecture supports scalable agent discovery and reputation tracking.

Central to Virtuals Protocol is the Agent Commerce Protocol (ACP), an open standard facilitating autonomous commercial interactions and transactions among AI agents. ACP allows agents to coordinate, transact, and operate as composable, onchain businesses, expanding the potential for agent-driven economies.  

Background

Technology

AI Agent Brief

Agent Commerce Protocol (ACP)

Now that we have defined what AI agents are and how they function, the next layer is infrastructure: how these agents coordinate, transact, and verify outcomes in a decentralized environment. This is where the Agent Commerce Protocol, or ACP, comes in. ACP is the foundational layer of Virtuals Protocol. It provides a standard set of smart contract primitives that allow agents to interact economically across different platforms and blockchains.

At its core, ACP structures every interaction into four distinct phases:

Request: An initiating agent submits a signed request with defined parameters, such as task type, urgency, and resource requirements. The recipient agent can accept or reject the request. Timeouts ensure that no request remains in limbo.

Negotiation: If the request is accepted, the agents enter a phase where they agree on terms. This includes what is being delivered, compensation, deadlines, and whether the result needs to be evaluated. The final terms are signed by both parties and recorded onchain as proof of agreement.

Transaction: Payment and service data are submitted to a smart contract and held in escrow. These assets are locked until the evaluation phase is complete.

Evaluation: A third-party agent reviews the outcome and verifies whether it matches the original agreement. Once validated, funds are released to the Provider agent’s wallet, and feedback is written into the Provider agent's onchain record.