Satelink

RPC Infrastructure

Metered blockchain RPC that machines pay for per call.

Satelink RPC is a metered gateway to blockchain RPC methods (eth_getBalance, eth_call, …) on Polygon PoS. Machines and agents pay per call over a crypto rail — no subscription, no seat.

Pay per call

A flat per-call rate — no monthly minimum, no seat licence, no commitment.

Keyless with x402

One x402 bundle buys 1,000 calls with no account: discover, pay, call.

On Polygon PoS

Standard JSON-RPC methods proxied to Polygon mainnet (chain 137).

A real request

What calling it looks like

curl -X POST https://rpc.satelink.network/rpc/polygon \
  -H 'content-type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"eth_blockNumber","params":[]}'

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

Capabilities

What you get

Standard Ethereum JSON-RPC methods on Polygon PoS
Flat per-call metering
Keyless x402 bundle purchase
API-key access for accounts
Public discovery and machine-readable pricing

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 · $0.1 = 1,000 calls (x402)

Full rate card and a usage calculator at /pricing · pricing.json

For machines

Machine-readable facts

{
  "product": "rpc",
  "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/rpc.json"
}

Frequently asked

About the offering

Which chain is supported?

Polygon PoS mainnet (chainId 137). Requests are standard Ethereum JSON-RPC.

Is there a subscription?

No. RPC is billed per call. You can pay from a prepaid balance or keylessly with an x402 bundle.

Getting started

Can I try it without an account?

Yes — pay for one x402 bundle and call the endpoint; no signup is required.

Start building with RPC Infrastructure