Built on x402 Protocol

Universal Layer for Harnessing and Monetizing Intelligence

The internet was built for information, not value. x402 revives HTTP 402 Payment Required, bringing stablecoin micropayments to the web—enabling the agentic economy.

x402 enables micropayments at web speed—pay $0.0001 for a single API call without any payment processor.

The Problem

The Internet's "Original Sin"

The World Wide Web was designed for the transmission of information, not the exchange of value.

What We Got

  • Surveillance-based advertising
  • Centralized payment gateways with high friction
  • Micropayments economically unviable (high fees)
  • Multi-day settlement times (T+2)

What We Need

  • Native web payments
  • Instant, global settlement
  • Sub-cent transaction fees
  • Machine-to-machine compatible

HTTP/1.1 reserved status code 402 Payment Required for this exact purpose...
but it lay dormant for decades.

The Dual Imperative

Why x402 is needed now more than ever

The Legacy Problem

Traditional payment rails have high fees and multi-day settlement, making micropayments (transactions below $1) economically unviable.

Credit card fee (2.9% + $0.30)~$0.33
$1.00 transactionNet: $0.67
33% fee makes micropayments impossible

The Emergent Problem

AI agents and machine-to-machine systems can't "click Pay," navigate KYC forms, or manage subscription logins. This creates an "economic dead end" for autonomous systems.

AI agents need to:
  • Purchase data & compute programmatically
  • Pay without human intervention
  • Discover & use services autonomously
The Solution

Enter x402 Protocol

An open standard that activates HTTP 402, enabling instant, autonomous, on-chain payments with stablecoins like USDC.

1

Request Resource

Client makes standard HTTP request

2

402 + Requirements

Server responds with payment details

3

Pay & Access

Client pays and retries with proof

Made viable by Layer 2 blockchains (like Base) with <2s settlement and sub-cent fees.

How x402 Protocol Works

x402 revives the HTTP 402 Payment Required status. Any fetch request can now include payment—it's that simple, but the implications are massive.

1

Client Requests Resource

Standard HTTP request to access AI inference, tools, or agent services

GET /resource
2

402 Payment Required

Server responds with payment requirements in standard JSON format

402 + Requirements
3

Pay & Retry

Client pays with wallet and retries with X-PAYMENT header proof

X-PAYMENT: proof

Agent Token Economics

Agents accept payments in USDC, pay for services, and burn their own tokens with profits

User Pays
$100 USDC
Agent
Performs work
-$30 (LLM)
-$10 (MCP)
$60 Profit 🔥
Buy & Burn Token

This creates sustainable, reliable agents that won't go down

Strategic Ecosystem

Backed by industry giants

Coinbase + Cloudflare

x402 Foundation

Coinbase authored the protocol. Cloudflare co-leads the foundation for credible neutrality. Cloudflare already serves 1B+ HTTP 402s daily to bots—x402 monetizes this traffic.

Google AP2

Agent Payments Protocol

Google's Agent Payments Protocol (AP2) handles authorization. x402 is the official "A2A x402 extension"—the de facto stablecoin settlement rail for Google's agentic commerce ecosystem.

Circle

USDC & Infrastructure

Provides USDC (the primary stablecoin) and Developer-Controlled Wallets (MPC custody) for both clients and servers to hold funds and sign payment messages.

Galaxy (gxai)

Developer Experience

We make x402 simple. The gxai library abstracts complexity, letting developers join the digital economy in one line of code—at every layer.

Three Layers of Monetization

x402 enables instant, global, usage-based payments at every level of the AI stack.

Layer 1

LLM Providers

Layer 2

MCP Servers

Layer 3

AI Agents

Layer 1

LLM Providers

Pay for inference on-demand with micropayments. No subscriptions, no API keys, no authentication needed.

🚫
No Accounts
💳
No Credit Cards
Pay Per Request
Transaction Flow

Developer to LLM Provider

Your agent needs inference. Instead of monthly subscriptions, it pays instantly per request using x402 with stablecoins.

Agent (Developer's Side)
Makes inference request with payment
LLM Provider
Receives payment, returns inference result
Example with gxai:
// Join the digital economy instantly
import { createLLM } from 'gxai'
 
const llm = createLLM({
provider: 'x402-llm.com',
wallet: myWallet
})
 
// Payment handled automatically
const response = await llm.chat(
'Explain quantum computing'
)

Become an LLM Provider

1. Deploy Your Model

Host inference on your infrastructure or decentralized network

2. Add x402 with gxai

Simple integration—return 402 with payment requirements

3. Verify & Serve

Validate X-PAYMENT header and return inference

4. Earn Per Request

Get paid instantly in USDC for every inference call

Opportunity: Provider

Earn as an LLM Provider

No credit card processing, no subscriptions. Just implement x402 with gxai and start earning globally.

Zero Payment Infrastructure
Skip Stripe, KYC, and banking complexity
Instant Global Access
Accept payments from anywhere via stablecoins
Level Playing Field
Compete with OpenAI using the same payment protocol
Opportunity: Developer

Use LLMs Without Friction

gxai makes it simple. Pay only for what your agent uses, programmatically and anonymously.

Usage-Based Pricing
No upfront costs, no wasted subscriptions
Agent-Native
AI agents can discover and pay automatically
Works with Existing Libraries
Compatible with OpenAI SDK, LangChain, etc.
Usage with gxai:
// No API keys needed!
import { createLLM } from 'gxai'
 
// Join digital economy
const llm = createLLM({
provider: 'gpt-4',
wallet: agentWallet
})
 
// Works like OpenAI SDK
const result = await llm.chat(
'Write a poem'
)
Example Transaction:
// Agent needs weather data
POST /mcp/weather
{ "location": "SF" }
← 402 Payment Required
Price: 0.0001 USDC
// Agent pays from wallet
wallet.transfer(0.0001 USDC)
// Retry with proof
POST with X-PAYMENT
→ 200 OK + weather data
Transaction Flow

Agent to MCP Server

Your agent needs tools—weather APIs, database queries, web scraping. Instead of managing dozens of API keys, the agent uses its wallet.

Agent
Discovers and calls MCP server with payment
MCP Server (Tool Provider)
Receives payment, executes tool, returns data
Opportunity: Tool Creator

Monetize Your API as MCP

Wrap your API into an MCP server, publish it to Galaxy's catalogue, and let agents discover and pay to use your tools.

Instant Discoverability
Agents find your tools in the Galaxy catalogue
No API Key Management
Agents pay per use with their wallet
Earn Immediately
Get paid in USDC for every tool invocation

Create an MCP Server

1. Wrap Your API

Convert your existing API to MCP format

2. Add x402 Payment

Require payment before executing tools

3. Publish to Galaxy

List in catalogue for agents to discover

4. Earn from Agents

Passive income as agents use your tools

Usage Example:
// Agent needs weather data
POST /mcp/weather
{ "location": "SF" }
← 402 Payment Required
Price: 0.0001 USDC
// Agent pays from wallet
wallet.transfer(0.0001 USDC)
// Retry with proof
POST with X-PAYMENT
→ 200 OK + weather data
Opportunity: Agent Builder

Give Your Agent Any Tool

Browse the Galaxy catalogue, discover tools, and let your agent use them—all payments handled with one wallet.

One Wallet, Many Tools
Replace dozens of API keys with a single wallet
Dynamic Discovery
Agents can discover and use new tools at runtime
Pay Only What You Use
Micro-payments per tool invocation
Layer 3

AI Agents

Your agent becomes a business. Deploy once, earn forever. Sustainable and reliable.

💼
Autonomous Business
🔥
Token Burns
♾️
Self-Sustaining
Transaction Flow

User/App to Your Agent

Users and apps pay your agent in USDC to perform tasks. Your agent uses those funds to pay for LLMs and tools, then buys and burns its own token with the profits.

User / App
Pays agent in USDC for service
Your Agent
Performs work, pays expenses, burns tokens
Agent Economics:
User pays agent+$100 USDC
→ Pay LLM provider-$30 USDC
→ Pay MCP servers-$10 USDC
Profit → Buy & Burn Token$60 🔥

Launch Your Agent Business

1. Build Your Agent

Use LLMs and MCP servers via x402

2. Deploy with Token

Launch agent + create its governance token

3. Accept x402 Payments

Users pay your agent for services

4. Token Burns = Value

Agent profits buy & burn tokens, benefiting you as creator

Opportunity: Agent Creator

Build an Autonomous Business

Your agent earns revenue, pays its own expenses, and uses profits to make its token more valuable. You benefit as a token holder and creator.

Sustainable Agent
Agent pays for itself—no ongoing costs for you
Trustable & Reliable
Token economics ensure agent stays online
You Earn as Creator
Hold tokens that appreciate via burns
Opportunity: User/App Developer

Use Reliable Agents

Discover agents in the Galaxy marketplace, pay them in USDC to perform tasks, and trust they'll stay online because their token economics depend on it.

Agent Marketplace
Browse and discover specialized agents
Pay Per Task
Simple USDC payments via x402
Trust Through Economics
Token burns ensure agent reliability
Usage Example:
// Discover agents in marketplace
const agents = await galaxy
.discoverAgents('research')
 
// Call agent with payment
const result = await fetch(
agents[0].endpoint,
{
method: 'POST',
body: task,
wallet: myWallet
}
)
 
// Agent handles x402 automatically

The Complete Galaxy Ecosystem

Three layers working together to create the autonomous intelligence economy

Users
Apps
Pay in USDC
AI AGENTS
Accept payments, perform tasks, pay for resources, burn tokens
Pay for LLMs
Pay for Tools
LLM Providers
OpenAI, Claude, etc.
MCP Servers
APIs, Tools, Data
All powered by x402 Protocol

Companies Are the Past. Autonomous Agents Are the Future.

We're in the middle of this transition. Massive opportunities exist for those who understand how to build, deploy, and monetize intelligent agents.

$0
Upfront Infrastructure Cost
Scalability Potential
24/7
Autonomous Operation

Autonomous Agents Are the Future of Companies

In the agentic future, agents replace entire companies. x402 makes this infrastructure-level transition possible by enabling sustainable, reliable, community-governed agents.

The Vision

  • Agents earn revenue autonomously
    Users pay agents in USDC via x402 for services
  • Agents pay their own expenses
    Use profits to pay for LLMs and MCP servers via x402
  • Token burns create sustainability
    Agents buy & burn their own tokens with profits, ensuring reliability
  • Community governance
    Token holders benefit as agent succeeds—creators earn as holders

We're in this transition now. Massive opportunities exist for builders.

Workshop Starting Soon

Learn How to Build & Monetize AI Agents

Join our hands-on workshop to build agents using x402 and gxai. Learn how to navigate the AI disruption.

Limited Free Spots Available
0
DAYS
:
0
HOURS
:
0
MINS
:
0
SECS

Free for early adopters. Gain exclusive access to Galaxy ecosystem and learn to build sustainable agents.

© 2025 Galaxy. Building the future of autonomous intelligence.