šŸŖ™$SMOY

Ticker: SMOY Contract Address: ā€‹0xBdb44DF0A914c290DFD84c1eaf5899d285717fdc Chain: Binance Smart Chain (BEP-20) Max Supply: 100,000,000 SMOY Arken: https://swap.arken.finance/tokens/bsc/0xbdb44df0a914c290dfd84c1eaf5899d285717fdc

Initial LP SMOY price : 0.225$ (calculated @bnb=500$) we initial Liquidity 90 BNB:200,000 SMOY distribute 2 pools (SMOY-BNB, SMOY-BUSD)

SMOY Distribution:

  • 2 M SMOY - IFO (2%, price ~ $0.1)

  • 1.2 M SMOY - Private Sale (1.2%)

  • 10 M SMOY - Developer Team (10%) Locked for 6 months

  • 71.72 M SMOY - Platform Rewards (71.72%)

  • 7.18 M SMOY - Platform Reserved ( 7.18%)

  • 3 M SMOY - Marketing (3%)

  • 4.9 M SMOY - Initial LP & Lotto prizes (4.9%)

Token Release Schedule

Initial release schedule:

  • Period 1: First three days, 3 SMOY minted per block

Daily distribute (Based on 28,800 blocks per day)ā€Šā€”ā€Š 86,400 SMOY per day (total 259,200)

  • Period 2: three days after, 2 SMOY minted per block

Daily distribute (Based on 28,800 blocks per day)ā€Šā€”ā€Š57,600 SMOY per day ( total 172,800)

  • Period 3: normal rate,1 SMOY minted per block

Daily distribute (Based on 28,800 blocks per day)ā€Šā€”ā€Š28,800 SMOY per day

By Annual Percentage Rate formula follows:

APR=(emissionperdayāˆ—tokenprice)/TVLāˆ—100āˆ—365APR = (emission per day* token price) / TVL *100*365

Our vision is very clear on this long journey, we value and put efforts on our tokenomics. All parameters and calculations are tested were tested against countless possibilities. The token circulation and reward from the platform are set properly which are not too high and of course not too low. The simulation on the blockchain has been tested through various scenarios.

Platform Rewards

enjoy yield farming with us

Platform Reserved

Third party cost,treasury,audits,partnerships,reserve for future event,lottery reward,Initial prizes the next game.

Initial Godfather&Puppy Lotto Rewards

We reserve 4.7M SMOY to start Godfather lotto &Puppy lotto prizes.

PuppyPrizes Pool 900K SMOY GodfatherPrizes Pool 200K SMOY MoysPrizes pool 3.6M SMOY [300k/season & Reserved ]

Initial farm offering (IFO)

We'll use some of them(BNB) into pay PUPPY Lotto rewards as Happy Samoyer Period Bonus.

Developer Team

On the long journey, we locked all of our SMOY token for 6 months (180 days) we'll calculate blocknumber and put it to _timelock.

contract DevWallet is Ownable {
    SamoyToken public smoy;
    uint256 public immutable TIMELOCK;

    event Withdraw(uint256 amount);

    constructor(SamoyToken _smoy, uint256 _timelock) {
        smoy = _smoy;
        TIMELOCK = _timelock;
    }

    function withdraw(uint256 amount) external onlyOwner {
        require(block.number > TIMELOCK, "DevWallet: Withdraw is timelocked");
        uint256 smoyBal = smoy.balanceOf(address(this));
        require(amount <= smoyBal, "DevWallet: INSUFFICIENT_AMOUNT");
        smoy.transfer(owner(), amount);

        emit Withdraw(amount);
    }
}

Marketing

We reserve 500k-800k SMOY to apply SyrupPool (stake cake earn token) @pancakeswap.finance.

Last updated