Pick a minimum magnitude, hit Run, and watch a live earthquake dataset come back through the Sertone Global Network in under 150ms. The same call, billed per-request, paid automatically.
What is the Sertone control center? A single Docker container you run on your own machine — a laptop, a Raspberry Pi, a cloud server. It connects you to the Sertone Global Network. Through its built-in web console, you browse services, register your own, manage your wallet, and monitor your earnings. Installation takes minutes. It is completely free, forever.
docker run -d --name my-sertone -p 3000:3000 -p 3002:3002 sertone/wrapper:latest
The Sertone Global Network uses a proprietary fully encrypted protocol. All traffic is end-to-end encrypted. Settlement is automatic.
What the owner did: installed their Sertone control center, registered their earthquake data service through the web console, set their price, and started earning USDC on every call. The Sertone Global Network handles the rest.
Any developer worldwide can consume this service from their own Sertone control center. Here is the complete flow from installation to first call:
One Docker command on any machine -- your laptop, a Raspberry Pi, a cloud VM.
Open your web console at https://localhost:3002/panel. Go to the Catalog tab. Search for the service you need -- use keywords, tags, or browse by category.
Click on any service to see its full description, available endpoints, and sample data. Try it in the Swagger sandbox -- demo samples are free, no payment needed. See exactly what the data looks like before you spend a cent.
Go to the Finance tab. Deposit USDC and a small amount of ETH for gas. Your control center shows both balances and alerts you when they are low.
Copy your consumer secret from Settings. Use the service UUID from the catalog. Make your first real call:
Or generate an SDK in your preferred language (Python, TypeScript, Go, Rust, Kotlin, and more) -- the web console generates ready-to-use client code with the UUID pre-filled.
Every call settles automatically in USDC. You pay the service owner's price. No invoices, no payment terms, no chargebacks. Your Finance tab shows every transaction.
Your Sertone runs at localhost:3000. The API ID comes from the catalog. Everything else is standard HTTP.
This exact demo — an earthquake data endpoint earning per-call revenue — can run on a Raspberry Pi 4 with 4 GB of RAM. You need Docker, an internet connection, and about five minutes.
Official one-liner. Works on Raspberry Pi OS (64-bit) and Ubuntu for Pi.
The container auto-generates a wallet, registers on the network, and starts listening. Your Sertone gets a unique identity that persists across restarts.
Data (keys, config, DB) is in the sertone-data volume — never deleted when the container restarts.
Open your Sertone web console and register your service:
Your service is now discoverable on the Sertone Global Network. Other users can find it in their catalog, call it, and you earn USDC on every request - settled automatically.
For other Sertone instances to reach you, forward port 3001 on your router, or use any tunnel (Cloudflare Tunnel, ngrok, etc.). Your Sertone uses its wallet address as its identity — no domain name required.