Documentation

Technical specifications and guides

Tokenomics

Token Overview

  • Symbol: PLAJA
  • Max Supply: 100,000,000 PLAJA
  • Type: Reputation-driven token
  • Platform: Base Network

Minting Model

Tokens are minted via the mint() function with a dynamic halving model:

  • Initial reward: 50 PLAJA
  • Reward decreases over time as txCount increases
  • Formula: reward = baseReward / (1 + txCount / halvingRate)

Bonus Structure

  • Monthly snapshots determine eligible holders
  • Eligibility requirements:
    • 1000+ PLAJA balance
    • 30+ day holding period
  • Bonuses distributed based on snapshot data
  • Optional DAO vote to adjust bonus pool monthly

Staking Mechanics

  • 10% annualized yield for staking PLAJA
  • Early unstaking incurs penalties
  • Benefits:
    • Governance power
    • Bonus multipliers

Smart Contracts

Core Contracts

PLAJA Token

Contract: 0x...

Staking Vault

Contract: 0x...

Bonus Pool

Contract: 0x...

Integration Guide

Quick Start

# Install dependencies
npm install @plaja/contracts

# Import contracts
import "@plaja/contracts/PlajaToken.sol";