The Arcium Network leverages Solana to orchestrate and manage computational workflows efficiently. Solana’s high throughput and low latency enable Arcium’s core processes, such as computation orchestration, node management, and payment systems, to operate seamlessly onchain.Documentation Index
Fetch the complete documentation index at: https://docs.arcium.com/llms.txt
Use this file to discover all available pages before exploring further.
Onchain coordination
The Arcium Network uses Solana-based programs to coordinate the following key processes:- Node Management: Registration, configuration, and scheduling of Arx nodes, ensuring they are ready to process tasks securely.
- Computation Orchestration: Collecting computations into the mempool, assigning tasks to Clusters of Arx nodes, and processing results.
- Network Economics: Managing payments, rewards, staking, and slashing mechanisms to ensure Arx node reliability and incentivize network security.
Mempool architecture
To efficiently manage computations, Arcium uses a single mempool, where all commissioned computations are queued and prioritized for execution. While there is one global mempool, priority fee markets operate within Cluster-specific markets or Cluster unions, ensuring computations only compete for resources with others that share the same nodes. Once a computation enters the mempool:- It awaits execution by eligible Arx nodes, prioritized based on priority fees and network conditions.
- Validity windows (“valid after” and “valid before” timestamps) determine execution eligibility.
- Tasks are assigned dynamically to available Clusters of Nodes, ensuring efficient workload distribution.
Seamless workflow execution
Once queued, computations are:- Collected in the mempool.
- Assigned to Clusters of Arx nodes for execution.
- Validated, with outputs securely processed and made available to the appropriate recipient.