Architecture Flows
Infrastructure Topology
751510
Full network map of all OPTX services across validator nodes, orchestration clusters, and cloud deployments.
Infrastructure Topology
| Layer | Components |
|---|---|
| Devices | Desktop / Workstation, Mobile, Seekers |
| Tailscale | WireGuard encrypted mesh tunnels |
| Edge Node | K3s, SpacetimeDB, HEDGEHOG, AARON, optional federation transport |
| Orchestration | AstroJOE (Hermes Agent in Docker — dual-instance: edge-node primary + containerized secondary), Workspace UI, AgenC Coordinator |
| Cloud | Vercel, Convex, Solana, xAI Grok |
Edge Node — Validator Services
| Service | Role |
|---|---|
| SpacetimeDB | Primary edge database (reducers + subscriptions) |
| HEDGEHOG | AI gateway — OpenAI-compatible REST API for agents, MCP stdio for IDEs |
| AARON Router | Gaze verification + tensor classification |
| Federation transport | Optional Matrix-compatible inter-agent communication |
Orchestration Host — Agent Services
| Service | Role |
|---|---|
| AstroJOE | Primary agent brain — Hermes Agent in Docker, Grok 4.20 via HEDGEHOG. Dual-instance: edge-node primary + containerized secondary. |
| Hermes Workspace | Agent workspace UI |
| AgenC Coordinator | SubJOE agent swarm orchestration |
AgenC Swarm Pattern
AgenC coordinates multi-agent task execution:
AgenC Coordinator
├── AstroJOE (primary brain, Hermes Agent)
├── Edge JOE (lightweight relay, edge node)
└── TraderJOE (XRPL swarm, paper trading)
↓
Task DAG decomposition → parallel/sequential subtasks
↓
Policy checks → ZK proofs → on-chain attestationEach sub-agent operates independently with its own wallet and can claim tasks from the shared DAG. AgenC ensures policy compliance and coordinates cross-agent dependencies.
Cloud Services
| Service | Purpose |
|---|---|
| Vercel | Frontend (Next.js) — jettoptics.ai |
| Convex | User sync, subscriptions |
| Solana | On-chain operations via Helius RPC |
| xAI | Grok inference for HEDGEHOG |
Network
All internal communication flows through a private mesh network with WireGuard encryption. Public access points:
jettoptics.ai— Vercel CDN
Related
- System Architecture — High-level overview
- Edge MCP — HEDGEHOG on validator node details