Operational Security

Security & Data Handling

Edgineer is built with SIM-first constraints and minimal data collection. Waitlist data is stored in Cloudflare KV, admin actions require an admin-only token, and bot protection is handled with Turnstile.

TL;DR: No broker keys, no auto-trading access, and constrained data flows with explicit admin controls.

What You Get

  • Waitlist records stored in Cloudflare KV.
  • Admin export and delete actions protected by an admin-only token.
  • Bot protection via Turnstile when enabled.
  • Replay-first educational workflows without broker integration.

What We Don't Do

  • No broker API key collection.
  • No live trade execution pipeline.
  • No open admin endpoints without token verification.

Data Flow Overview

Simple, constrained storage architecture for launch operations.

Step 1

User submits waitlist form.

Step 2

Pages Function validates and rate-limits request.

Step 3

Record is written to KV with attribution fields.

Step 4

Authorized admin reads exports via token header.

Step 5

Deletion endpoint removes records on request.

To request data deletion, contact privacy@edgineer.io from the same email used for waitlist signup.