- Your transaction completes - Encrypted data is submitted and queued in the cluster’s mempool
- Computation waits in queue - MPC nodes process computations from the mempool in order
- MPC execution - When your computation’s turn comes, MPC nodes execute it offchain
- Callback invocation - Results are returned via your callback instruction
Await computation completion with awaitComputationFinalization
What’s next?
Encrypting Inputs
Learn how to encrypt data before sending to the MXE.
Deployment
Deploy your MXE program to devnet or mainnet.