# Token Minter Guide

### First, connect  your wallet

<figure><img src="https://3867113337-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FK7zaOL2u9pjul40QYtdp%2Fuploads%2FXvDyREFjFPYYjhtmynpU%2Fimage.png?alt=media&#x26;token=442a79d1-5a80-4ea9-93c4-dcfa6be2f85f" alt=""><figcaption></figcaption></figure>

You will then be greeted with this page, where you can fill in details for the token

<figure><img src="https://3867113337-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FK7zaOL2u9pjul40QYtdp%2Fuploads%2FWOm8brUGyRIZIUputxj9%2Fimage.png?alt=media&#x26;token=719309db-2d4a-40f1-8171-ab8c0ff5622c" alt=""><figcaption></figcaption></figure>

Let's go over each input and what it means

### Token details

<figure><img src="https://3867113337-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FK7zaOL2u9pjul40QYtdp%2Fuploads%2FDzVfSPihhNFx5Xzafry3%2Fimage.png?alt=media&#x26;token=dc001f95-9f42-41a7-9e07-fbe989621874" alt=""><figcaption></figcaption></figure>

* Token name: Can be anything
* Token symbol: Must only contain letters

### Initial Balance

<figure><img src="https://3867113337-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FK7zaOL2u9pjul40QYtdp%2Fuploads%2FxOKa2vIPEjzX5Kbei86J%2Fimage.png?alt=media&#x26;token=32762878-177f-4117-a4c5-99cdd7a58090" alt=""><figcaption></figcaption></figure>

* Wallet Address: Enter the wallet with which the initial supply will be sent to
* Amount: Enter the number of initial tokens you want to mint
  * Note: We automatically add six zeros for decimals, so you can simply type the number you want.
  * For example, to mint 1 000 000 tokens, type 1 000 000 as shown below

<figure><img src="https://3867113337-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FK7zaOL2u9pjul40QYtdp%2Fuploads%2Fe7vZeLPh6SzPLZTL1hy0%2Fimage.png?alt=media&#x26;token=55d0612e-4e3b-4d3d-a368-74ef942db27b" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
DO NOT ENTER ANY TEXTS INTO THE AMOUNT SECTION OR THE TOKEN CREATION WILL FAIL AND WE WILL NOT PROVIDE ANY REFUND.
{% endhint %}

### Admin Wallet

<figure><img src="https://3867113337-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FK7zaOL2u9pjul40QYtdp%2Fuploads%2FMUc9qOFK4RyoGtIK5lem%2Fimage.png?alt=media&#x26;token=a80fdc19-f5f8-4de7-9e44-0106be9e2c72" alt=""><figcaption></figcaption></figure>

* Admin wallet is the wallet that will have permission to mint new tokens
* If max supply cap is more than initial balance, then the admin wallet can mint new tokens

  * For example, you minted 1 000 000 tokens to address A and the max supply is 2 000 000 tokens. Then the admin wallet can mint another 1 000 000 to any wallet he wants.
  * We suggest setting initial balance = max supply cap if you don’t know how to mint more using seiscan. Otherwise,  check out CW20’s documentation here:[ https://github.com/CosmWasm/cw-plus/blob/main/packages/cw20/README.md#messages-2](https://github.com/CosmWasm/cw-plus/blob/main/packages/cw20/README.md#messages-2)
  * Example of a failed token creation:

  <figure><img src="https://3867113337-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FK7zaOL2u9pjul40QYtdp%2Fuploads%2F9tldtnw8BWBlV8EhlpSD%2Fimage.png?alt=media&#x26;token=1ee1ad02-105b-494b-ace9-1b619a3685e3" alt=""><figcaption><p>Token creation failed due to wrong supply cap</p></figcaption></figure>

{% hint style="warning" %}
DO NOT ENTER ANY TEXT INTO THE MAX SUPPLY CAP SECTION OR THE TOKEN CREATION WILL FAIL AND WE WILL NOT PROVIDE ANY REFUND.
{% endhint %}

### Marketing Details

<figure><img src="https://3867113337-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FK7zaOL2u9pjul40QYtdp%2Fuploads%2FnUCKiwkZW96lYgxeDOZt%2Fimage.png?alt=media&#x26;token=4da56d98-c320-414b-a49c-c17c939b75c7" alt=""><figcaption></figcaption></figure>

* Marketing details are sometimes used by projects to retrieve information about tokens automatically. However, in some cases such as astroport and compass, you need to manually submit a pull request for your logo to show up.
* For more information on doing a pull request, please contact astroport or compass.

### Post token creation

Q: Where can I see my token?

A: After minting, you will be shown a pop up with transaction ID and a link to seiscan. Follow the link, go to “Contract Instance”, copy the contract address and add it to your compass wallet.

<figure><img src="https://3867113337-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FK7zaOL2u9pjul40QYtdp%2Fuploads%2FT53dXjp1C3JtaNtQPFNy%2Fimage.png?alt=media&#x26;token=57f68949-d2c4-4409-b6a3-6191b965850a" alt=""><figcaption></figcaption></figure>

Q: How can people trade my token?

A: You will need to provide liquidity to a decentralized exchange (DEX) to enable trading. Astroport is one of the DEX on sei, with many coming soon.

Q: How much should I provide to the liquidity pool (LP)?

A: The amount of LP depends on how much you are willing to provide. Please do your own research and pick an LP size that is best suited for your needs.
