# Create Baby Token

* From the home page click on "Create Token" link.
* Connect your wallet.&#x20;
* Select **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 18 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 Wallet

Wallet address that receives marketing fee.

Example: <mark style="color:yellow;">`0x123456789XXXXXXXXXXXXX`</mark>&#x20;

### Marketing Fee %

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

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>

### Auto 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>

### Minimum Token Balance

In order to receive rewards, each wallet must hold at least this amount of tokens. We have set the maximum minimum balance to 0.0001% of total supply.

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

{% hint style="info" %}
To provide the minimum token balance please take into consideration that its value should be more than $50. &#x20;
{% endhint %}

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://vaultsale.gitbook.io/vaultsale/mint-tokens/create-baby-token.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
