Three Services
Compression-as-a-Service
Submit data. Receive compressed output and a cryptographic receipt. Two modes: reversible (lossless) and irreversible (max compression, 40% discount).
ACE Execution-as-a-Service
Submit a workload. Receive an execution result plus a zeroize_proof — cryptographic proof that RAM was cleared after execution.
HoloGraph Query-as-a-Service
Submit a concept. Receive O(1) resolution from the Genesis knowledge fabric with a deterministic receipt. Every competitor is O(n).
API Reference
Include your API key in the X-Genesis-Key header or as a Bearer token.
# Header (preferred) X-Genesis-Key: gns_pro_a1b2c3d4e5f6... # Or Bearer token Authorization: Bearer gns_pro_a1b2c3d4e5f6...
"compressed": "H4sIAAAAA...", "receipt_hash": "a3f8c1...", "mode": "reversible", "verifier_url": "/v1/verify/...", "wm": "PBTG-CJM-..."
# Compress data — reversible mode DATA=$(echo -n "Hello Genesis" | base64) curl -X POST https://genesis.pointbreaktrading.com/v1/compress \ -H "X-Genesis-Key: YOUR_KEY" \ -H "Content-Type: application/json" \ -d "{\"data\": \"$DATA\", \"mode\": \"reversible\"}"
"result": "eyJwcm9...", "receipt_hash": "b7e2a4...", "zeroize_proof": "f9d1c8...", "execution_id": "7a3f...", "duration_hint": "fast", "verifier_url": "/v1/verify/..."
"result": "eyJjb25...", "receipt_hash": "c4a9d2...", "concept": "genesis.version", "resolved": true, "verifier_url": "/v1/verify/..."
Any receipt can be verified by anyone, without an API key. This is the trust anchor.
# No auth required curl https://genesis.pointbreaktrading.com/v1/verify/a3f8c1d2e5... # Response { "verified": true, "operation": "compress", "timestamp_ns": 1741787234000000000, "chain_position": "7a3f9c..." }
Live Receipt Verifier
Verify Any Genesis Receipt
Paste any receipt_hash from an API response. No API key required.
Pricing
◆ The Stealth Principle
Genesis never surfaces compression ratios, agent counts, latency metrics, or internal architecture in API responses. We sell outcomes and receipts — not metrics. "Institutions trust what doesn't need to convince. Genesis feels like gravity, not a product." — Christian John McGowan, Founder & Lead Systems Architect