Distributed MPC
For private computation.
Data enters as secret shares split across independent operators. Each performs computation on their share and arequest completes only when a threshold of them take part.
The TACEO Network is a distributed MPC network.
Sensitive data is held as cryptographic shares by independent operators, so no single operator controls the data, the keys, or the outcome. Every output carries a proof, verifiable onchain.
The TACEO Network runs computation on data that nobody can see.
Three pieces make that possible.
For private computation.
Data enters as secret shares split across independent operators. Each performs computation on their share and arequest completes only when a threshold of them take part.
For private storage and retrieval.
Private state lives in an encrypted key-value store. Reads and updates reveal nothing about which record was touched.
To provide verifiability.
Every output carries a zero-knowledge proof, verified onchain. Anyone can check the work was done correctly.
Shares without the rest are noise.
The protocol enforces it.
Validiums and shielded pools still have an operator who can see. Enclaves put the trust in hardware, and hardware has been broken before. FHE avoids both, at a cost in overhead that rules out real-time settlement.
The TACEO Network is secret-shared across independent operators, so no party holds plaintext, and you choose how much is hidden: amounts alone, or the full graph.
Threshold MPC runs state lookups and updates at real-world latency.
A deliberate balance of professional infrastructure providers and academic and institutional partners. Operators are independent of one another, accountable in different jurisdictions, and answerable to different incentives. The threshold assumption holds because of who runs the network, not just the cryptography beneath it.
And you can be part of it. Customers can run their own node on the network, joining the operator set and holding part of the threshold that protects their own deployment. ZKPassport already does, helping operate the network it builds on.
Operators
Cryptography
Output
CoSNARK generation, run by the network. Your application gets a verifiable proof; no single party sees the witness.
Unique, unlinkable nullifiers from a user's input, without anyone seeing the input. In production for World and ZKPassport.
Private key-value state. Reads and updates reveal nothing, including the access pattern.
Biometric matching where no party ever holds a template.
CoSNARK verifiers can be deployed to any chain with the relevant primitives. Current deployments run alongside the Base, Arc, Monad and Plasma testnets. New chains are integrated, not migrated to.
Let's talk about your workload.