RuBaRu Whitepaper
Main Website
  • Abstract
  • RuBaRu - Why & What?
    • Portal
    • Problem Statement
    • What future holds for Social Media and Content Platforms?
    • Why RuBaRu?
    • Key Stakeholders
    • Core Components of Protocol
      • Fully OnChain Profile, Social Graph & Interactions
      • Decentralized Identity(DiD)
      • Fully On-Chain Rich Media Cloud: Decentralized Storage & Streaming
      • Incentive Program
      • Decentralized Creator Economy
      • Creator/Influencer Reputation Factor
      • Decentralized AI (#DeAi) Layer
      • Content Moderation
      • Brand Positioning
      • DAO Governance
    • Economy
      • Creator-Consumer Incentive Program (CCIP)
        • Join-2-Earn
        • Post-2-Earn
        • Refer-2-Earn
        • Engage-2-Earn
        • Advocate-to-Earn
        • Viral-to-Earn
        • Moderate-to-Earn
      • Creator Monetisation
      • Platform Monetisation
    • Technical Architecture & Breakthroughs
      • High level Architecture Overview
      • On-Chain Social Graph
      • On-Chain Authentication & Identity Layer
      • On-Chain Media & Content Infrastructure Layer(CDN)
      • On-Chain Feed Generation, Recommendation & Delivery Pipeline
      • OnChain Reward Wallet & Transaction Layer
      • On-Chain Content Indexer & Search Layer
      • On-Chain Referral Service
      • Decentralised AI Service layer
      • On-Chain Notification Layer
      • User Experience & Interface Layer (Frontend)
      • Off-Chain Components
        • Push Notification Broker Engine (Off-Chain)
        • Leaderboard Reverse Oracle Service
    • Tokenomics
      • Distribution Model
      • Token Utility
        • Credits : In-App Currency
        • $TOKEN (Governance & Value Capture Token)
      • Airdrop Season#1
      • Airdrop Season#2
    • Marketing & Go-To-Market Strategy
    • Try RuBaRu DApp
    • Roadmap
    • Community
    • Conclusion
    • Disclaimer
    • Quickstart
    • Publish your docs
  • Basics
    • Editor
    • Markdown
    • Images & media
    • Interactive blocks
    • OpenAPI
    • Integrations
Powered by GitBook
On this page
  1. RuBaRu - Why & What?
  2. Technical Architecture & Breakthroughs
  3. Off-Chain Components

Leaderboard Reverse Oracle Service

Updated: 8th March 2025

PreviousPush Notification Broker Engine (Off-Chain)NextTokenomics

Last updated 2 months ago

The Leaderboard Reverse Oracle Service is an off-chain bridge designed to aggregate, process, and normalizereferral reward data from on-chain services like the Transaction Orchestrator and Satellite Canisters. It enables dynamic leaderboard generation, tracks weekly, monthly, and overall rankings, and maintains historical snapshots for auditability.

High-Level Design Overview

  • Data Integration: Fetches referral reward data using Internet Computer Agent, ensuring secure, real-time synchronization with on-chain services.

  • Leaderboard Processing: Aggregates data for weekly, monthly, and cumulative rankings, optimizing query efficiency.

  • API & Caching: Exposes RESTful APIs for querying leaderboard data, with Redis caching to improve response times.

  • Scalability: Uses batch processing and horizontal scaling (Redis for real-time lookups, PostgreSQL for historical data).

  • Performance Optimization: Implements indexed storage, TTL-based caching, and batch queries to minimize latency.

This hybrid approach reduces costs while enhancing user experience, with a future roadmap to move key components on-chain as decentralization capabilities expand.