Freeze · Migrate · Fork · Resume

Freeze a a n n y y a a g g e e n n t t . . Resume it anywhere.

An operating system for autonomous AI agents. Every agent runs as an isolated micro-VM whose entire state — memory, open files, in-flight work — can be frozen in milliseconds, moved across the world, forked, and resumed without ever noticing.

Built to place agents on whatever compute is cheapest right now

Read the concept
AWS
Google Cloud
Hetzner
Lambda
RunPod
Vast.ai
Fly.io
OVHcloud
AWS
Google Cloud
Hetzner
Lambda
RunPod
Vast.ai
Fly.io
OVHcloud

Snapshot and restore is the whole OS

A running agent — memory, open files, in-flight work — is frozen to disk in milliseconds and brought back on different hardware, in a different country, with no awareness that anything happened.

Idle agents cost nothing. Agents spend most of their lifetime blocked on a model, an API, or a human, and conventional infrastructure pays full price for that dead time. Here a blocked agent is frozen to storage and restored on the next event.

Compute becomes fungible. The placement engine keeps moving live agents to whichever machine is cheapest right now — another provider, another continent, spot capacity about to be reclaimed.

import { rt0 } from "@rt0/sdk";

const agent = await rt0.launch({

image: "agent:research-v3",

budget: "12.00 USDC",

egress: "allowlist"

});

async function relocate() {

const snap = await agent.snapshot(); // 38 ms

await snap.restore({ region: "sgp-1" });

// Resumes mid-task. It never noticed.

}

Agent status

Placement engine live

agent-7f2a · research fra-1 → sgp-1 · migrating
38ms
agent-c41e · trading us-west · spot · running
$0.03/h
agent-9b02 · support Waiting on a human
Frozen · $0.00/h
$0.00/h
$

Policy kernel

Spending limits, allowed network destinations, filesystem scope, and permitted external actions are enforced below the agent. It cannot exceed its budget or call an unapproved endpoint, no matter what a prompt talks it into.

The guarantee is structural, not behavioral
active
Signed action

Identity & wallet

Every agent boots with a cryptographic identity and its own wallet — a property of the VM, not a credential handed down by an application.

Every action is recorded deterministically, so any run can be replayed and inspected without trusting the agent's own account of itself.

LIVE MIGRATION

THE PROOF

Migrated mid-task across an ocean

9:41
agent-7f2a

Cost per hour

$0.031

-64%
since migration

Placement

sgp-1 · spot Running · $0.031/h
fra-1 · on-demand Released · was $0.086/h

Placement engine

3 providers · 9 regions

Agents 12,480
Snapshot 38ms
Idle cost $0.00/h

Every agent boots with its own identity and wallet. Every action passes the policy kernel and lands in a deterministic audit log.

Micro-VM isolation Per-second billing Fork & rollback
Audit log
Snapshot taken agent-7f2a · fra-1 · 38ms
Restored on sgp-1 agent-7f2a · 0 ops dropped
System layer

An OS, not a container platform

Four things live in the system layer, below the agent, where no prompt can reach them.

38ms

To freeze a running agent to disk — memory, open files and in-flight work included.

Because agent state is a real object, you can branch it — run one agent forward along several paths from the same checkpoint and keep the branch that worked. Roll one back to before a mistake. Hand a paused agent to someone else.

State as an object

Snapshot · fork · roll back · hand off

Spending limits, allowed network destinations, filesystem scope and permitted actions are enforced below the agent, regardless of what it decides to do.

Policy

Enforced by the kernel, not the prompt

Every agent has a cryptographic identity and its own wallet from the moment it boots. Not a credential handed down by an application — a property of the VM.

Identity

Wallet-native from first boot

Non-goals Does not train or serve models Not a general container orchestrator Not a marketplace

Tokenomics of $RT0

$RT0 funds the runtime. A 2.5% creator tax pays for the placement engine, the snapshot store and the policy kernel. The runtime does one thing: it runs agents, cheaply and safely, and moves them wherever they're cheapest. Listed on Robinhood Chain via Pons.

Ticker $RT0
Chain Robinhood Chain
Launchpad Pons
Creator tax 2.5%
Contract Published at launch