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

xBureau: Cross-Border Tax Reporting Privacy

CRS 2.0 and FATCA cross-border tax reporting with privacy-preserving aggregation via xCompute. Tax authorities verify compliance without seeing individual account details.

Financial COMING SOON XorIDA Powered
Section 01

The Problem

CRS 2.0 and FATCA require financial institutions to report account holder data across jurisdictions, but centralized reporting creates massive PII exposure risks.

Cross-border tax reporting involves sharing account balances, income, and taxpayer identification across dozens of jurisdictions. Each data exchange creates a potential breach vector.

The aggregate data flowing between 100+ jurisdictions contains the financial details of billions of accounts. A single intermediary breach exposes an entire country’s taxpayer records.

The Old Way

Transaction Data Sensitive records Unprotected SINGLE INSTITUTION Full data access Single point of failure BREACH Full records leaked
Section 02

The PRIVATE.ME Solution

xBureau enables cross-border tax reporting where aggregate compliance data is computed on XorIDA shares via xCompute. Individual account details are never shared in the clear.

Financial institutions split account data into XorIDA shares. Tax compliance computations (aggregate balances, threshold checks, income categorization) run on shares via xCompute. Only aggregate verdicts cross borders.

Each reporting institution is authenticated via DID identity. HMAC-chained audit trails provide tamper-evident compliance records. xRedact strips unnecessary PII before any computation.

The New Way

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

How It Works

xBureau combines xCompute aggregation with xRedact PII minimization and xLink M2M authentication for privacy-preserving cross-border tax reporting.

Ingest Validate XorIDA Split K-of-N Distribute Multi-node HMAC Verify Per-share Reconstruct Threshold OK
Key Security Properties
Individual account data never crosses borders. Tax compliance is verified on XorIDA shares via xCompute. Only aggregate results are transmitted. All operations are DID-signed and HMAC-logged.
Section 04

Use Cases

🏦
Banking
CRS 2.0 Reporting

Comply with CRS 2.0 without sending individual account data across borders.

CRS
🌍
Cross-Border
FATCA Compliance

Privacy-preserving FATCA reporting across US-foreign bank relationships.

FATCA
🔒
Privacy
Data Minimization

Share only aggregate compliance data, not individual account records.

GDPR
📋
Audit
Compliance Evidence

HMAC-chained audit trail proving compliance without exposing taxpayer data.

Audit
Section 05

⚡ Fast Onboarding

Traditional credit bureau setup requires manual custodian configuration, storage backend provisioning, and DID generation. xBureau collapses this to 15 seconds with zero-click accept, 90 seconds with one-line CLI, and 10 minutes with deploy buttons.

Speed Tiers

LevelSetup TimeMethodWhat It Does
Zero-Click 15 seconds Env var auto-accept Set XBUREAU_INVITE_CODE, create bureau on first use. No manual setup.
CLI 90 seconds One-line command npx @private.me/xbureau init generates DID, saves to .env, configures storage.
Deploy Button 10 minutes One-click templates Vercel/Netlify/Railway buttons provision storage backends + custodian infrastructure.

Quick Start: Zero-Click (15 seconds)

Bash
# 1. Set invite code (from bureau network onboarding email)
export XBUREAU_INVITE_CODE=XBU-abc123

# 2. Create your first bureau instance (auto-accepts invite)
TypeScript
import { createCreditBureau } from '@private.me/xbureau';

const bureau = createCreditBureau(storage); // Auto-initializes from env
What Happens Automatically
  1. Invite auto-accepted from XBUREAU_INVITE_CODE env var
  2. Bureau DID generated and saved to .env
  3. Custodian network auto-configured (2-of-3 default)
  4. Storage backends connected
  5. Trust registry auto-populated
  6. Ready to store reports
Total time: ~15 seconds

CLI Setup (90 seconds)

Bash
# Install CLI globally
npm install -g @private.me/xbureau

# Initialize (generates DID, configures custodians)
xbureau init

# Store your first credit report
xbureau store \
  --report ./sample-report.json \
  --threshold 2 \
  --total-shares 3

# Output:
# ✅ Report split (2-of-3)
# ✅ Shares distributed to custodians
# ✅ Encrypted at rest (AES-256-GCM)
# ✅ Report ID: report-abc123

Deploy Button Setup (10 minutes)

Click one button to provision storage backends + custodian infrastructure on Vercel/Netlify/Railway.

Deploy to Vercel Deploy to Netlify
Includes
  • Xstore backend (share storage with AES-256-GCM encryption)
  • Custodian coordination service
  • MPC score computation endpoints (Xcompute integration)
  • Selective disclosure API
  • Compliance audit dashboard
After deployment:
Environment variables auto-configured • Bureau DID auto-generated • Custodian network auto-connected • Ready to store reports immediately
Section 06

Integration

Quick Start
import { TaxReporter } from '@private.me/xbureau';

const reporter = await TaxReporter.create({
  institutionDid: bankDid,
  jurisdictions: ['US', 'UK', 'DE'],
  threshold: { k: 2, n: 3 }
});
const report = await reporter.generateReport(accounts);
TaxReporter.create(opts): Promise<Result<TaxReporter, ReportError>>
Creates a privacy-preserving tax reporter that computes CRS/FATCA compliance on XorIDA shares without sharing individual account data.
Section 07

Security Properties

PropertyMechanismGuarantee
Account dataXorIDA split Never shared in clear
ComputationxCompute aggregation No reconstruction
PIIxRedact stripping Data minimization
AuditHMAC-chained log Tamper-evident
$2.1B
Tax reporting TAM
100+
Jurisdictions
MPC
Aggregation
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 xBureau?

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

xBureau 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/xbureau
  • 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 xBureau 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 →