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. Appendicies

Terminology

PreviousAppendiciesNextCoding Standards

Last updated 3 years ago

Was this helpful?

  • WISE — the token and contract described herein.

  • YODA — the base unit of the WISE token, analogous to wei for ETH, or satoshi for BTC. One WISE equals one quintillion YODA (1,000,000,000,000,000,000).

  • Stake — a time locked deposit of WISE which earns interest over time.

  • Liquidity Transformer Epoch — the first fifty days of the contract's existence, during which users may deposit ETH to reserve part of the initial supply of WISE.

  • Circulation Epoch — the epoch immediately following the end of the LT Epoch, during which users may mint their tokens reserved in the LT Epoch, transfer tokens, stake tokens, etc.

  • Uniswap — a decentralized, non-custodial ERC-20 token and ETH exchange on the Ethereum blockchain. The WISE contract is integrated directly with Uniswap. General info on Uniswap is , Uniswap exchange stats are , and the main exchange is .

  • ERC-20 — a standard interface for Ethereum smart contract tokens. ERC stands for “Ethereum Request for Comment”. The original EIP (Ethereum Improvement Proposal) describing ERC-20 tokens can be found .

here
here
here
here