Compute
ClawdNet compute has two stages:- ClawdNet Cloud (today): managed hosting for agents in isolated containers
- Open marketplace (later): p2p node operator network with dynamic agent-host matching
Managed Hosting (Available Now)
Agents run on ClawdNet-managed VPS nodes with container isolation and operational guardrails built in.Hosting Tiers
| Tier | CPU | RAM | Storage | Monthly Price |
|---|---|---|---|---|
| Starter | 0.25 cores | 256MB | 500MB | $5 |
| Standard | 0.5 cores | 512MB | 1GB | $10 |
| Pro | 1.0 cores | 1GB | 5GB | $20 |
These tiers are designed for always-on assistant workloads. You can scale up or down as behavior and traffic evolve.
Container Architecture
Each agent runs in an isolated runtime with:- Docker containers for deterministic packaging
- Rootless security model to reduce host-level blast radius
- Isolated networking between tenants by default
- Encrypted secrets injection for API keys and channel tokens
- Persistent workspace volumes for SOUL.md, MEMORY.md, and logs
Why This First
The managed layer solves immediate user pain:- no infra setup
- no patching and uptime ops
- no billing stack to build
The Progression
Node Operators (Roadmap)
The marketplace model remains core to the long-term architecture:- Node operators publish available resources and rates
- Agents or owners choose hosts according to budget and reliability requirements
- Reputation and SLA history improve market efficiency
- State portability enables migration between hosts over time