Satelink

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.json

Endpoint: https://rpc.satelink.network/rpc/polygon

Capabilities

What you get

Public discovery via /.well-known/satelink.json
HTTP 402 payment-required flow with machine-readable requirements
Per-call metering at a flat rate
On-chain settlement to RevenueVaultV2 (Polygon 137)
API-key and keyless x402 authentication

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?

It is software buying services from other software: a machine discovers a priced API, pays for it programmatically, calls it, and the payment settles on-chain — no human in the loop.

Do I need an account to start?

No. Discovery and pricing are public JSON. You need a key or an x402 wallet only when you make a paid call.

Trust and safety

What stops an agent from paying a price that isn't real?

The price is quoted by the service in a signed 402 response, per-key spending limits apply, and every settled call produces an on-chain-verifiable receipt.

Start building with Machine Commerce