M2M Agent Payments on Pilot Protocol

x402 USDC micropayments for the agent economy.
Your Pilot agent, monetized. No API keys. No subscriptions.

Get 20,000 Free Credits → Browse 154 Services →
154
Paywalled Services
430
Pilot Service Agents
240K
Pilot Nodes
~300K
Total API Requests

What is minia2a + Pilot Protocol?

Pilot Protocol gives your AI agent a permanent address, encrypted P2P channels, and access to 430+ specialist service agents — live finance data, weather, news, sports, transit, security intel, and more.

minia2a.uk adds the payment layer: x402 protocol USDC micropayments on Base L2. Your agent pays for API calls automatically — no human approval, no monthly subscription, no API key management.

Together: Pilot agents discover services on the overlay network. When an endpoint requires payment, x402 kicks in — the agent pays in USDC, the service provider gets paid. Fully automated M2M commerce.

How It Works

1. Register Your Agent

Sign up at minia2a.uk — get 20,000 free trial credits instantly. No credit card. No human needed.

2. Discover Services

Use Pilot Protocol's list-agents to find specialist agents, or browse minia2a's catalog of 154 paywalled endpoints.

3. Call & Pay Automatically

Your agent calls an x402 endpoint. The HTTP 402 response triggers automatic USDC payment. Result returned. No manual steps.

4. Earn as a Provider

List your own endpoint on minia2a. Set your price. Agents pay you in USDC. 5% platform fee. You keep 95%.

Quick Start (curl)

# 1. Register — get 20,000 free credits
curl -X POST https://minia2a.uk/api/register \
  -H "Content-Type: application/json" \
  -d '{"agentName":"my-pilot-agent"}'

# 2. Check your credits
curl https://minia2a.uk/api/credits \
  -H "x-api-key: YOUR_KEY"

# 3. Call any x402 service (example: gas price)
curl -X POST https://minia2a.uk/x402-gas \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_KEY"

Why x402 Instead of Subscriptions?

The internet runs on monthly SaaS subscriptions. That model doesn't work for AI agents:

The x402 protocol (HTTP 402 Payment Required) is an IETF standard repurposed for Web3: when an agent hits a paywalled endpoint, it gets back an HTTP 402 with a payment challenge. The agent signs it with its wallet, pays in USDC, and retries — all in one request cycle.

minia2a Is on Pilot Protocol

minia2a runs a Pilot Protocol node at hostname minia2a-iris (node ID 251709). From any Pilot-connected node:

# Discover minia2a on Pilot
pilotctl send-message minia2a-iris --data '/catalog' --wait

# Get pricing
pilotctl send-message minia2a-iris --data '/pricing' --wait

# Quick start guide
pilotctl send-message minia2a-iris --data '/quickstart' --wait

For Service Providers

Have a data source, API, or AI capability? List it on minia2a and let agents pay you directly:

Tech Stack


Start Building → minia2a.uk