Skip to main content

Aggregator

AspectDescription
TypeIntermediary service between the blockchain and computation layer, ensuring structured request management.
FunctionManages and organizes the events (requests) received from the Task Manager Contract to ensure efficient processing.
Responsibilities• Listens to the emitted events on the destination chain
• Processes incoming requests in FIFO (First In, First Out) to ensure fairness and consistency
• Prepares and structures the data/events and submits the request to the fheOS server
• Receives the results from the fheOS server and sends it to the Data Availability layer
• Upon decryption result, submits the result to the host chain