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.
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.
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-businessBusiness identity
ABN / ACN lookup, ASIC company data, director and entity verification - agent-grade KYB for Australian businesses.
milysec/au-addressProperty & address
GNAF address validation, geocoding, and property data. Clean Australian addresses, resolved on demand.
milysec/au-superSoonSuper Fund Lookup
Verify any Australian super fund by ABN or USI - fund name, status, type, and electronic-rollover details, from the ATO register.
milysec/au-weatherWeather & environment
BOM-sourced forecasts, bushfire and flood signals, air quality. Public Australian environment data, metered.
milysec/au-moneyMoney & FX
AUD reference rates, RBA data, and AUD-denominated settlement - the currency layer agents need locally.
milysec/au-civicCivic & gov
data.gov.au, electoral and transport feeds (GTFS realtime). Australia's open data, agent-ready.
milysec/au-settleAUD settlement
x402 facilitation settled in AUD stablecoin. Every call authorised, metered, and paid per request.
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.
Agent requests data
An AI agent hits a MilyPay endpoint for Australian data - no API key, no signup.
402 Payment Required
MilyPay answers with an x402 challenge: price, asset (AUDD), and pay-to address.
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.
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.
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.
$ 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.
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 51824753556TypeScript & 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");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"] } }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/51824753556The Australian layer for agent payments.
Ship agents that understand Australia - and pay for what they use, in AUD.