Server-Sent Events, WebSocket, and WebRTC — all delivered through the Sertone Global Network. Data streams are billed per event or per kilobyte. Media is relayed through the owner's relay node. No central server.
One-way push stream from owner to consumer. Ideal for live price tickers, sensor feeds, log streams, and AI token streaming. Billing per event or per kilobyte.
Full-duplex channel between consumer and owner's service. Ideal for chat, collaborative tools, live dashboards, and game servers. Billing per message or per minute.
Video and audio signaling relayed through the Media Relay node. Ideal for live video feeds, IoT cameras, and real-time collaboration with media.
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.
How a Raspberry Pi becomes a live camera server: Install Sertone, connect a USB camera, register the stream. Anyone with an Sertone node can watch it through the Sertone network's proprietary encrypted protocol. You earn per second of video delivered. No cloud streaming account needed.
Any developer worldwide can subscribe to a live stream from their own Sertone control center. Here is the complete flow from installation to first event:
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 stream you need -- filter by SSE, WebSocket, or WebRTC, or browse by category.
Click on any service to see its full description, event schema, and sample payloads. Try the demo stream -- 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. Open an SSE connection through your control center:
For WebSocket streams, the web console generates ready-to-use client code (Python, TypeScript, Go, Rust, Kotlin, and more) with the UUID pre-filled.
Every event or kilobyte delivered settles automatically in USDC. You pay the service owner's price. No invoices, no payment terms, no chargebacks. Your Finance tab shows every transaction.
A Raspberry Pi with a DHT22 temperature sensor costs about $15. With Sertone, every second of data it emits can earn you money. Here is the complete setup.
A minimal Python Flask server that reads DHT22 and emits SSE:
At $0.00001 per event, 1 subscriber at 1 event/second = $0.864/day = $315/year from a single $15 sensor. Scale with more sensors or more subscribers.