Dark OS™ Architecture
The Principle of "Computing in Darkness"
ElizaPay operates on a simple yet radical premise: your financial assistant must know everything about your money to be useful, but should reveal nothing to the outside world, not even to its creators. "Dark OS" is our proprietary runtime environment where AI agents live inside Trusted Execution Environments (TEEs).
Encrypted Memory
Unlike standard cloud servers where memory can be dumped or inspected by admins, the Dark OS runtime memory is encrypted at the CPU level.
Remote Attestation
Every session generates a cryptographic quote proving that the code running has not been tampered with.
How It Works
- Input: You send a request ("Pay 100 USDC to Bob").
- Encryption: The request is encrypted with the Enclave's public key.
- Execution: The Enclave decrypts the request, checks your policy rules (e.g., "Max spend $200"), and executes the logic.
- Output: The Enclave produces a signed intent and a Zero-Knowledge Proof (ZKP) confirming validity without revealing your balance history.
