EO Data Processing Flow
Prior to examining the OVS framework and architecture, we present an high level overview of the data processing flow through EO-chain.
Last updated
Prior to examining the OVS framework and architecture, we present an high level overview of the data processing flow through EO-chain.
Last updated
The data processing consists of 3 stages:
Data validators obtain data from sources using WebSockets, APIs, or perform some general off-chain computations. They sign this data and send it as a transaction to the EO-chain.
Chain validator nodes receive the signed reports, verify the reporter's identity, and aggregate the verified reports using dedicated schemes. This computational aggregation process and its result become an immutable part of the EO-chain.
EO Cryptographic broadcaster bridges data feeds from the EO-chain to various target chains. This involves monitoring EO-chain events in real-time, validating feed data against predefined criteria, signing data, and submitting verified feed updates to target chains.
All of the above actors are stake-backed EO\eigen’s operators.
For more detailed information, please refer to Understand EO
The following sections describe how builders can use and configure EO's features to meet their OVS needs