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 v3.6.0, AARON, Conduit v0.10.12, Edge JOE (matrix-nio relay)
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)
HEDGEHOG v3.6.0AI gateway — OpenAI-compatible REST API for agents, MCP stdio for IDEs
AARON RouterGaze verification + tensor classification
Conduit v0.10.12Matrix homeserver (federated messaging, public at matrix.jettoptics.ai)
Edge JOELightweight matrix-nio relay with strict mention filter

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 Tailscale mesh networking with WireGuard encryption. Public access points:

  • jettoptics.ai — Vercel CDN
  • matrix.jettoptics.ai — Federated Matrix homeserver (via Cloudflare Tunnel)

Communication Flow

Matrix Client (Element X / Web)
  → Conduit Homeserver (edge node)
    → Hermes Matrix Gateway (AstroJOE, /sync long-poll)
      → Grok 4.20 via HEDGEHOG REST API
        → Response posted back to room

Edge JOE (matrix-nio, edge node)
  → Strict @joe: mention filter
    → Relay to AstroJOE if needed