- Circuit source: The onchain or offchain source used to load the compiled circuit. Local sources are reserved for internal MXE circuits.
- Circuit interface: The circuit definition and parameter signature produced by the Arcis toolchain.
- CU amount: The amount used to calculate base and priority charges.
- Lifecycle state: The slot when the definition was explicitly deactivated, when applicable.
Commissioning a computation
Commissioning creates a computation account and queues it against the MXE’s Cluster. Key steps in commissioning include:- Provide arguments: Pass the plaintext and encrypted inputs expected by the Arcis instruction.
- Choose a priority price: Higher values improve queue position; queued computations remain subject to the mempool’s 180-slot expiry.
- Configure callbacks: Define the onchain instructions for successful and failed outcomes.
- Queue the computation: Add the computation account to the Cluster’s mempool.