High level goals are: - Verify incoming requests signed by Trusted Server using Ed25519 (EdDSA) - Use JWKS for key discovery and rotation (no static configs) - Enforce freshness and prevent replay - Maintain sub-millisecond verification latency at 10k–50k RPS (we can test this later at scale) - Produce clear diagnostic responses (401/409) on failures