Wildlands
  • 🌐Wildlands General
    • 🕔WL in under 5 Minutes
    • â„šī¸General Info
    • 📃Whitepaper
      • 📄Read on Medium
    • đŸĨ‡Milestones
    • 💰Fair Sale
      • đŸĒ™RTG Conversion
  • 📜Wildlands Metaverse
    • 🤠Non-Fungible Cowboys (NFC)
      • 🤠NFC Tier List
    • 👑Wildlands Member Cards (WMC)
      • â‰ī¸FAQ - How does it work?
      • đŸ”ĨWMC Burning
      • 🤝Affiliate System
      • 👨‍đŸ’ŧStaking As a Service
      • đŸ”ĸWMC Promo (Series 1)
    • đŸŒĩP2E-Game
      • 💡Gameplay Overview
      • 🃏Blackjack
      • 🐟Fishing
      • 🍍Harvesting
      • 🤠Cowboy Run
      • 👑VIP Bonus
      • 💰In-Game DEX
  • Mining Guide & Tokenomics
    • â›ī¸Mining Guide (Passive Income)
      • âš’ī¸The Wildlands Mine (Liquidity Mining)
        • 🤝Community (Partner) Mines
      • 🔒Mine Lock
    • đŸĒ™Tokenomics
      • đŸ”ĨAutomatic Burning
      • 💰Protocol Owned Liquidity
      • âŗHalving Mechanism
  • đŸ› ī¸Technical
    • 👮Audit
    • 🔐Security
    • 🔠Contract Addresses
  • đŸ—žī¸Marketing
    • đŸ”ĸPromotion Series
    • 🤝Partnerships
    • đŸŽĻVideos
    • âš–ī¸Disclaimers
Powered by GitBook
On this page
  • Average-based Locking Window
  • Example 1:
  • Example 2:

Was this helpful?

  1. Mining Guide & Tokenomics
  2. Mining Guide (Passive Income)

Mine Lock

PreviousCommunity (Partner) MinesNextTokenomics

Last updated 1 year ago

Was this helpful?

When mining, your tokens (T) will be locked for 10 days (except for the standard BITGOLD staking mine with zero lock time), as this is a critical aspect of our sustainability protocol. The lock counter will not be reset when adding tokens at a later time. Instead, we utilize an average-based locking window. Read below how this works (Don't worry about the math, we've got you covered and will explain it in the simplest way possible.)

Average-based Locking Window

The math is easy when you stake tokens for the first time. Your lock time is:

10 days

When staking at a later time, we take into account the remaining lock period (let's call it rem_lock) of your staked tokens (let's call it staked) and the ratio between your staked tokens and the tokens you wish to add to the mine (let's call it new_stake). The new lock (let's call it new_lock) is calculated as:

new_lock = (staked * rem_lock + new_stake * 10 days) / (staked + new_stake)

Example 1:

  • staked: 250 T

  • new_stake: 250 T

  • rem_lock: 3 days

  • new_lock : ?

The new lock new_lock is calculated as

new_lock = (250 T* 3 days + 250 T* 10 days) / (250 T+ 250 T) = ?

new_lock = (750 T* days + 2500 T* days) / (500 T) = ?

new_lock = (3250 T* days) / (500 T) = 6.5 days

Note: if staked = new_stake, then new_lock is always in the middle of [rem_lock, 10 days] and you can simply calculate as:

new_lock = (3 days + 10 days) / 2 = 6.5 days

Example 2:

  • staked: 250 T

  • rem_lock: 3 days

  • new_stake: 100 T

  • new_lock : ?

The new lock new_lock is calculated as

new_lock = (250 T* 3 days + 100 T* 10 days) / (250 T+ 100 T) = ?

new_lock = (750 T* days + 1000 T* days) / (350 T) = ?

new_lock = (1750 T* days) / (350 T) = 5 days

Note: It is always rem_lock < new_lock < 10 days

Had enough of the math? Gotcha, jump right into the mine on the .

â›ī¸
🔒
Example 1
mining app