Gruda Token

  • Abstract
  • Introduction
  • Problem Statement
  • Solution
  • Consensus Nodes
  • Token Mechanics
  • Applications
  • Technology
  • Renewable Energy
  • Roadmap
  • Get Involved
  • Disclaimer
  • Download PDF

Gruda Token: Powering Nexus Nemesis on a Layer 1 Blockchain

Grudge Platform | May 2025

Abstract

Gruda is a Layer 1 blockchain built on Polygon, designed to integrate gaming, GPU mining, and community engagement through its native ERC-20 token, GRUDA COIN (GRUDA). With a fixed supply of 10 million tokens, Gruda employs a hybrid consensus mechanism—Proof of Stake (PoS), Proof of Work (PoW), and Proof of Play™ (PoP)—to reward users for gameplay, social contributions, GPU and mobile mining, and ad sharing. As the economic backbone of the Nexus Nemesis trading card game (TCG), GRUDA enables seamless swaps for GBuX, the in-game currency for purchasing card packs and NFTs. This white paper outlines Gruda’s architecture, consensus node process, tokenomics, cross-chain bridge to Solana, renewable energy commitment, and SDK integration, offering a scalable, merit-based ecosystem for gamers, miners, and creators.

1. Introduction

Gruda is a pioneering Layer 1 blockchain on Polygon, leveraging the Ethereum-compatible network’s scalability and low-cost transactions to power the Nexus Nemesis TCG, a flagship application of the Grudge Platform. The native GRUDA COIN (GRUDA), an ERC-20 token with 8 decimal places, supports a fixed supply of 10 million tokens, distributed over 36 months through merit-based minting and grants. Gruda’s Proof of Play™ mechanism rewards diverse contributions—gameplay in Nexus Nemesis, GPU mining with renewable energy, mobile mining, social engagement, and ad sharing—while a 0.5% transaction fee and a treasure hunt feature inspired by “The Pirate King” incentivize active participation. A Polygon-Solana bridge enables wrapped GRUDA (wGRUDA), enhancing interoperability. This paper provides a comprehensive overview, with a detailed focus on the consensus node process, and invites participation in the Season 0 presale.

2. Problem Statement

The intersection of blockchain and gaming ecosystems faces several challenges:

  • Fragmented Reward Structures: Mining and gaming rewards are often siloed across different platforms, lacking a unified mechanism to aggregate and distribute value effectively.
  • Limited Engagement Incentives: Most blockchains focus on financial or computational contributions, overlooking the value of gameplay, social interactions, and community-driven activities.
  • Environmental Concerns: GPU mining frequently relies on non-renewable energy sources, contributing to a significant carbon footprint.
  • Economic Disconnection: In-game currencies are rarely integrated with broader blockchain economies, limiting monetization opportunities for players and miners.

Gruda addresses these issues by introducing a Layer 1 blockchain with a merit-based reward system, sustainable mining practices, and seamless integration with the Nexus Nemesis ecosystem, fostering a cohesive and rewarding environment.

3. Solution: Gruda and Nexus Nemesis

3.1. Gruda Overview

Gruda is a Layer 1 blockchain built on the Polygon network, leveraging its Ethereum-compatible infrastructure for scalability and low transaction costs. The native GRUDA COIN (GRUDA) is an ERC-20 token with the following key features:

  • Fixed Token Supply: A total supply of 10 million GRUDA tokens, distributed over 36 months through controlled minting and grants.
  • High Precision: 8 decimal places to enable granular transactions, enhancing usability for micro-rewards.
  • Transaction Fee Mechanism: A 0.5% fee per transaction, allocated to the ecosystem’s fee recipient, referred to as “The Pirate King’s wallet.”
  • Proof of Play™ Mechanism: A novel reward system for gameplay, GPU mining, mobile mining, social engagement, and ad sharing, fostering active participation.
  • Treasure Hunt Integration: A gamified feature that unlocks non-fungible token (NFT) rewards at predefined transaction thresholds, culminating in a significant bonus for collecting all treasures.
  • Cross-Chain Capabilities: A secure bridge to Solana enables the creation and use of wrapped GRUDA (wGRUDA) tokens, facilitating interoperability.

3.2. Nexus Nemesis Integration

Nexus Nemesis, a trading card game (TCG) developed by the Grudge Platform, utilizes GRUDA as the cornerstone of its in-game economy. Players earn GRUDA tokens through gameplay achievements, such as winning matches or completing challenges, and can swap these tokens for GBuX, the in-game currency, at a fixed rate of 1 GRUDA = 100 GBuX. GBuX is used to purchase card packs (priced at 100 GBuX per pack), NFTs, and other in-game assets, creating a seamless economic loop from mining and gameplay to in-game purchases.

3.3. Key Features

  • Merit-Based Reward System: GRUDA rewards contributions across gaming, mining, and community engagement, ensuring a balanced and inclusive ecosystem.
  • Scalability and Efficiency: Built on Polygon’s high-throughput, low-cost network, Gruda supports global adoption with minimal transaction fees.
  • Security and Trust: Multi-signature validation, regular code audits, and emergency pause mechanisms ensure the integrity of the Gruda blockchain.
  • Sustainability Commitment: GPU mining is restricted to verified renewable energy sources, reducing the environmental impact.
  • Developer-Friendly Tools: The GRUDA Chain SDK enables seamless integration for developers, supporting wallet connections, token transfers, and NFT operations.

4. Consensus Node Process

Gruda’s consensus mechanism is a hybrid model combining Proof of Stake (PoS), Proof of Work (PoW), and Proof of Play™ (PoP), with nodes responsible for transaction validation, block production, and merit action verification. This section provides a detailed mathematical framework for node operations, ensuring security, efficiency, and fairness.

4.1. Node Selection (Proof of Stake)

Nodes are selected to propose and validate blocks based on their staked GRUDA tokens and reputation score. The selection probability for node \( i \) is:

P_i = (S_i × R_i) / Σ(S_j × R_j)

where \( S_i \) is the stake amount, \( R_i ∈ [0,1] \) is the reputation score, and the summation is over all \( N \) nodes. Reputation is updated dynamically:

R_i(t+1) = R_i(t) + 0.01 × (Success - 0.5 × Failure)

with \( R_i \) capped at 1. Success is a correct validation, and Failure is an incorrect or missed validation. The reward per block is:

R_i = 10 × 10^8 × P_i GRUDA

4.2. Proof of Work Validation

Nodes, particularly GPU partners, perform lightweight computational tasks to contribute to network security. The difficulty \( D \) adjusts dynamically:

D(t+1) = D(t) × (2 × H_current / H_target)

where \( H_current \) is the network’s hash rate, and \( H_target \) is the target (calibrated for 2-second block times). The reward is:

R_PoW = 0.05 × 10^8 × HashPower_i GRUDA

4.3. Proof of Play™ Verification

Nodes verify merit actions (gameplay, engagement, etc.) to mint rewards. The merit score for user \( u \) is:

M_u = 0.4 G_u + 0.2 E_u + 0.2 S_u + 0.1 M_GPU,u + 0.1 M_Mobile,u

where \( G_u \), \( E_u \), \( S_u \), \( M_GPU,u \), and \( M_Mobile,u \) are points for gameplay, engagement, social, GPU, and mobile mining. Reward:

R_u = min(M_u × Rate, 100 × 10^8) GRUDA

Nodes earn 0.02 GRUDA per verified action.

4.4. Slashing and Uptime

Nodes failing validation \( F \) times in 1000 blocks are slashed:

S_slash = S_i × (1 - e^(-0.1 F))

Uptime \( U_i < 0.95 \) reduces \( R_i \) by 0.05 per epoch.

5. Token Mechanics

5.1. Token Supply and Distribution

Gruda has a fixed supply of 10 million GRUDA tokens, distributed over 36 months:

  • Gruda Fund: 105,000 GRUDA monthly (3.78 million total).
  • Creators/Validators: 15,000 GRUDA monthly (540,000 total).
  • Merit-Based Minting: Remaining tokens via Proof of Play™.

Minted_month = 120,000 × 10^8 GRUDA

5.2. Proof of Play™ Rewards

Reward rates:

  • Gameplay: 0.03 GRUDA/point.
  • Engagement: 0.01 GRUDA/point.
  • Social: 0.02 GRUDA/point.
  • GPU Mining: 0.05 GRUDA/point.
  • Mobile Mining: 0.02 GRUDA/point.
  • Ad Sharing: 0.1 GRUDA/view.

R_u = min(Points × Rate, 100 × 10^8)

5.3. Transaction Fee

Fee = (Amount × 5) / 1000

5.4. Treasure Hunt

NFT rewards at thresholds: 100, 444, 1727, 5001, 10000, 25000, 50000, 100000, 250000. Bonus: 10,000 × 10^8 GRUDA.

5.5. GRUDA-to-GBuX Swap

GBuX = GRUDA × 100, Packs = GBuX / 100

6. Applications

  • Players: Earn GRUDA, swap for GBuX.
  • Miners: Monetize renewable energy mining.
  • Community: Earn via engagement and ads.
  • Developers: Integrate via SDK.

7. Technology

Gruda leverages Polygon’s EVM-compatible infrastructure, with smart contracts for token management, cross-chain bridging, and Nexus Nemesis. The SDK supports wallet, token, and NFT operations.

8. Renewable Energy

GPU mining requires verified renewable energy, reducing environmental impact.

9. Roadmap

  • Q3 2025: Deploy GrudaCoin, Nexus Nemesis presale.
  • Q4 2025: Merit registry, social verification.
  • Q1 2026: Polygon-Solana bridge, wGRUDA.
  • Q2 2026: Optimize consensus, staking.
  • Q3 2026+: Expand ecosystem, grants.

10. Get Involved

  • Season 0 Presale
  • Discord

11. Disclaimer

This white paper contains forward-looking statements involving risks. The information is not investment advice. Gruda makes no performance guarantees.

0

Sign up with Grudge

We are happy to have you come Join our discord for direct access with team.

About Contact Discord