Wise Token
  • Wise Token Docs
  • WISE (Ethereum)
    • Introduction
      • Purpose
      • WiseSoft, LLC
      • Motivations and Principles
    • WISE Contract Functionality
      • General Properties
        • Token Supply
      • Liquidity Transformer Epoch
        • Token Reservation
        • Daily LT Supply Schedule
        • Reservation Referrals
        • Referrer Bonuses
      • Circulation Epoch
        • Uniswap Provision
        • Wise Team Reimbursement
        • Minting Tokens
        • Supply Inflation
        • Staking
          • Opening Stakes
          • Shares and Interest
          • Scraping Stake Interest
          • Closing Stakes
          • Stake Referrals
        • Liquidity Provider Staking
      • ERC-20 Functionality
    • Wise Website
      • Referral Links
    • Conclusion
    • Acknowledgements
    • Availability
    • Appendicies
      • Terminology
      • Coding Standards
      • Source Code Audit
    • References
Powered by GitBook
On this page

Was this helpful?

  1. WISE (Ethereum)
  2. WISE Contract Functionality

Liquidity Transformer Epoch

PreviousToken SupplyNextToken Reservation

Last updated 3 years ago

Was this helpful?

The launch of the WISE contract will kick off an initial 50 day phase during which users may send ETH (or any ERC-20 token traded on Uniswap V2) to the contract in order to reserve WISE tokens. The tokens reserved can be minted by the users immediately following the end of the LT Epoch, i.e. the start of day 51.

Each day of the LT Epoch will have an amount of WISE tokens that are reservable by all those who deposit ETH to that day. Most days will have exactly five million WISE available, but the other days will have their available WISE amount randomly set within a predefined range. These random amounts will be determined by the contract shortly after the end of each random day, by leveraging the (formerly called “Oraclize”) smart contract's Random Datasource interface. The generated randomness is delivered on-chain in a trustless and provably cryptographically secure manner. For more detailed information about Provable, please read their and their .

Each day's available WISE ends up getting split amongst the users who deposited ETH to that day, in direct proportion. In other words, a user that made a reservation on a particular LT day will later be able to mint the fraction of that day's available WISE that equals the fraction of the day's total ETH they personally sent in.

Provable
random datasource white paper
security deep dive