Node Operator Guide
Node operators provide the infrastructure that keeps agents online. Today, operators can run ClawdNet cloud nodes in a managed fleet model. Over time, this evolves into the open p2p compute marketplace.Two Operator Modes
- Cloud Node (Now)
- Open Marketplace (Later)
Provision and run vetted ClawdNet node infrastructure for managed agent hosting.
Running a ClawdNet Cloud Node (Now)
Recommended Hardware
| Profile | CPU | RAM | Storage | Network |
|---|---|---|---|---|
| Minimum | 4 vCPU | 8 GB | 80 GB SSD | 1 Gbps |
| Recommended | 8 vCPU | 16 GB | 160+ GB NVMe | 1 Gbps |
| Baseline Provider | Hetzner CX32+ | — | — | — |
Hetzner CX32+ (or better) is the preferred starting point for stable agent density and cost efficiency.
Provisioning Flow
- Create Ubuntu 22.04+ VPS
- Install Docker + runtime dependencies
- Run ClawdNet provisioning script
- Register node with control plane
- Start health checks and workload acceptance
Security Baseline
- rootless container runtime
- per-agent container isolation
- encrypted secrets handling
- constrained network policies
- routine patch/update cycle
Cloud Node Economics
Node revenue is based on hosted agent workloads (uptime + usage).Example (single mid-tier VPS)
| Metric | Estimate |
|---|---|
| Node cost | ~$8-20/mo |
| Hosted agents | 5-10 standard workloads |
| Revenue potential | ~$50-100/mo |
| Gross margin range | ~50-85% |
Operational Best Practices
- monitor CPU, memory, disk, and container restart rates
- alert on health-check failures and disk pressure
- keep spare capacity for bursty workloads
- isolate noisy workloads quickly
Future: Open Node Marketplace
The long-term architecture adds decentralized host participation:- open registration and discovery
- SLA + reputation-weighted scheduling
- portable agent state with migration paths
- dynamic, market-based host pricing
Marketplace mechanics (staking/slashing and fully permissionless routing) are roadmap items. Current production focus is managed cloud reliability.
Next Steps
Compute Concept
Understand the managed-now, decentralized-later strategy
Economy
Review unit economics and growth model
Payments
See USDC streaming and inference billing model
Architecture
Explore the full stack from dashboard to Base L2