Multiple decryption nodes operate in a quorum of TEEs to ensure security and reliability.This is how a ciphertext can be converted into plaintext, and settled back onchain:
Monitors blockchain for decryption requests
Forwards decryption requests to the decryption network (TEEs)
Collects signed results from the decryption network
Submits decryption results back to the blockchain via callback transactions
The signed results are verified on the host chain to ensure that the decryption attestations are coming from the trusted set of decryption nodes.