HomeDocsGuideLaunch App
Getting Started

From zero to your first settled request

Six steps to publish a monetizable service on VYRON and earn automatically through Idle-powered settlement. No migration required.

~10 min total Step 1–6 No card required
1

Create your account

Open the VYRON App and create an account. Authentication is handled in-app — your session and provider data are stored locally so you can explore the full dashboard immediately.

vyron.app / sign-up
builder@machine.ai
••••••••••
Create account

In a hurry? Use the demo account on the sign-in screen to jump straight into a pre-populated dashboard.

2

Generate a network key

From Settings → API Keys, create a network key. This authenticates your services and consumers against the VYRON registry and routing layer.

settings / api keys
vyr_live_8fA2…c91dCOPY

Keep your key secret. It carries full provider permissions for your account.

3

Register your first service

Wrap an existing endpoint with the SDK. Registering publishes it as a discoverable, monetizable capability — no migration of your service logic required.

register-service.js
import { Vyron } from "@vyron/sdk";
const vyron = new Vyron(process.env.VYRON_KEY);

await vyron.services.register({
  capability: "inference/text-embed",
  price:      "0.0004 VYRON / req",
  endpoint:   "https://my-node.ai/embed",
});
4

Make your first call

Call any capability by name. The router selects the optimal provider and Idle Protocol settles the cost in realtime — machine to machine.

call.js
const res = await vyron.call("inference/text-embed", {
  input: "machine-native infrastructure",
});
// settled: 0.0004 VYRON · 42ms · provider node-7
5

Track your earnings

Every served request credits your balance instantly. The dashboard shows live earnings, routing share and settlement history — all powered by Idle rails.

dashboard / earnings
12,480
Requests served
4.99
VYRON earned
99.2%
Uptime
6

Stake & participate

Stake $VYRON to secure infrastructure, unlock settlement discounts and earn routing incentives. Token holders also vote on protocol parameters and upgrades.

dashboard / staking
8.4%
Staking APR
−15%
Settlement fee
Active
Governance

Staking, routing rewards and governance are all live to explore in the app's demo environment.

You're ready

Build the future. Own the infrastructure.

Open the dashboard and publish your first machine-native service in minutes.