x402 · Australia · AUDD
Keep agent spend in AUDon every call.
Milypay gives AI agents pay-per-call access to Australian data — business, address, weather, postage — settled in AUDD. No keys. No signup. Just 402.
$ request → 402 → settle AUDD → data
{
"abn": "51824753556",
"entityName": "MILYSEC PTY LTD",
"status": "Active",
"state": "VIC"
}Stack · rails · sources
Estimate agent spend
What does per-call Australia cost?
Typical Milypay price is ~$0.002 AUDD per call. No seats, no FX bridge, no monthly minimum.
Monthly Milypay spend
$100
Settled per request in AUDD. Demo endpoints on milypay.xyz stay free to try; production traffic on api.milypay.xyz pays via x402.
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. None speak Australian. No ABN lookup, no GNAF addresses, no BOM weather, no AUD rail. Milypay is the local layer for agents operating here.
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.
milysec/au-businessFIG.01Business identity
ABN / ACN lookup, ASIC company data, director and entity verification — agent-grade KYB for Australian businesses.
milysec/au-companyFIG.02Company register
ASIC company lookup by ACN or name — status, type, class, registration dates, and former names. 3.9M companies.
milysec/au-company-reportFIG.03ASIC company report
Official ASIC extract: directors, secretaries, shareholders, charges, registered office. Not in free open data; paid DSP only. Basic ACN/name lookups stay free-gov.
milysec/au-addressFIG.04Property & address
GNAF address validation, geocoding, and property data. Clean Australian addresses, resolved on demand.
milysec/au-superFIG.05Super Fund Lookup
Verify any Australian super fund by ABN — fund name, status, type, complying status, and USIs, from the ATO register.
milysec/au-weatherFIG.06Weather
Current conditions and multi-day forecast for any Australian address or coordinate. BOM ACCESS-G model via Open-Meteo.
milysec/au-postageFIG.07Postage
Australia Post parcel rates and service options between any two postcodes, domestic or international. Powered by the AusPost PAC.
milysec/au-bsbFIG.08BSB lookup
Validate any BSB and get bank name, branch, address, and payment methods. 17,000+ BSBs from AusPayNet.
milysec/au-trackingFIG.09Parcel tracking
SoonTrack an Australia Post parcel by tracking number — status and full event history.
milysec/au-moneyFIG.10Money & FX
AUD reference rates, RBA data, and AUD-denominated settlement — the currency layer agents need locally.
milysec/au-civicFIG.11Civic & gov
data.gov.au, electoral and transport feeds (GTFS realtime). Australia's open data, agent-ready.
milysec/au-settleFIG.12AUD settlement
x402 facilitation settled in AUD stablecoin. Every call authorised, metered, and paid per request.
How it works
Same request for agents.
Lower friction for builders.
x402 turns HTTP 402 into a payment rail. The agent pays, the data returns, in one round-trip.
- 01
Agent requests data
Hit a Milypay endpoint for Australian data — no API key, no signup.
- 02
402 Payment Required
Milypay answers with price, asset (AUDD), and pay-to address.
- 03
Pay & receive
Wallet approves the micropayment. Data returns in the same round-trip.
{
"abn": "51824753556",
"entityName": "MILYSEC PTY LTD",
"status": "Active",
"state": "VIC"
}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.
1:1 AUD-backed & AFSL-regulated
Stable, compliant settlement — not volatile crypto. AUDD is fully backed under an AFSL framework.
Programmable money
Quoting, escrow, splits, and refunds run on-chain — no human in the loop for each call.
Multi-chain, Solana-first
Agents already operate on Solana. Milypay settles there for ~1-second finality.
Onchain AUD, zero FX friction
x402 is dominated by USDC. AUDD is the AUD-native option — stop bridging through USD.
Ecosystem figures via Pay.sh 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, set a price in AUDD, and it is discoverable 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. First response is a 402; wallet approves; data comes back. Settlement in AUDD on Solana via PayAI.
$ 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.
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. Discover, price, and pay 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/51824753556For your agent
Hand it to your agent.
Not a developer? Copy one of these into Claude, ChatGPT, Cursor, or any assistant that can call URLs — and it can use every Milypay service.
Paste into your agent’s instructions
Full capability list.
You can use Milypay, free Australian data APIs at https://api.milypay.xyz (no API key needed). Make a GET request and read the JSON:
- Australian business by ABN: /au-business/abn/{abn}
- Business by ACN: /au-business/acn/{acn}
- Business name search: /au-business/search?name={name}
- Company (ASIC open data) by ACN: /au-company/acn/{acn}
- Company name search: /au-company/search?name={name}
- Official ASIC extract (paid; not free gov data): /au-company-report?acn={acn}
- Super fund by ABN: /au-super/abn/{abn}
- Validate or geocode an address: /au-address/validate?q={address}
- Weather for an address: /au-weather?q={address}
- Postage between postcodes: /au-postage?from={from}&to={to}&weight={kg}
Full reference: https://milypay.xyz/agents.mdOr just say this
For agents that can browse the web.
Use the Milypay APIs at https://api.milypay.xyz for Australian business, address, super fund, and weather data. Read https://milypay.xyz/agents.md first, then call the endpoints with a GET request and read the JSON.FAQ
Questions agents and builders ask.
What Milypay is, how x402 payment works, and how to give an AI agent access to Australian data.
What is Milypay?
Milypay is the x402 service provider for the Australian market. It gives AI agents pay-per-call access to Australian data — business identity, company register, addresses, super funds, weather, and postage — settled in AUDD, the regulated AUD-native stablecoin, with no API keys and no signup. Milypay is a Milysec company.
How do AI agents pay for Australian data on Milypay?
Agents use the x402 protocol. An agent requests an endpoint, receives an HTTP 402 Payment Required response with the price in AUDD, approves the micropayment from an x402-aware wallet, and the data returns in the same round-trip. It works through the Pay.sh CLI, an SDK, the MCP server, or raw HTTP.
What is x402?
x402 is an open protocol that turns the HTTP 402 Payment Required status code into a real payment rail, letting a client pay for an API call inline. Milypay uses x402 so AI agents can pay per request, settling in AUD stablecoins on Solana via the PayAI facilitator.
Do I need an API key or account to use Milypay?
No. Milypay has no accounts, no API keys, and no signup. Any x402-aware client pays per call and receives the data back in the same request.
What is AUDD and why does Milypay settle in it?
Milypay settles agent payments in AUD on Solana. Accepted AUD stables: AUDD (Novatti), AUDM (Macropod), and dAUD (New Money). USDC and USDT are also accepted for pay.sh compatibility. AUD settlement avoids the USD foreign-exchange round-trip that USDC-only x402 services require.
How do I give my AI agent access to Australian data?
Point your agent at https://milypay.xyz/agents.md, or add the Pay.sh MCP server to Claude, ChatGPT, Cursor, or any MCP-compatible client. The agent can then discover, price, and call every Milypay service. You can also paste the ready-made Milypay prompt from the home page.
What Australian data does Milypay provide?
Business identity (ABN and ACN lookup from the ABR), ASIC company register lookups, address validation and geocoding (G-NAF, 16.9M addresses), super fund lookup, weather (BOM ACCESS-G via Open-Meteo), Australia Post postage rates, and BSB lookup (17,000+ BSBs from the AusPayNet directory). More Australian services are on the roadmap.
Which AI tools and agents work with Milypay?
Any agent or assistant that can make an HTTP request: Claude, ChatGPT, Cursor, and any Model Context Protocol client via the Pay.sh MCP server. If your agent can call a URL, it can use Milypay.
What if your agent paid for Australia in AUD?
Ship agents that understand Australia — and pay for what they use, settled in AUDD.