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