Loading...
private.me Docs
Get xGovBridge
PRIVATE.ME PLATFORM

xGovBridge: Cross-Border Health Data Transfer

Privacy-preserving cross-border health data exchange compliant with EU-US Data Privacy Framework. Xshield multi-channel routing with xRedact PII minimization.

Healthcare COMING SOON XorIDA Powered
FAST ONBOARDING

15 Seconds to First Data Share

Traditional government data sharing requires manual PKI setup, agency registration, share routing configuration, and compliance infrastructure. xgovbridge collapses this to 15 seconds with zero-click accept, 90 seconds with one-line CLI, and 10 minutes with deploy buttons.

LevelSetup TimeMethod
Zero-Click15 secondsEnv var auto-accept
CLI90 secondsOne-line command
Deploy Button10 minutesOne-click templates

Zero-Click Setup (15 seconds)

Quick Start
# 1. Set invite code (from platform onboarding email)
export XGOVBRIDGE_INVITE_CODE=XGB-abc123

# 2. Initiate your first cross-agency data share (auto-accepts invite)
npx @private.me/xgovbridge share \
  --recipient did:key:z6MkDOJ... \
  --data ./case-file.json \
  --threshold 2 \
  --classification LES

What happens:

  1. Invite auto-accepted from XGOVBRIDGE_INVITE_CODE env var
  2. Agency DID generated and saved to .env
  3. Data split via XorIDA (2-of-3 default)
  4. Shares distributed to authorized agencies
  5. FOIA audit trail initialized
  6. Ready for threshold reconstruction

Total time: ~15 seconds

CLI Setup (90 seconds)

Terminal
# Install CLI globally
npm install -g @private.me/xgovbridge

# Initialize (generates agency DID, saves to .env)
xgovbridge init

# Share your first dataset
xgovbridge share \
  --recipient did:key:z6MkDOJ... \
  --data ./intelligence-report.json \
  --threshold 2 \
  --classification LES

# Output:
# ✅ Data split (2-of-3)
# ✅ Shares distributed to FBI, DOJ, DHS
# ✅ FOIA audit trail initialized
# ✅ Data ID: data_abc123

Deploy Button Setup (10 minutes)

Click one button to provision bridge server + audit logging + FOIA-compliant infrastructure:

Deploy to Vercel Deploy to Railway

Includes:

  • Bridge server (K-of-N authorization, share routing)
  • FOIA-compliant audit trail (immutable, timestamped)
  • Agency registration dashboard
  • Jurisdiction enforcement (US-only data residency)
  • Classification-based access control (UNCLASSIFIED/LES/FOUO)
VIRAL GROWTH MECHANICS

Invite codes → exponential adoption. Each invite code unlocks immediate cross-agency data sharing. The more agencies join, the faster the network grows. Share your invite code to add new partner agencies in seconds.

Traditional setup: 42-67 minutes per agency (PKI, registration, routing config).
xgovbridge setup: 15 seconds zero-click = 168-268× faster.

Section 01

The Problem

Cross-border health data transfers between the EU and US are legally complex and technically risky. The EU-US Data Privacy Framework requires adequate safeguards that most organizations cannot demonstrate.

Clinical trials, telemedicine, and health research require sharing patient data across borders. GDPR restricts EU health data transfers to jurisdictions with adequate protection — a standard that shifts with political decisions.

Existing solutions use contractual Standard Contractual Clauses (SCCs) that provide legal, not technical, protection. Schrems II demonstrated that legal frameworks alone are insufficient.

The Old Way

Health Record Sensitive PHI Unprotected SINGLE CUSTODIAN Full data access Single point of failure BREACH Mass data leak
Section 02

The PRIVATE.ME Solution

xGovBridge provides technical safeguards for cross-border health data: Xshield multi-channel routing splits data across jurisdictions, xRedact minimizes PII, and DID identity authenticates both ends.

Health data is routed via Xshield across multiple independent channels in different jurisdictions. No single jurisdiction holds complete patient data. xRedact strips PII to the minimum required for the specific use case.

DID identity authenticates sending and receiving institutions. Every transfer is HMAC-logged with jurisdiction metadata for GDPR compliance. Data Processing Agreements are cryptographically bound to specific data scopes.

The New Way

Data Input Patient data XorIDA Split K-of-N shares Custodian A Share 1 Custodian B Share 2 Custodian N Share N Reconstruct Threshold K
Section 03

How It Works

xGovBridge combines Xshield (multi-jurisdiction routing), xRedact (PII minimization), and DID authentication for cross-border health data compliance.

Ingest Validate XorIDA Split K-of-N Distribute Multi-node HMAC Verify Per-share Reconstruct Threshold OK
Key Security Properties
Data is multi-channel routed so no single jurisdiction holds complete records. PII is xRedact-minimized. DID authenticates both institutions. Every transfer is HMAC-logged with jurisdiction metadata.
Section 04

Use Cases

🌍
Cross-Border
EU-US Health Data

GDPR-compliant health data transfers between EU and US institutions.

DPF
🏥
Healthcare
Clinical Trials

Cross-border clinical trial data sharing with technical safeguards.

Trials
🧬
Research
Genomic Collaboration

International genomic research with jurisdiction-aware data routing.

Genomics
📋
Compliance
Schrems II Safeguards

Technical supplementary measures satisfying Schrems II requirements.

GDPR
Section 05

Integration

Quick Start
import { HealthBridge } from '@private.me/xgovbridge';

const bridge = await HealthBridge.create({
  senderDid: euHospitalDid,
  recipientDid: usResearchDid,
  jurisdictions: ['DE', 'IE', 'US'],
  redactLevels: ['L1', 'L2']
});
HealthBridge.create(opts): Promise<Result<HealthBridge, BridgeError>>
Creates a cross-border health data transfer bridge with multi-jurisdiction routing, PII minimization, and GDPR compliance logging.
Section 06

Security Properties

PropertyMechanismGuarantee
RoutingXshield multi-jurisdiction No complete data in one place
PIIxRedact minimization Use-case specific
AuthDID mutual authentication Ed25519 verified
AuditHMAC-chained transfers Jurisdiction metadata
$8.3B
Health data exchange
Multi
Jurisdiction routing
xRedact
PII strip
VERIFIED BY XPROVE

Verifiable Data Protection

Every operation in this ACI produces a verifiable audit trail via xProve. HMAC-chained integrity proofs let auditors confirm that data was split, stored, and reconstructed correctly — without accessing the data itself.

XPROVE AUDIT TRAIL
Every XorIDA split generates HMAC-SHA256 integrity tags. xProve chains these into a tamper-evident audit trail that proves data was handled correctly at every step. Upgrade to zero-knowledge proofs when regulators or counterparties need public verification.

Read the xProve white paper →
GET STARTED

Ready to deploy xGovBridge?

Talk to Ren, our AI sales engineer, or book a live demo with our team.

Book a Demo

© 2026 StandardClouds Inc. dba PRIVATE.ME. All rights reserved.

VERIFIABLE WITHOUT CODE EXPOSURE

Ship Proofs, Not Source

xGovbridge generates cryptographic proofs of correct execution without exposing proprietary algorithms. Verify integrity using zero-knowledge proofs — no source code required.

XPROVE CRYPTOGRAPHIC PROOF
Download proofs:

Verify proofs online →

Use Cases

🏛️
REGULATORY
FDA / SEC Submissions
Prove algorithm correctness for distributed systems without exposing trade secrets or IP.
Zero IP Exposure
🏦
FINANCIAL
Audit Without Access
External auditors verify secure operations without accessing source code or production systems.
FINRA / SOX Compliant
🛡️
DEFENSE
Classified Verification
Security clearance holders verify distributed systems correctness without clearance for source code.
CMMC / NIST Ready
🏢
ENTERPRISE
Procurement Due Diligence
Prove security + correctness during RFP evaluation without NDA or code escrow.
No NDA Required

Deployment Options

📦

SDK Integration

Embed directly in your application. Runs in your codebase with full programmatic control.

  • npm install @private.me/xgovbridge
  • TypeScript/JavaScript SDK
  • Full source access
  • Enterprise support available
Get Started →
🏢

On-Premise Upon Request

Enterprise CLI for compliance, air-gap, or data residency requirements.

  • Complete data sovereignty
  • Air-gap capable deployment
  • Custom SLA + dedicated support
  • Professional services included
Request Quote →

Enterprise On-Premise Deployment

While xGovBridge is primarily delivered as SaaS or SDK, we build dedicated on-premise infrastructure for customers with:

  • Regulatory mandates — HIPAA, SOX, FedRAMP, CMMC requiring self-hosted processing
  • Air-gapped environments — SCIF, classified networks, offline operations
  • Data residency requirements — EU GDPR, China data laws, government mandates
  • Custom integration needs — Embed in proprietary platforms, specialized workflows

Includes: Enterprise CLI, Docker/Kubernetes orchestration, RBAC, audit logging, and dedicated support.

Contact sales for assessment and pricing →