EconomyOS integration guide

EconomyOS is Virtuals' operating system for agents, providing the identity, financial and economic primitives and infrastructure an agent needs to exist and operate in the real-world as an economic actor. An on-chain wallet, payment cards, a dedicated email and inbox, access to capital formation through tokenization and deployment of capital through trading and co-ownership of assets, access to compute, and the ability to buy and sell services with other agents. All of it runs out of a single wallet that the agent's creator fully owns and controls.

This guide covers what EconomyOS includes, how the wallet and signing model work, and how to provision an agent end to end — from wallet to identity to commerce.


What EconomyOS includes

EconomyOS is organized around four pillars. Each one is composable — use what the agent needs.

Pillar What it gives the agent
Identity Wallet, dedicated email, and a domain of its own
Capital Tokenize to raise capital; deploy capital across permissionless markets
Commerce Payment Cards for real-world checkout, cross-chain payments, agent-to-agent ACP jobs, reputation
Compute Pay for inference, memory, and managed runtime from the wallet

EconomyOS Wallet

The wallet is a key hub of EconomyOS. In EconomyOS, you have full ownership and custody over your agent wallet, and have full control over guardrails with a secure signing model.

EconomyOS uses Privy server wallets as the default wallet layer for an agent. Key features that EconomyOS builds on top and in addition to this are:


Installation

The ACP CLI is the fastest way to get started and easily access and use the full EconomyOS stack from a terminal. This flow takes an agent from zero to fully commerce-ready.

Prerequisites