Flex Docs (Work-In-Progress | Last Updated: 12/07)
  • Current Landscape
  • Welcome to Flex
  • Overview
    • Infrastructure for the New Web
    • The Values of the Flex Ecosystem
  • Protocol
    • Flex Validator Nodes
      • Data and Validation Layer
      • Rewards Layer
      • Audit Layer
      • Sentinel Layer
      • Prediction Layer
      • Getting Started
        • Propagation into the Validation Layer
        • Transaction Pool Generation
        • Transaction Weight Assignment
        • Epoch Score Calculation
        • Reward Distribution
        • Reward Claiming
        • Epoch Reward Pool Mechanics
    • Proof-of-Collaboration (PoCol)
      • PoCol Governance using FLEXE
      • Actors in the Flex Ecosystem
    • Flex Commons
      • Code Tokenization
      • Code Registry and Indexing
      • Code Versioning and Forking
      • Code Licensing and Royalties
      • Code Marketplaces and Auctions
      • Code Search and Discovery
      • Flex Commons Governance using FLEXE
    • Ecosystem Tokens' Multi-Staking
    • Technical Roadmap for the Flex Ecosystem
      • Flex Virtual Machine (FVM)
      • Flex SDCK
      • re:Flex Smart Contract Language
    • Flex Improvement Proposal (FIP)
    • Flex Portal: Your Gateway to Web3
  • Contribute to the Ecosystem
    • Strategists: Roles and Contributions
    • Developers and Projects
  • Governance and Utility
    • Introducing the FLEXE Token (coming soon)
    • Flexonomics (coming soon)
    • How to get FLEXE tokens (coming soon)
      • Use the faucet (coming soon)
      • Run a node (coming soon)
  • Quicklinks
    • Supported Social Media
    • Official Website
  • Legal
    • Terms of Service
    • Privacy Policy
    • Digital Asset Disclosure (coming soon)
Powered by GitBook
On this page
  1. Protocol
  2. Flex Validator Nodes
  3. Getting Started

Epoch Reward Pool Mechanics

Flex is a community-owned platform that rapidly boosts dApp user growth, ensuring the value generated directly benefits the Flex community.

The total reward pool PtP_tPt​ will be defined in the final Flexonomics (Flex Ecosystem tokenomics). Epoch reward pool is a fraction of the Total reward pool that depends on:

  • Total Number of Wallets WtW_tWt​

  • Total Number of Active Wallets WaW_aWa​

  • Current Epoch Number EcE_cEc​

Halving number HHHis floored, defined as ⌊Ee365⌋\left\lfloor \frac{E_e}{365} \right\rfloor ⌊365Ee​​⌋

Wallet Index WiW_iWi​ is calculated every epoch as follows:

Wi=0W_i = 0Wi​=0 at Genesis Epoch

If WaW_aWa​for this epoch > WaW_aWa​ of all previous epochs, WiW_iWi​ increases by 0.01

The cap for WiW_iWi​ is 1

Pool for an Epoch Pe=(Wi2H)% of PtP_e = (\frac{W_i}{2^H})\% \text{ of } P_t Pe​=(2HWi​​)% of Pt​

PreviousReward ClaimingNextProof-of-Collaboration (PoCol)

Last updated 10 months ago