The token is central piece of the $MOCK ecosystem. It is used to power tokenomics, governance, revenue share, and more.

More information will be released at a later date.

Tokenomics

  • Supply: 1,000,000 $MOCK
    • 10% of the supply is allocated to the team, advisors, and core contributors
      • Vested over 2 years
    • 5% of the supply is allocated to the ecosystem fund
      • Unvested to allow for future use
    • 85% of the supply will be provided to the liqudity pool upon launch
      • Locked alongside paired ETH
  • Initial Liquidity: 850,000 $MOCK (+ 1 ETH)
  • Taxes:
    • 2% of the taxes are sent to the team wallet
    • 1% of the taxes are sent to the revenue share pool

Revenue Share

1% of every transaction is sent to the revenue share pool for holders. This is intended to be distributed to $MOCK token holders through a pool mechanism.

More details will be released at a later date, and can be found in the Revenue Share section.

Technical Details

The contract has in-depth comments to understand how each function works, and the logic behind it.

Key Points

  • There are no blacklist functions.
  • Once limits are removed, we cannot block max wallets/max transaction size
  • The setFee function is used to set the taxes on the token, fees cannot exceed 3% on both sides.
  • The withdrawStuckETH and withdrawStuckERC20 functions are used to withdraw any ETH or ERC20 tokens that are stuck in the contract due to an error with the router.
  • The contract is as simple, and short as possible to avoid confusion/uneccesary errors/exploits/confusion.
  • The contract is designed for the future, with the focus on it being at the epicenter of the ecosystem.