Oracle Functionality

Oracles play a pivotal role in calculating the Proof of Gamer (PoG) score by processing and aggregating player-specific data. The workflow is outlined as follows:

  • Data Fetching: The Docker image pulls gamer data from verified APIs and internal metrics.

  • PoG Computation: Using a standardized algorithm, the Oracle processes this data to compute a player’s PoG score based on factors such as gaming performance, consistency, and engagement.

  • Data Integrity: Before submitting results, Oracles sign the calculated PoG scores using cryptographic keys unique to each Oracle. This ensures that data integrity is maintained and any tampering is easily identifiable.

  • Score Submission: Oracles submit the signed PoG scores to the Aptos blockchain for validation.

Last updated