Machine Commerce
The full discover → pay → call → settle loop for autonomous buyers.
Machine commerce is software paying software for services. Satelink is the infrastructure a machine uses to discover a priced API, pay for it without a human, call it, and settle the payment on-chain.
Discover without a signup
Agents read a public JSON catalog and machine-readable pricing before they ever authenticate.
Pay without a human
A 402 response quotes the price; the machine pays with x402, a USDT deposit, or a prepaid balance.
Settle transparently
Revenue aggregates per epoch and settles on-chain to a verifiable Polygon vault.
A real request
What calling it looks like
curl https://rpc.satelink.network/.well-known/satelink.jsonEndpoint: https://rpc.satelink.network/rpc/polygon
Capabilities
What you get
Choose how you pay
Payment rails
Prepaid credits
Deposit USDT once; calls draw down a balance.
x402 (pay-per-call)
USDC on Base (eip155:8453) — keyless, per request.
USDT deposit
USDT on Polygon (137) into RevenueVaultV2.
Pricing
Pay per use
$0.00003 per call (flat)
Full rate card and a usage calculator at /pricing · pricing.json
For machines
Machine-readable facts
{
"product": "machine-commerce",
"endpoint": "https://rpc.satelink.network/rpc/polygon",
"discovery": "https://rpc.satelink.network/.well-known/satelink.json",
"auth": [
"api_key",
"x402"
],
"payment_rails": [
"credits",
"x402",
"usdt"
],
"docs": "https://docs.satelink.network",
"pricing": "https://satelink.network/products/machine-commerce.json"
}Frequently asked
About the offering
What is machine commerce?
Do I need an account to start?
Trust and safety
What stops an agent from paying a price that isn't real?