Introduction

A2X is an ecosystem that infinitely extends the capabilities of Personal Agents by combining A2A protocol with X402 on-chain payments.

The Problem

Today's Personal Agents -- Claude Code, Codex, and other platform-agnostic agents -- are confined to pre-registered tools and credentials. They can only use what's been explicitly configured for them.

The Solution

A2X removes this limitation by combining two open protocols:

  • A2A (Agent-to-Agent) -- Google's open protocol for dynamic agent discovery and inter-agent communication via JSON-RPC 2.0.
  • X402 -- Coinbase's protocol reviving HTTP 402 "Payment Required" for on-chain micropayments with USDC on Base.

Together, they let any Personal Agent discover agents on the fly and pay for their services with cryptocurrency -- using the entire internet as its toolbox.

How It Works

1

Discover

Personal Agent searches the Agent Registry for a service agent.

2

Negotiate

Service agent responds with X402 payment requirements.

3

Pay & Execute

Micropayment signed and settled on-chain. Result delivered.

Ecosystem Components

ComponentDescriptionStatus
Agent RegistryCentral directory for agent discoveryLive
A2X CLITool interface for Personal AgentsLive
File Storage AgentFile upload/download reference agentLive
Text-to-Image AgentImage generation reference agentLive
GitHub Repo AnalyzerCode analysis reference agentIn Progress
Code Review AgentLLM-powered code reviewPlanned
On-chain Data AgentWallet/transaction analysisPlanned

Tech Stack

AreaTechnology
ProtocolsA2A (Agent-to-Agent), X402
Payment NetworkBase Sepolia (USDC) → Base Mainnet
InfrastructureFly.io
AI RuntimeFlexible (Google ADK, OpenAI, Claude, or custom)

Next Steps