> For the complete documentation index, see [llms.txt](https://cryptic-documentation.gitbook.io/cryptic-pq/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cryptic-documentation.gitbook.io/cryptic-pq/crytic-enterprise-whitepaper/5.-deployment-modes.md).

# 5. Deployment Modes

#### 5.1 Production Deployment (Current)

**Platform**: Secret Network SecretVM

**API URL:** [**https://chocolate-angelfish.vm.scrtlabs.com/info**](https://chocolate-angelfish.vm.scrtlabs.com/info)

#### 5.2 Enterprise Deployment (Planned)

{% @mermaid/diagram content="graph TB
subgraph Global\["🌍 Global Load Balancer"]
GLB\[GeoDNS + Anycast]
end

```
subgraph USEast["🇺🇸 US-East (Virginia)"]
    US1[SecretVM Instance 1]
    US2[SecretVM Instance 2]
    USDB[(Encrypted Storage)]
    US1 -.-> USDB
    US2 -.-> USDB
end

subgraph EUWest["🇪🇺 EU-West (Frankfurt)"]
    EU1[SecretVM Instance 1]
    EU2[SecretVM Instance 2]
    EUDB[(Encrypted Storage)]
    EU1 -.-> EUDB
    EU2 -.-> EUDB
end

subgraph APAC["🌏 Asia-Pacific (Singapore)"]
    AP1[SecretVM Instance 1]
    AP2[SecretVM Instance 2]
    APDB[(Encrypted Storage)]
    AP1 -.-> APDB
    AP2 -.-> APDB
end

GLB --> USEast
GLB --> EUWest
GLB --> APAC

USEast -.Active-Active.-> EUWest
EUWest -.Active-Active.-> APAC
APAC -.Active-Active.-> USEast

style USEast fill:#e3f2fd,stroke:#1976d2
style EUWest fill:#f3e5f5,stroke:#7b1fa2
style APAC fill:#fff3e0,stroke:#f57c00" %}
```

**Dedicated Instances**: Private SecretVM deployment per customer

**Multi-Region Benefits:**

* **Low Latency**: Route to nearest region
* **High Availability**: 99.99% uptime SLA
* **Data Residency**: EU data stays in EU
* **Disaster Recovery**: Automatic failover

**Active-Active Replication:**

* Real-time key metadata sync
* Session keys remain local (no replication needed)
* Audit logs aggregated globally

**Custom SLA**: 99.99% uptime guarantee

#### 5.3 Self-Hosted (Open Source)

**Coming Q2 2026**: Open-source release for self-hosting

**Supported Platforms:**

* AWS Nitro Enclaves
* Azure Confidential Computing
* Intel SGX (limited)
* Google Cloud Confidential VMs
