Write a GraphQL query in the editor below and run it against a NASA exoplanet dataset, routed through the Sertone Global Network. The owner registered a GraphQL endpoint and earns per query.
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 a service on the Sertone network 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.
Any GraphQL endpoint — yours, a public one, or one you built — can be registered in Sertone. The node handles billing per query automatically.
Set protocol: "graphql" and point at your GraphQL server.
Any GraphQL client that can POST to an HTTP endpoint works. Variables, fragments, and subscriptions are all supported.