- MPC eXecution Environments (MXEs): Accounts that group a program, computation definitions, key material, and an execution Cluster.
- arxOS: The encrypted, distributed operating system powering Arcium, which lets anyone run encrypted computations. It relies upon other concepts central to Arcium and covered below, including Arx nodes and Clusters.
- Arcis: The Rust framework and compiler for writing encrypted computations.

Understanding the encrypted supercomputer
Arcium describes the network as an “encrypted supercomputer.” Arx nodes act as processors, arxOS coordinates their offchain execution, MXEs group application-specific computations, and Arcis provides the developer framework.Arcium and Arx nodes
The Arcium Network consists of decentralized Arx nodes that perform computations on encrypted data. Derived from the Latin word “arx,” meaning fortress, each Arx node represents a secure point in the network. However, the true power of Arx nodes comes from their collaboration within the decentralized network.- Staking: Arx nodes stake to activate, join Clusters, receive rewards, and participate in leader selection.
Multi-party computation (MPC)
Multi-Party Computation (MPC) is the cryptographic backbone of Arcium. It allows multiple parties to jointly compute functions while keeping their inputs private, preserving data confidentiality throughout the process.- Secret Sharing is a key cryptographic method within MPC, used to split data into fragments distributed across Arx nodes. No individual node has access to the full data.