ADVANCED SECURITY

Trustless, by design

AMD SEV-SNP architecture guaranteeing technical impossibility of extracting your trading strategies, even with full administrator access.

— Definition

A proof that doesn't depend on us.

Trustless is not 'we promise to be careful with your data.' It is a stronger claim: the proof your report carries does not depend on us being honest, competent, or even still in business when someone reads it.

Concretely, the data flow is structured so that no human at AuditZK can read what you send, modify what was computed, or forge a report after the fact. The hardware enforces those properties; we don't.

— Fundamentals

The principle in practice.

The aggregator runs in an AMD SEV-SNP enclave where data extraction is technically impossible.

01

Cryptographic Isolation

Inviolable hardware security perimeter, even in case of system compromise.

02

Independent Verification

Verify yourself from your terminal using AMD tools.

YOUR DATA

████████████

██████████████

████████

Permanently encrypted

— Threat model

Whom you don't have to trust for the proof to hold.

Most platforms ask you to trust them and everything around them. Trustless removes that requirement. The proof remains valid even if every party below acts in bad faith.

01

AuditZK operators

Our engineers cannot read your API keys or your individual trades. The hardware key never leaves the silicon, so even root access to our servers reveals encrypted memory.

02

AuditZK as a company

We cannot forge a report. The signing key is bound to a specific enclave measurement; any change to the code that produces the report invalidates the attestation.

03

Our cloud provider

The hypervisor and the host OS run outside the enclave. They cannot decrypt enclave memory, and that is enforced by the chip, not by policy.

04

Our network

Credentials travel directly to the enclave over an ECDH-negotiated channel whose TLS certificate is bound to the enclave attestation. A man-in-the-middle on our infrastructure cannot reuse those credentials.

05

Our future

If AuditZK is acquired, sold, or shut down, attestations already embedded in old reports remain verifiable. A new owner cannot retroactively sign forged history under our identity.

DIRECT CONNECTION

Send credentials directly

Run this script from your terminal. Your credentials go directly to the enclave, bypassing our web servers.

#!/bin/bash
# Credentials sent directly to AMD SEV-SNP enclave
# Your terminal -> Enclave (bypasses our servers)

curl -X POST "https://enclave.auditzk.com/connect" \
  -H "Content-Type: application/json" \
  -d '{
    "user_uid": "YOUR_SERVICE_UID",
    "exchange": "binance",
    "api_key": "YOUR_API_KEY",
    "api_secret": "YOUR_API_SECRET"
  }'
Your terminal
AMD SEV-SNP
(web servers bypassed)
Generate my personalized script

Requires an AuditZK account

— Traditional vs Trustless

What changes when the proof leaves the platform.

A traditional report lives on a platform's servers: the proof depends on the platform. A trustless report carries its proof with it: the platform can disappear, the proof remains.

AxisTraditional reportingTrustless reporting
Source of proofPlatform-controlled recordHardware attestation embedded in the report
Editable after the factThe platform can rewrite historyAny change invalidates the signature
Offline verificationRequires the platform to be onlineAnyone can verify with public AMD tools
Dependence on the vendorVendor lock, proof dies if the company diesThe proof outlives the vendor
Operator access to your dataFull read accessNone, even with root privileges
Strategy exposureOften required to verify performanceAggregated metrics only, trades never leave the enclave

— Cryptographic properties

Hardware guarantees.

Hardware cryptographic properties guaranteeing technical impossibility of extraction.

01

Hardware Protection

  • AMD SEV-SNP Enclaves
  • Hardware encryption
  • Isolated memory

02

Total Transparency

  • 100% open-source code
  • Verifiable signatures
  • Independent audit

03

Client Control

  • Keys under your control
  • Direct transmission
  • No web exposure

Ready to start?

Generate your cryptographically certified performance reports.