See It Work

Real API calls routed through the Sertone Global Network. Pick a protocol, run a query, see the latency. Every demo runs the same software you can install on a Raspberry Pi in under five minutes.

Nine Categories

Each demo shows a real pattern you can replicate yourself.

REST API

The flagship demo. Call the USGS Earthquake API through your Sertone. See request routing, latency measurement, and the settlement handshake in real time.

REST JSON HTTPS

GraphQL

Write a GraphQL query directly in the browser. Fetch NASA exoplanet data with nested fields — star, planets, discovery method. Same Sertone, different protocol.

GraphQL nested queries

Smart Contracts as APIs

Any EVM smart contract becomes a REST endpoint. This demo reads the Chainlink ETH/USD price feed over HTTP — no Web3 library needed on the consumer side.

EVM Chainlink REST

Live Streaming

Server-Sent Events, WebSocket, and WebRTC signaling — all delivered through the Sertone Global Network. Watch a live data stream from an IoT sensor. Media relay through the network.

SSE WebSocket WebRTC

Cross-Geography Network

New York calls Paris. Response in under 100ms. No central server in the data path — routed through the Sertone Global Network, payment automatic. The routing is fully visible.

Encrypted multi-continent <100ms

A2A Protocol

Google's Agent-to-Agent protocol lets AI agents discover and call each other. Sertone fills the two gaps A2A leaves open: a discovery registry and automatic payment in USDC.

A2A JSON-RPC AI Agents

Agents

A Minecraft server sitting behind a firewall. A private SAP instance. A game server with no public IP. Agents expose any service to paying consumers — no port forwarding, no firewall rules, just an outbound connection from your machine.

Reverse tunnel Minecraft Behind firewall

High Availability

Run multiple gateways. Watch one go offline while the others keep serving — no dropped requests, no configuration, no load balancer. See real failover happen in seconds and a rolling update complete without a single interruption.

Zero Downtime Auto Failover Multi-Region

Built-in VPN

Every gateway ships with a VPN server already running. Generate a config file from your admin panel and connect any device — laptop, phone, tablet — in under two minutes. No subscription, no third-party service.

VPN Included 253 Devices All Platforms

Run It Yourself

Every demo in this section runs on the exact same Docker image you can pull right now. Raspberry Pi, VPS, or laptop — it works anywhere.

Docker Raspberry Pi 5 min setup

What You're Actually Seeing

Each demo button fires a real HTTP call. Here is what happens between your browser and the data.

Consumer Premises
Your App
Your Sertone
Control Center
On your premises
▼ Request ▲ Response
SERTONE GLOBAL NETWORK
Encrypted USDC & USDT Direct Mesh Routing
Proprietary fully encrypted protocol with automatic settlement in USDC or USDT
▼ Request ▲ Response
Owner Premises
Their Sertone
Control Center
Their Service
On their premises

Your gateway to the Sertone Global Network

To connect to the Sertone Global Network, you run a single Docker container on your own machine - your laptop, a Raspberry Pi, a cloud server, anything. We call it your Sertone control center. It comes with a built-in web console where you control everything: browse services, register your own, manage your wallet, monitor your earnings.

Installation takes minutes. It is completely free, forever. No subscription, no trial, no credit card.

Once connected, you earn USDC or USDT in real time for every service you provide to users worldwide. And you pay in USDC or USDT for remote services your applications consume. Every transaction settles automatically — no invoices, no payment terms, no intermediary.

docker run -d --name my-sertone -p 3000:3000 -p 3002:3002 sertone/wrapper:latest

That is it. You are on the network.

Your Sertone
Anywhere
Consumer's Sertone
Owner's Sertone
Anywhere
API owner's Sertone
Sertone Network
Direct
Encrypted transport
Payment
Automatic
Settlement layer

A Teen With a Raspberry Pi

Every Sertone in these demos runs the same free Docker image. You do not need a cloud account, a credit card, or a company. A Raspberry Pi 4 with Docker installed is enough to become an API owner earning per-call revenue in any of the protocols shown here.

Start with REST Full setup guide