Executive Summary
Sovereign-wealth principals, central banks, regulated payment operators, and certain classes of health insurers operate under legal obligations that prohibit regulated data from crossing jurisdictional lines - UAE Central Bank localization rules, Swiss revDPA, Brazil's LGPD, GDPR adequacy, and U.S. FedRAMP authorization-boundary discipline among them. JIL Sovereign's sovereign-bound deployment provisions a verdict-engine enclave on confidential-computing hardware physically located in a designated jurisdiction, and produces a per-verdict cryptographic proof - not merely a substrate-level guarantee - that no data crossed that jurisdiction's boundary while the verdict was being computed.
The proof has three independently-checkable elements sealed into every verdict body: a hardware attestation signature, a proof-of-residency manifest hash, and a cross-jurisdiction-egress denial hash. All three are produced once, at a joint provisioning ceremony, and referenced by every subsequent verdict the enclave produces.
Problem Statement
Existing single-tenant cloud offerings - government-community or dedicated-region clouds - provide jurisdictional guarantees at the substrate level: the region is physically located in the right country. But a regulator receiving a sealed verdict from such a deployment cannot, from the verdict body alone, prove that computation actually happened inside that jurisdiction at that time. Confidential-computing primitives (Intel SGX, AMD SEV-SNP, Intel TDX, Azure Confidential VMs) solve a related but different problem: they prove the enclave's code is genuine and isolated, but they do not bind that attestation to a geographic jurisdiction. A confidential-computing attestation proves the enclave is real; it does not prove which country it is physically running in.
Why Existing Approaches Fall Short
- Region-locked government clouds: jurisdictional guarantee lives at the substrate/region level, with no per-verdict proof a regulator can check independently.
- SGX / SEV-SNP / TDX alone: proves enclave integrity, not geographic jurisdiction - the two properties are orthogonal in existing confidential-computing tooling.
- Confidential ledger products: append-only ledgers inside confidential compute, but without jurisdictional binding of the underlying attestation.
- Key-residency-only guarantees (customer-managed keys, region-restricted KMS): control where keys live, not full data-flow attestation for a computation.
Technical Architecture
The Provisioning Ceremony
The sovereign enclave is provisioned once per tenant, in a ceremony attended by the sovereign principal, JIL Sovereign's enclave administrator, and an independent escrow agent, producing three signed artifacts: a hardware attestation root derived from the confidential-computing platform's own attestation key, binding the enclave instance to the hardware; a proof-of-residency manifest, jointly signed, stating the data center's geographic coordinates to four decimal places, the governing legal jurisdiction, and the operator's residency declaration under that jurisdiction's framework; and a cross-jurisdiction-egress denial, also jointly signed, restricting outbound traffic during verdict computation to an explicit, narrow allowlist. All three artifacts are deposited with the escrow agent and committed to an immutable ledger at ceremony completion.
The Three-Element Per-Verdict Proof
| Element | What It Proves |
|---|---|
| Hardware attestation signature | The verdict was computed inside a genuine confidential-computing enclave, over a signed measurement of the loaded code |
| Proof-of-residency manifest hash | The verdict is bound to a specific geographic data center and governing jurisdiction, fixed at the provisioning ceremony |
| Cross-jurisdiction-egress denial hash | The verdict is bound to the invariant that no data left the jurisdiction during computation |
Egress Enforcement and Sovereign Vault Replication
The enclave's network policy restricts outbound traffic during verdict computation to a small allowlist of endpoints that themselves carry residency attestations - a within-jurisdiction ledger-commitment endpoint and a within-jurisdiction vault-replication endpoint. Any attempted call outside that allowlist is intercepted, denied, and recorded as an egress-failure event sealed into the verdict body as an invalidating flag. Each verdict body's hash is committed to an immutable ledger maintained outside the enclave, mirrored within the jurisdiction via a jurisdiction-local vault replica - so even the ledger record of the verdict remains available inside the jurisdiction, in one embodiment across a defined set of jurisdictions including the United States, Switzerland, the UAE, Singapore, and Brazil.
Prior Art Differentiation
| Approach | Jurisdictional Guarantee Level | Per-Verdict Proof? | Hardware-Rooted? |
|---|---|---|---|
| Region-locked government cloud | Substrate/region | No | No |
| Intel SGX / AMD SEV-SNP / TDX alone | N/A (no geographic binding) | Enclave-integrity only | Yes |
| Confidential ledger products | N/A (no geographic binding) | Ledger-level only | Depends |
| JIL Sovereign sovereign-bound deployment | Jurisdiction-specific, per-tenant ceremony | Yes - three-element proof in every verdict body | Yes - SGX/SEV-SNP/TDX/Azure CC VM |