LogoLogo
Visit the KGeN website
  • Introduction
  • POG
    • Five Key Dimensions
    • POG Score
    • Gamer Profile Mint, Updation, Data Ownership & Rights
    • Publishers & Brands: Data Access & Rights
    • POG-E: Augmented Gaming LLM
      • Foundational Elements
      • Key Components of POG-E tech stack
      • Foundational Data powering POG-E
      • Agent Development Framework
      • Data Orchestration
      • Developer Tools
      • Deployment, Scalability, Monitoring, Maintenance and Future Enhancements
      • AI Agent Use Cases
  • Tokenomics
    • r-KGeN
    • $KGeN
      • $KGeN Allocation and Unlock Schedule
      • $KGeN token utility
        • Demand Lever : Product
        • Demand Lever : Staking
        • Demand Lever : Business Model
  • Kratos Oracle Network
    • Oracles
    • Oracle Functionality
    • Consensus Mechanism
    • Oracle Acquisition and Staking Requirements
    • Key Purchase and Multichain Support
    • KGeN Sale and Staked Keys Growth
    • Oracle Reward Structure
    • Oracle Hardware and Software Deployment
  • Kratos Stack
    • Stack Composition and Interaction
    • Engagement
      • Play
        • KQuest
          • User Workflow
          • Technical Implementation and System Design
        • KDrop
          • User Workflow
          • Technical Implementation and System Design
        • Games API Integration
      • Compete
        • Klash
        • Protocols
          • ESports Protocol
            • User Workflow
          • Loyalty Protocol
            • User Workflow
      • Rewards
      • Redeem
        • E-Commerce
          • System Design
    • External Partner Interfaces
    • Reputation
      • The POG Engine
      • The POG Attribution
        • System Overview
      • Impact of The POG
    • Adoption
      • Web3 and Wallet Integrations
        • Foundation
        • Web3 Toolkit
        • Tokens
        • Chain abstraction
        • Solutions for Gamers
      • Clan Tools
        • Clan Chief and Member Overview
        • User Workflow
        • System Architecture
      • Profile
      • Leaderboards
    • Infrastructure and Scalability
      • Data
      • Frontend Architecture
      • Devops & Security
      • AI
  • Publishers
    • Self Serve
      • Technical Implementation
      • Publishers Flow
  • Appendix
Powered by GitBook
On this page
  1. Kratos Stack
  2. Reputation

The POG Attribution

PreviousThe POG EngineNextSystem Overview

Last updated 3 months ago

First, we ingest data from various sources, including social media platforms like Twitter, Telegram, and Discord, along with on-chain data from Polygon and Hedera, and user activity on our website. Next, a data quality layer ensures that all data has been ingested correctly. Finally, the data aggregation layer consolidates information from multiple tables, saving it across five distinct tables. This setup ensures that if any table encounters an issue, it won’t impact the others. These five tables contain additional attributes beyond those required for the calculation.

The following diagram illustrates the final layer. At this point, we have five tables in S3, each containing a set of attributes related to proof. Another data quality layer then determines which equation to execute based on the attributes that have been updated, sending notifications if any attribute fails, while ensuring that POG remains unaffected. The equation in the next section is used to calculate the user’s score. This final data quality layer is responsible for determining which data will be updated in the last S3 destination, which the backend will use to mint it onto the POG card.

  1. POH

Proof of Human (PoH) verifies the user’s real identity by combining OAuth authentication data with Discord or other social media profiles.

  • phone_number

  • OAuths_connected

  • kycStatus

100 if KYC Verified, or game verified else number of OAuth Verified.

Number of OAuths Connected / Number of OAuths Available, capped at a max score of 90.

NOTE:

  1. POP

Proof of Play (PoP) analyzes gameplay data, such as time spent in games, achievements unlocked, and session frequency.

POP= 0.7*((0.5*hours_spent_submit_normalized) + (0.5*game_play_freq_per_month_normalized)) + 0.3*((0.5 *hours_spent_start_normalized) + (0.5 *game_start_frequency_normalized))

  • POP=0.7*submit+0.3*start

  • submit=0.5*hourspent + 0.5*freq

  • start=0.5*hourspent + 0.5*freq

  1. POSk

Proof of Skill (PoSk) evaluates a user’s performance in various games, factoring in leaderboards, tournament results, and achievement milestones.

  1. POSc

Proof of Social (PoSc) assesses a gamer’s social interactions, engagement on Discord, and social media influence.

  1. POC

Proof of Commerce (PoC) aggregates wallet transaction data, tracking spending behavior and purchasing power.