Public mesh
Epher Cloud
Per-call EUR billing on our hardware-attested EU mesh. Smallest time-to-first-entry; ideal for SaaS workloads.
For
SaaS · startups · EU AI builders
Epher Compute Chain is GINF Systems' commercial implementation of the open Ephernity protocol — two equally first-class pillars on one EU-attested substrate: tamper-evident storage from milliseconds to six years and beyond, and deterministic workflows running on a hardware-attested mesh.
Append-only, BLAKE3-chained, hardware-attested storage with tier-parametrised retention from seconds to eternal. Per-record crypto-shred for GDPR. Public-chain anchoring for tamper-proof time.
Deterministic contracts on a hardware-attested EU mesh, written in Borz. Every call's inputs, state, and outputs are committed to a ledger entry — replay reproduces the result byte-for-byte.
p50 write
2.1ms
Ed25519 · EU primary
verify offline
0.18µs
per BLAKE3 entry
Tier coverage
5T0 → T4
seconds → eternal
EU regions
9
primary + replica + edge
Editions
Run Epher Compute Chain on our mesh, on yours, in an air-gap, or on a single host. Same wire, same proofs, same Borz contracts at every shape.
Public mesh
Per-call EUR billing on our hardware-attested EU mesh. Smallest time-to-first-entry; ideal for SaaS workloads.
For
SaaS · startups · EU AI builders
Customer hardware
Dedicated Epher mesh on customer-controlled DE:SH hosts. Per-host licensing in EUR; full data residency under your roof.
For
Regulated mid-market · banks · health
Air-gapped
Bespoke air-gapped deployment with one-way audit replication, customer-held HATP root, and on-prem operations.
For
Defence · government · critical infrastructure
Single host
Single-host non-production edition for evaluation, education, and pilots. KYC, no SLA, free.
For
Researchers · evaluators · students
How it works
A single HTTP surface maps to the canonical append-only log underneath, and the same surface dispatches a Borz contract for deterministic workflows. Tier policies, anchoring, PQC, EU residency, and per-call accounting are configuration, not code.
Product details →A signed write, in one round-trip.
curl -X POST https://api.epher.cc/v1/ledger/orders/entry \
-H "Authorization: Bearer $EPHER_KEY" \
-H "X-Tier: T2" \
--data-binary @order.cbor
→ 201 Created
{
"seq": 1042,
"ts_ms": 1748621052124,
"payload_cid": "b3:3c1f...e44c",
"prev_hash": "b3:8e7a...6c81",
"signer_id": "hatp:host:eu-fra-07",
"scheme": "ed25519"
} A range, with its inclusion proof attached.
GET /v1/ledger/orders/range?from=1000&to=1042&proof=true
→ 200 OK · application/cbor
entries: [...],
checkpoint: {
root: "b3:c180...4af6",
epoch: 178,
anchored_at: 1748618400000,
anchor: "ots:bitcoin:870182"
},
inclusion_path: ["b3:5b77...", "b3:92a1...", ...] A deterministic call, with its receipt.
curl -X POST https://api.epher.cc/v1/contract/loan_decision/call \
-H "Authorization: Bearer $EPHER_KEY" \
--data '{"applicant_id":"a:9281","income_eur":48200}'
→ 200 OK
{
"result": { "decision": "approved", "limit_eur": 12000 },
"state_cid": "b3:7a44...0e91",
"input_cid": "b3:1188...c30a",
"code_cid": "b3:e019...4f72",
"step_receipt": "b3:c9f4...88aa",
"units": { "bytes_in": 41, "bytes_out": 36, "ops": 1842 }
} Anyone, anywhere, can verify without us.
# zero-trust verification, no network access
ephernity verify ./entries.cbor --root-key ./epher-root.pub
✔ chain 1042 entries verified · BLAKE3
✔ signatures Ed25519 + 4 × Falcon-1024 (T3)
✔ checkpoint epoch 178 · root b3:c180...
✔ anchor OTS · bitcoin block 870182 @ 2026-05-30T08:00Z
✔ replay 12 contract steps reproduced exactly Designed for
Storage + Compute
Multi-step agents that share state across hosts get a tamper-evident audit trail, and the decision logic itself becomes a deterministic Borz contract whose every call is reproducible.
Storage
Append-only, hardware-attested, Falcon-1024 signed, kept for six years and longer — and erasure-compliant via per-record crypto-shred.
Storage + Compute
Mark generated content, anchor the proof, and produce inclusion paths for any regulator on demand. The decision logic upstream can itself be a verifiable contract.
Storage
Live matches, transient checkout flows, ephemeral collaboration. State that lives only as long as it must — and proves it.
Compute
Author the workflow in Borz; deploy as an Epher contract; every call is a ledger entry. The audit, the replay, and the result are the same artefact.
Storage
Permanent anchors, post-quantum signatures, inclusion proofs that verify forever against a small published root key.
Operator footprint
Primary points of presence host writes and signing under HATP attestation; replicas keep Raft-consistent copies; edge nodes terminate reads. All facilities sit within EU member states under EU operator control.
Sovereignty by construction
A US hyperscaler's EU region does not confer sovereignty — jurisdiction follows the corporate parent. Epher Compute Chain is operated by GINF Systems Kft. (Budapest, EU), on infrastructure inside EU member states, with personnel inside the EU. That makes the CLOUD Act question structural, not contractual.
Common questions
No. There is no global consensus, no on-chain settlement, and no instrument to trade. Public-chain anchors are used only as tamper-proof timestamps — the same way OpenTimestamps does notarisation. Epher Compute Chain settles nothing on chain.
Epher Compute Chain is paid for in euro, like any hosted service. We do not issue an instrument, do not operate a market, and do not depend on one. The protocol is intentionally token-free at the wire.
A Borz "deterministic contract" is a workflow whose runtime forbids non-determinism by interface: no wall-clock, no ambient I/O, no unseeded randomness. The inputs, code revision, and outputs are committed to a ledger entry, so any verifier can replay the call byte-for-byte and reach the same result. The workflow is auditable by construction.
On Epher Cloud, inside EU primary regions (Frankfurt, Paris, Amsterdam, Budapest by default). Replicas and edge nodes are also EU-domiciled. On Epher Enterprise or Sovereign, the data lives on your hardware, under your jurisdiction.
Personal data is held off-ledger; the ledger holds only commitments. Erasing personal data destroys the per-record AES-256 key (crypto-shred). The Merkle path and signature chain remain valid for the rest of the ledger.
They run the open Ephernity verifier with our published root public key. No SDK lock-in, no proprietary API, no network call. Offline verification is a property of the protocol, not a feature of this product.