Sudo Whitepaper Docs
  • Home
  • Sudo Whitepaper
  • API Reference
  • Changelog
  • Help Center
  • Sudo The Web3 Bridge for Human Connection
  • Overview
    • Table of Content
    • Executive Summary
      • Vision & Mission
        • Core Features Overview
        • Technical Architecture
        • Encryption & Zero Trust Model
        • Rewards, Message Mining, and Token Utility
        • Tokenomics, Supply, and Distribution Strategy
        • Username Economy & Ownership System
        • Group, Channel, and Contract Linking Economy
        • Mining & Messaging Reward Model
        • Monetization via Premium Usernames & Microservices
    • Tokenomics – Total Supply, Allocation, and Flow
    • Reward Mining Algorithm – Quality Messaging Incentives
    • Username Economy – Premium Identity System
    • Group & Channel Monetization via Smart Contracts
    • Real-Time Messaging & Zero Trust Architecture
    • Tokenized Username Economy & Naming System
    • Smart Contract-Synced Groups & Auto-Onboarding via Wallet Activity
    • Web3 Group/Channel Custom Features – Bots, MiniApps, and Plugins
    • Tokenomics – SUDO Token Overview, Utility, and Deflation Strategy
    • Reward Engine – Message Mining, Referral System, and User Incentives
    • Group, Channel, and Smart Contract Syncing Mechanism
    • Web3 Plugin System & Mini-App Marketplace
    • Zero-Knowledge Powered Private Groups (ZK Clue & Stealth Mode)
    • Economic Flywheel — Reward Engine, Burn Logic, and Tokenomics
    • Group & Channel Monetization — From DAO Rooms to Paid Access
    • Message Mining Engine — Proof of Message Algorithm (PoM)
    • Real-Time Infrastructure — Socket Layer, Redis Queue, and Delivery Guarantee
    • Group & Channel Video Conferencing — Zoom-Style VCaaS Integration
    • MiniApps & Bot Ecosystem — Extending Sudo like Telegram for Web3
    • Tokenomics — Design Philosophy, Allocation, and Utility
    • Dynamic Burn Economics & Scarcity Simulation Model
    • Real-World Use Cases & Adoption Strategy
    • Partnership & Ecosystem Growth Plan
    • Token Utility, Fees, and Burn Mechanisms
    • Security, Privacy & Compliance
    • Governance, DAO & Token Voting
    • Summary
Powered by GitBook
On this page
Export as PDF
  1. Overview

Message Mining Engine — Proof of Message Algorithm (PoM)

PreviousGroup & Channel Monetization — From DAO Rooms to Paid AccessNextReal-Time Infrastructure — Socket Layer, Redis Queue, and Delivery Guarantee

Last updated 19 days ago

CtrlK

Sudo introduces a Proof of Message (PoM) reward system — an algorithmic mechanism that transforms verified, meaningful user interactions into token rewards while actively preventing spam, farming, and abuse.

1. What is PoM?

Proof of Message is a message validation and reward protocol that verifies a user’s contribution through multiple layers of checks before awarding SUDO tokens. A message qualifies for rewards only if it meets all of the following criteria:

  • Message Validity: Must be non-empty and pass spam/content quality filters.

  • Reception & Acknowledgment: Must be received and marked as read by the recipient.

  • Encrypted Timestamp: Every message is cryptographically signed and timestamped.

  • Quality Scoring: Messages are given a score based on engagement patterns such as replies, quotes, or forwards.

Only messages that pass validation and are acknowledged by the recipient count toward mining rewards.

2. PoM Mining Formula

The reward for each message is calculated using the formula:

R = (B × Q × T) / (S × U)

Where:

  • R = Reward in SUDO tokens.

  • B = Base reward rate per message.

  • Q = Quality multiplier (scale of 1 to 5 based on engagement).

  • T = Time-weighted engagement score to reward consistent activity.

  • S = Spam score adjustment that penalizes low-quality or repetitive content.

  • U = Unique recipient multiplier to encourage varied interactions.

This formula ensures higher-quality, unique interactions receive greater rewards.

3. Anti-Abuse Protections

PoM is supported by a multi-layered anti-abuse defense system:

  • Rate Limiting: Only the first 100 qualifying messages per day are rewarded per wallet.

  • AI-Powered Spam Detection: Filters repetitive, copy-pasted, or low-effort text.

  • Unique Wallet Identity: One active mining identity per Web3 wallet login.

  • Zero-Trust Policy: All messages must be client-side signed to prevent server manipulation.

4. Daily Reward Cap

  • Each wallet can earn a maximum number of SUDO tokens per day (set by DAO governance).

  • Messages sent beyond this cap will not yield rewards.

  • A leaderboard incentive is added for users who send the highest number of quality messages, encouraging competition while maintaining fairness.

5. Feedback Loop

The PoM system operates in a continuous feedback cycle:

  1. User sends a message.

  2. Message is received, acknowledged, and verified.

  3. The message is indexed in Redis and the user’s local database.

  4. A pending reward balance is updated in real-time.

  5. Rewards can be auto-claimed every 24 hours.

This loop ensures low-latency reward tracking while preserving the integrity of message verification.

6. Reward Distribution Model

The reward pool is divided across activity types:

  • Text Messages: 70% of the pool.

  • Media Shares: 15% of the pool.

  • Zoom Sessions Participation: 10% of the pool.

  • Group Activity Bonuses: 5% of the pool.

All rewards are funded entirely by SUDO’s hourly buyback mechanism and username purchase revenue, ensuring a non-inflationary model.

7. Blacklist Conditions

The following behaviors result in temporary or permanent mining bans:

  • Repeated Spam: 72-hour temporary ban.

  • AI-Generated Text Spam: Permanent block from PoM participation.

  • Multi-Wallet Abuse: Detection of coordinated farming activity results in permanent disqualification.