# TMinter - Instant Token Generator

Create and deploy ERC-20 tokens across IBVM, Ethereum, BNB Smart Chain, and Polygon — in under a minute, with no code required.

The IBVM TMinter is a production-grade, non-custodial token minting platform built for individuals, teams, and protocols that need to launch digital assets across EVM-compatible blockchains. Powered by audited smart contracts and deeply integrated with the IBVM Layer 2 ecosystem, it makes token creation fast, transparent, and accessible to everyone — no development background required.

Whether you're launching a standard ERC-20 on Ethereum, a deflationary token on BNB Smart Chain, a governance token on Polygon, or a fully free token on IBVM — the TMinter handles it all from a single guided wizard interface. No coding, no login, no setup.

***

### Key Features

#### No-Code Token Deployment

The TMinter abstracts every line of Solidity into a clean five-step wizard. You supply the name, symbol, decimals, supply, and feature flags — the platform generates, compiles, deploys, and optionally verifies your contract automatically. Technical knowledge is not a prerequisite.

#### Multi-Chain, Multi-Type

Deploy across four major networks — Ethereum, BNB Smart Chain, Polygon, and IBVM — with full support for both mainnet and testnet environments. Choose from four distinct contract archetypes: Standard, Deflationary, Taxable, and Unlimited. Layer in optional features — Burnable, Mintable, Pausable — to match exactly the tokenomics you need.

#### IBVM: Free Token Creation

Deploying on IBVM Layer 2 is completely free (promotional, capped at 10,000 deployments). IBVM Testnet deployments include automatic contract verification at no cost — making it the fastest way to test and iterate on token designs before going to mainnet.

#### Fully On-Chain & Transparent

Every deployment is recorded on-chain. Contracts are indexed and explorer-linked immediately after deployment — giving you a verifiable audit trail from submission to finalization. Nothing happens off-chain without a corresponding transaction.

#### Non-Custodial by Design

Your private keys never leave your wallet. All transactions are broadcast directly through your own injected provider or WalletConnect session. The platform holds no custody, stores no keys, and requires no login or account creation.

#### Transparent Fee Structure

Fees are calculated and displayed before you sign. The interface shows the exact cost per contract type and per optional feature so you know precisely what you're paying before any wallet interaction. Fees are paid on-chain via an audited dispersal contract — no hidden costs.

#### Universal Wallet Compatibility

Connect any major wallet with zero friction. MetaMask, WalletConnect, and any Reown AppKit-compatible wallet are supported across all EVM chains. Hardware wallets are also supported through AppKit.

#### Contract Verification Included

IBVM deployments are automatically verified after creation. Ethereum, BNB, and Polygon mainnet contracts can be verified on Etherscan, BscScan, and PolygonScan directly through the platform — no manual submission required.

#### Add to MetaMask in One Click

After deployment, the Watcher page lets you add your new token directly to MetaMask via the `wallet_watchAsset` RPC call. No manual contract address entry required.

***

### Contract Types

| Type             | Description                                                             |
| ---------------- | ----------------------------------------------------------------------- |
| **Standard**     | Basic ERC-20 / BEP-20 with fixed supply                                 |
| **Deflationary** | Auto-burns a percentage of tokens on every transfer                     |
| **Taxable**      | Routes a configurable fee to a designated tax address on every transfer |
| **Unlimited**    | No supply cap — tokens can be minted without an upper bound             |

#### Optional Add-On Features

| Feature      | Description                                                      |
| ------------ | ---------------------------------------------------------------- |
| **Burnable** | Owner or holders can permanently destroy tokens to reduce supply |
| **Mintable** | Owner can mint additional tokens up to the defined max supply    |
| **Pausable** | Owner can pause all token transfers — useful for emergency stops |

***

### Supported Networks

| Network          | Chain ID | Explorer             |
| ---------------- | -------- | -------------------- |
| IBVM Mainnet     | 2105     | ibvmscan.io          |
| IBVM Testnet     | 2107     | testnet.ibvmscan.io  |
| Ethereum Mainnet | 1        | etherscan.io         |
| Ethereum Sepolia | 11155111 | sepolia.etherscan.io |
| BNB Smart Chain  | 56       | bscscan.com          |
| BNB Testnet      | 97       | testnet.bscscan.com  |
| Polygon Mainnet  | 137      | polygonscan.com      |
| Polygon Amoy     | 80002    | amoy.polygonscan.com |

***

### How It Works

#### 1. Select Your Chain

Choose the blockchain you want to deploy on. The interface presents all supported networks — mainnet and testnet — with current pricing and availability for each. IBVM is highlighted as the free-deployment option.

#### 2. Enter Token Details

Provide your token's name, symbol, decimal precision, and initial supply. If your initial supply is less than your max supply, the Mintable feature is automatically enabled so the remaining supply can be minted later by the owner.

#### 3. Choose Contract Type & Features

Select a base contract type (Standard, Deflationary, Taxable, or Unlimited) and any optional feature flags (Burnable, Mintable, Pausable). The platform calculates and displays the total deployment cost in real time as you make selections — no surprises at checkout.

#### 4. Preview & Deploy

Review all token parameters on the preview screen and select mainnet or testnet. For paid chains (Ethereum, BNB, Polygon), your wallet calls an audited on-chain payment contract — then deployment is triggered automatically once payment is confirmed. For IBVM, deployment is triggered directly with no payment step.

#### 5. Track & Share

After submission you are redirected to the Watcher page. Your deployed contract address, explorer link, token metadata, and transaction hash are all displayed immediately. Add the token to MetaMask in one click or share the details with your community — no waiting, no polling required.

***

### Get Started

Access the IBVM TMinter at **tminter.ibvm.io** and connect your wallet to deploy a token in under a minute.

Testnet users can use Sepolia ETH, BSC Testnet BNB, Polygon Amoy POL, or IBVM Testnet to explore the full deployment flow risk-free — with no real assets at stake.

IBVM users get free mainnet token creation with automatic verification — the fastest path from idea to a live, verified contract.

**Launch the IBVM TMinter →**


---

# 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/tminter-instant-token-generator.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.
