CONFIDENTIAL COMPUTING

Security TEE

Our aggregator runs inside an AMD SEV-SNP enclave. No one, not even us, can access your individual trades.

What is a TEE?

A Trusted Execution Environment is a hardware-level secure environment that cryptographically isolates code and data, including from the OS and hypervisor.

AMD SEV-SNP is the enterprise standard adopted by major cloud providers. It generates a cryptographic attestation signed by AMD, verifiable by anyone from outside.

Without TEE

Standard server

Admin can read all memory
Cloud provider has physical access
Vulnerable to insider attacks
With TEE

AMD SEV-SNP Enclave

Memory encrypted with inaccessible keys
Even root/admin cannot read memory
Verifiable cryptographic attestation

Data flow

What goes in, what comes out.

Your individual trades stay confined in the enclave. Only aggregated metrics come out, cryptographically signed.

Never leaves

API credentials
Individual trades
Open positions

1

API keys + trading data

2

TEE Enclave

AMD SEV-SNP

3

Signed metrics

Protection architecture.

4 stacked security layers, from hardware foundation to application. Each layer is verifiable via VCEK attestation.

The VCEK attestation cryptographically binds the deployed code hash to the AMD chip. Any code modification invalidates the attestation.

L1

AMD SEV-SNP

Hardware isolation, keys in silicon

L2

TLS Termination

Inside enclave, cert bound to attestation

L3

E2E Encryption

ECDH P-256 + AES-256-GCM

L4

Volatile RAM

Never on disk, wiped on reboot

AMD SEV-SNP

Your API keys never leave the enclave.
Never.

ECDH P-256

TLS key negotiation

4

protection layers

VCEK

verifiable AMD attestation

Anti-Cherry-Picking

Verified unique account.

AuditZK enforces a permanent binding between broker accounts and user profiles for compatible exchanges.

Compatible exchanges

Permanent binding

One account = one profile, permanently

No reset

Cannot restart after losses

Verified UID

Unique identifier provided by broker

100% auditable code.

All code running in the enclave is public. Verify deployed code matches the attested hash.

~5,700

TypeScript lines

40

source files

100%

Open source

Verify it yourself.

Retrieve AMD SEV-SNP attestation from your terminal, then verify the VCEK signature.

TEE Security | AMD SEV-SNP Enclave | AuditZK