# Create Buy Back Baby Token

* From the home page click on "Create Token" link.
* Connect your wallet.&#x20;
* Select **Buy Back Baby Token** from "Tokenomics" select list.&#x20;
* Provide all necessary information below.

### Token Name

Full name of your token.&#x20;

Example: <mark style="color:yellow;">`My First Token`</mark>

### 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.&#x20;

Example: <mark style="color:yellow;">`1,000,000,000`</mark>

### Ticker Symbol

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

Example: <mark style="color:yellow;">`MFT`</mark>

## Tokenomics Settings

{% hint style="warning" %}
Marketing + Reward + Auto Liquidity fee must be less than or equal to 25%
{% endhint %}

### Router

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

Example: <mark style="color:yellow;">`PancakeSwap`</mark>

### Marketing Fee %

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

Example: <mark style="color:yellow;">`3%`</mark>

### 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: <mark style="color:yellow;">`0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56`</mark>

### 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: <mark style="color:yellow;">`2%`</mark>

### Liquidity Fee %

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

Example: <mark style="color:yellow;">`5%`</mark>

### 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.&#x20;

{% hint style="info" %}

### How to Call Buy Back Manually?

<mark style="color:yellow;">`triggerZeusBuyback(uint256 amount, bool triggerBuybackMultiplier)`</mark>&#x20;

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.
{% endhint %}

<figure><img src="https://602281501-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ft2AXb2mxvp3tOQsoNGGi%2Fuploads%2FZPAYpv0CiXSwj3rEX6mK%2Fimage.png?alt=media&#x26;token=69ea810b-a31a-488c-b726-c8e3d77764ec" alt=""><figcaption><p>Call Buy Back Manually on BSCScan </p></figcaption></figure>

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