# Deploy a Token

[**IBVM TMinter**](https://tminter.ibvm.io) is an intuitive and powerful tool that allows you to generate and deploy custom tokens with just a few clicks. Whether you're creating a test token or launching a verified mainnet asset, IBVM TMinter automates the entire process without writing a single line of code.

#### 🚀 Why Use IBVM TMinter?

* **No coding required**
* **Multi-chain support**
* **Testnet & mainnet options**
* **Verified & unverified contract types**
* **Simple, guided deployment steps**

### 🔧 Step-by-Step Token Deployment

#### ✅ Step 1: Choose Your Chain Network

Select the blockchain where you want your token to be deployed. IBVM TMinter supports various **EVM-compatible chains** including IBVM Layer 2, Ethereum, Binance Smart Chain, Polygon, and more.

<figure><img src="/files/634r8EzDdfSEnZOCQLlL" alt=""><figcaption><p>Choose Compatible Chain</p></figcaption></figure>

#### 📝 Step 2: Enter Token Details

Provide the essential token parameters:

* **Token Name** – e.g., “MyToken”
* **Symbol** – e.g., “MTK”
* **Decimals** – e.g., 18
* **Total Supply** – e.g., 1,000,000
* **Maximum Supply** – Set a cap for future minting (if applicable)

<figure><img src="/files/D9w42ZroGDBosS2otz1O" alt=""><figcaption><p>Enter Token Details</p></figcaption></figure>

#### ⚙️ Step 3: Configure Contract Type

Choose the type of token contract you want to deploy:

* **Standard**
* **Deflationary**
* **Taxable**
* **Unlimited**

Add any additional settings like **initial holders**, **minting authority**, and more based on your use case.

<figure><img src="/files/1YddBHyeHBvvLCOkb4SN" alt=""><figcaption><p>Choose Token Contract</p></figcaption></figure>

#### 📦 Step 4: Choose a Deployment Package

Select your deployment type:

* **Unverified (for testing or internal use)**
* **Verified Testnet (for public test access)**
* **Verified Mainnet (for production-level deployment)**

Each package ensures the contract behaves as expected within its target environment.

<figure><img src="/files/D49iObxrODyMQZaZlBjD" alt=""><figcaption><p>Choose Package</p></figcaption></figure>

#### 👀 Step 5: Review Final Details

Before deploying, you’ll be presented with a complete summary of all your inputs. Double-check:

* Chain
* Token Parameters
* Contract Type
* Supply Details
* Permissions

<figure><img src="/files/g44DJnV8jZdzgFcGAwq4" alt=""><figcaption><p>Review Final Details</p></figcaption></figure>

#### 🎉 Step 6: Deployment Complete!

Congratulations! Your token is now live on the selected network.

You’ll get:

* Contract Address
* Link to Blockchain Explorer to verify your token
* Wallet import instructions

You’re now ready to distribute, trade, or integrate your token across dApps and exchanges!

<figure><img src="/files/4MbzAP5ZHnV2coL7gVpl" alt=""><figcaption><p>Deployment Complete</p></figcaption></figure>

### 🌐 Start Deploying Now

Use the [IBVM TMinter](https://tminter.ibvm.io/) Tool to generate and launch your token in minutes.


---

# 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://ibvm.gitbook.io/ibvm-doc/development-guide/deploy-a-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.
