OPTXOPTX DOCS
Architecture Flows

Infrastructure Topology

751510

Full network map of all OPTX services across validator nodes, orchestration clusters, and cloud deployments.

Infrastructure Topology

OPTX Infrastructure Topology β€” Devices, Tailscale, Edge Node, Orchestration, Cloud
Infrastructure Topology
LayerComponents
DevicesDesktop / Workstation, Mobile, Seekers
TailscaleWireGuard encrypted mesh tunnels
Edge NodeK3s, SpacetimeDB, HEDGEHOG, AARON, optional federation transport
OrchestrationAstroJOE (Hermes Agent in Docker β€” dual-instance: edge-node primary + containerized secondary), Workspace UI, AgenC Coordinator
CloudVercel, Convex, Solana, xAI Grok

Edge Node β€” Validator Services

ServiceRole
SpacetimeDBPrimary edge database (reducers + subscriptions)
HEDGEHOGAI gateway β€” OpenAI-compatible REST API for agents, MCP stdio for IDEs
AARON RouterGaze verification + tensor classification
Federation transportOptional Matrix-compatible inter-agent communication

Orchestration Host β€” Agent Services

ServiceRole
AstroJOEPrimary agent brain β€” Hermes Agent in Docker, Grok 4.20 via HEDGEHOG. Dual-instance: edge-node primary + containerized secondary.
Hermes WorkspaceAgent workspace UI
AgenC CoordinatorSubJOE 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 attestation

Each 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

ServicePurpose
VercelFrontend (Next.js) β€” jettoptics.ai
ConvexUser sync, subscriptions
SolanaOn-chain operations via Helius RPC
xAIGrok inference for HEDGEHOG

Network

All internal communication flows through a private mesh network with WireGuard encryption. Public access points:

  • jettoptics.ai β€” Vercel CDN