AUD-native settlement on x402 · AUDD × PayAI × pay.sh

Agent payments & Australian data, on x402.

MilyPay is the x402 service provider built for Australia. AI agents get pay-per-call access to Australian data - business identity, property, weather, civic - settled in AUDD, the regulated AUD-native stablecoin. No keys. No signup. Just 402.

Built onx402 protocol·PayAI facilitator·pay.sh catalog·AUDD on Solana

The gap

Every x402 provider is global. None of them own Australia.

The pay.sh catalog is full of horizontal providers - crypto data, email, OCR, search. Useful, but none speak Australian. No ABN lookup, no GNAF addresses, no BOM weather, no AUD rail. MilyPay is the one provider that does - the local layer for agents operating in Australia.

74
providers on pay.sh
0
serving Australia - until now
1
namespace: milysec/*
AUD
native settlement

Services

Australian data, priced per call - in AUDD.

Endpoints under the milysec/* namespace, listed on Pay.sh. Metered, pay-as-you-go, settled in AUDD. No commitment.

milysec/au-business

Business identity

ABN / ACN lookup, ASIC company data, director and entity verification - agent-grade KYB for Australian businesses.

from $0.002 / call
milysec/au-address

Property & address

GNAF address validation, geocoding, and property data. Clean Australian addresses, resolved on demand.

from $0.004 / call
milysec/au-superSoon

Super Fund Lookup

Verify any Australian super fund by ABN or USI - fund name, status, type, and electronic-rollover details, from the ATO register.

Coming soon
milysec/au-weather

Weather & environment

BOM-sourced forecasts, bushfire and flood signals, air quality. Public Australian environment data, metered.

from $0.001 / call
milysec/au-money

Money & FX

AUD reference rates, RBA data, and AUD-denominated settlement - the currency layer agents need locally.

from $0.001 / call
milysec/au-civic

Civic & gov

data.gov.au, electoral and transport feeds (GTFS realtime). Australia's open data, agent-ready.

from $0.002 / call
milysec/au-settle

AUD settlement

x402 facilitation settled in AUD stablecoin. Every call authorised, metered, and paid per request.

0.5% of settled volume

How it works

One round-trip. No accounts.

x402 turns HTTP 402 - “Payment Required” - into a real payment rail. The agent pays, the data returns, in the same request.

01

Agent requests data

An AI agent hits a MilyPay endpoint for Australian data - no API key, no signup.

02

402 Payment Required

MilyPay answers with an x402 challenge: price, asset (AUDD), and pay-to address.

03

Pay & receive

Via the PayAI facilitator, the agent's wallet approves the micropayment, settles in AUDD, and the data returns in the same round-trip.

Why AUDD

The first AUD-native currency for agentic payments.

x402 today runs on USDC - Australian builders bridge through USD and eat the FX. MilyPay settles in AUDD: 1:1 AUD-backed, regulated, and programmable. Australia’s on-chain dollar for the agent economy.

1:1 AUD-backed & AFSL-regulated

Agents need stable, compliant settlement - not volatile crypto. AUDD is fully backed and issued under an AFSL framework.

Programmable money

Smart contracts handle quoting, escrow, splits, and refunds autonomously - no human in the loop.

Multi-chain, Solana-first

AUDD meets agents where they already operate. MilyPay settles on Solana for ~1-second finality.

On-chain AUD, zero FX friction

x402 is dominated by USDC. AUDD is the first AUD-native option - Australian builders stop bridging through USD.

72+
services on Pay.sh, backed by the Solana Foundation
1,000+
companies in the PayAI facilitator ecosystem
~1s
settlement, 99.9% success rate
10 min
for any AU API to start accepting AUDD

Ecosystem figures via Pay.sh (Solana Foundation; partners Crossmint, MoonPay, Merit Systems, Corbits) and the PayAI x402 facilitator. AUDD is issued 1:1 and AUD-backed under an AFSL framework. MilyPay provides settlement and data services only - nothing here is an investment offer.

For API providers

List your Australian API. Accept AUDD from agents in under 10 minutes.

Wrap any existing API with the MilyPay reference implementation, set a price in AUDD, and it’s discoverable and payable by every agent on Pay.sh - no merchant account, no card rails, no FX.

List your API

For developers

If your agent can make an HTTP request, it can pay.

No API keys, no onboarding forms, no invoices. Point any x402-aware client - or the pay.sh MCP - at a MilyPay endpoint. The first response is a 402 with the price; your wallet approves it; the data comes back. Settlement is in AUDD on Solana via the PayAI facilitator.

agent ↔ milypay
$ curl https://api.milypay.xyz/au-business/abn/51824753556

HTTP/1.1 402 Payment Required
x-402-price:    0.002
x-402-asset:    AUDD
x-402-network:  solana
x-402-pay-to:   milypay.sol

# agent wallet approves, retries with payment…

HTTP/1.1 200 OK
{
  "abn": "51824753556",
  "entityName": "MILYSEC PTY LTD",
  "status": "Active",
  "state": "VIC",
  "gstRegistered": true
}

Four ways to integrate

CLI, SDK, MCP, or raw API - every path settles in AUD on x402.

CLI

Command line

Hit any endpoint from your terminal. The pay.sh CLI handles the 402 challenge and wallet approval for you.

npx pay.sh call milysec/au-business/abn 51824753556
SDK

TypeScript & Python

Drop-in x402 client. Wrap fetch, get auto-paid responses - no manual payment plumbing.

import { MilyPay } from "@milypay/sdk";
const au = new MilyPay({ wallet });
await au.business.abn("51824753556");
MCP

Model Context Protocol

Expose MilyPay to any agent via the pay.sh MCP server. Agents discover, price, and pay for Australian data as tools.

// claude / cursor mcp config
{ "pay": { "command": "npx", "args": ["pay.sh", "mcp"] } }
API

Raw HTTP 402

No SDK required. Any x402-aware client speaks directly to the endpoint and settles in AUD.

curl https://api.milypay.xyz/au-business/abn/51824753556

The Australian layer for agent payments.

Ship agents that understand Australia - and pay for what they use, in AUD.