WENBlocks
  • Getting Started
    • Overview
      • Technical Architecture
    • Key Features
  • Staking
    • Overview
    • Creating a Stake
    • Withdrawing the Stake
    • Claiming Rewards
  • Liquidity Program
    • How It Works
  • WNT
    • WNT — The Engine of the WEN Ecosystem
  • Airdrops
    • Airdrop Schedule
    • Server Management
    • Penalty Structure
    • How It Works
    • Example
  • Smart Contracts
  • Security
    • Overview
    • Internal Audits
    • External Audits
    • AI Audits
      • Grok
  • CODE
    • WENBlocksManager.sol
    • wnmContract.sol
    • wblkToken.sol
    • wuniContract.sol
    • wntToken.sol
    • syncnode.py
    • airdropGenerator.js
    • dayTrigger.js
  • Conclusion
    • Conclusion
  • Socials
    • Links
Powered by GitBook
On this page
  1. Staking

Overview

Staking Overview — Why Stake WNM?

Staking converts your WNM into wShares, an internal share class that captures every reward the protocol generates.

Internal Mechanics:

  • All staking data is stored in the Stakeable base contract

  • The contract uses a stakeholders array where index 0 is reserved (dummy entry)

  • Each stakeholder can have multiple active stakes

  • Rewards are calculated using a precision factor of 1e18 to handle decimal precision

  • All staking-related functions are protected with ReentrancyGuard

By committing your WNM for a fixed term you:

  • Accrue multi-token yield – WNM, WBLK, WUNI, and the inflationary WNT stream flow to every wShare you hold.

  • Unlock tiered multipliers – longer lock periods, holding / burning W.BLK, XEN burns, and even staking an airdrop before claiming all amplify the wShares you receive.

  • Benefit from early participation – the “price” of a wShare rises a little each day, so today’s stakers mint more shares per WNM than tomorrow’s.

  • Choose how you treat airdrops – when a weekly airdrop is released you can mint the tokens liquid or route them straight into a 365-day stake for the bonus; the choice is yours.

  • Retain flexibility on rewards – you can claim your rewards at any time; withdrawing before maturity simply trims 10% of your wShares, while fully-mature stakes exit with zero penalty.

Together these mechanics reward patience, align incentives around the WENBlocks economy, and let committed holders capture an expanding share of network value.

PreviousKey FeaturesNextCreating a Stake

Last updated 1 month ago