Data Finalization

The data finalization process is orchestrated by a specialized contract responsible for collating votes from Transmitter Agents for a given round and deducing the true value from these inputs. The protocol:

  1. Collects all votes from Transmitter Agents for the current round.

  2. Filters votes within an accepted deviation range to ensure validity and reliability.

  3. Determines the final price value using the median of the valid transmitter votes.

This stage may incorporate various calculations to derive the final value, including aggregation and mathematical operations. Votes contributing to the final value are marked as rewardable, entitling participants to receive rewards through a keeper staking system.

Last updated