Platform architecture of HypurrQuant Bot
Our HypurrQuant Bot runs on a multi‑AZ, private‑subnet infrastructure to guarantee maximum security, isolation, and end‑to‑end encryption.
• No public ingress: All Telegram traffic uses outbound polling via NAT Gateway.
• Hidden endpoint: The bot server never exposes ports or IPs.
• AWS Private Subnets: All services run with zero inbound internet access.
• Opaque networking: Intercepted packets reveal only AWS IGW, not our servers.
🚫 Attackers cannot see IPs, DNS, or ports.
• Limited DB access: Only Account Management and Order Servers may query user data.
• No sensitive logs: No user data is ever written to disk or log streams.
• Key storage: Private keys encrypted with the platform’s public key.
• Order Server isolation: Runs in a locked-down subnet, no open ports.
• Message‑driven: Receives SQS instructions, verifies, then decrypts in‑memory only and immediately purges.