Create Buy Back Baby Token

All fields are required, they can't be blank

  • From the home page click on "Create Token" link.

  • Connect your wallet.

  • Select Buy Back Baby Token from "Tokenomics" select list.

  • Provide all necessary information below.

Token Name

Full name of your token.

Example: My First Token

Number Of Decimals

Decimals value is the number of digits that come after the decimal place when displaying token values on-screen. Set to 9 by default, and can't be changed.

Total Supply

Total supply of your token.

Example: 1,000,000,000

Ticker Symbol

Short combination of letters that is used to represent cryptocurrency token on various exchanges, swapping services, and other DeFi solutions.

Example: MFT

Tokenomics Settings

Marketing + Reward + Auto Liquidity fee must be less than or equal to 25%

Router

The DEX router used to contribute liquidity fee to. e.g. PancakeSwap, Uniswap.

Example: PancakeSwap

Marketing Fee %

A fee on any buy/sell transactions that will be sent to the owners wallet in BNB.

Example: 3%

Reward Token

The contract address of the token that you will use to reward holders. In the example below we will mention Binance BUSD Stable coin.

Example: 0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56

Reward Fee %

A fee on any buy/sell transactions that will be redistributed to all holders of the token. If you choose BUSD as the reward token, all holders will be rewarded in BUSD instead of the base token.

Example: 2%

Liquidity Fee %

A fee on any buy/sell transactions that will be allocated to LP for the selected DEX.

Example: 5%

Buy Back Fee %

The % amount of BNB from every transaction that is used to buy back tokens. It will generate a contract address to store BNB. You need to call buy back function to start buying back tokens.

How to Call Buy Back Manually?

triggerZeusBuyback(uint256 amount, bool triggerBuybackMultiplier)

This function is used to buy back manually with the BNB that has accumulated in the buyback wallet.

triggerBuybackMultiplier if “= true”, that means that after the buyback has taken place, and for a certain amount of time from that moment (default 30 minutes), when traders sell their tokens they will be charged double the normal tax rate. The tax rate for selling will go back to normal after 30 minutes.

  • Click 'Create Token' button and confirm transaction in MetaMask. You will be asked to pay a fee of 0.05 BNB

Last updated