> For the complete documentation index, see [llms.txt](https://docs.dexlab.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dexlab.space/products/minting-lab.md).

# Minting Lab (Solana Token Creator)

**Minting Lab makes it easier than ever to create your own Solana token.**\
With Minting Lab, you can **mint, share, track, and manage your SPL token** without any complex coding.

It is the same heritage tooling that has minted tokens on Solana since 2020, including **$BONK**, with **200,000+ tokens** created to date. Every token minted here carries the **DEXLAB MINTING LAB** creator stamp in its metadata, visible on explorers like Solscan.

👉 **Create a token now:** <https://app.dexlab.space/token/create>

### 💸 What it costs

Creating a token costs a **0.15 SOL creation fee** plus about **0.02 SOL** of Solana network rent for the new token accounts. The exact total is shown above the create button before you sign. The fee is the same for standard SPL tokens and Token-2022 tokens. See the full breakdown on the [cost page](https://app.dexlab.space/token/create/cost) or in [Solana Token Creation Fees](/products/minting-lab/factory-fee.md).

### 💡 **Why choose Minting Lab?**

✅ **No coding required** – Anyone can create a token in minutes.

✅ **Instant visibility** – New tokens appear live on the **Just Launched on DexLab** feed in [Explore](/products/minting-lab/token-hub-manage-and-explore.md), and carry a **Minted on DexLab** badge across the app.

✅ **Built for sharing** – Right after minting, share your token to X with one click. Shared links unfurl into a rich token card.

✅ **Creator studio** – The **My Tokens → Created** tab lists every token you have minted, with quick View and Share actions.

✅ **Seamless management** – Update metadata, mint, burn, and revoke authorities from your token page.

✅ **Integrated ecosystem** – Ready for liquidity pools and DeFi applications.

### 🧭 Where to find it in the app

The left navigation groups everything under **Minting Lab**:

* **Create Token** – the one-step mint flow (name, ticker, image → minted in seconds)
* **My Tokens** – your creator studio: **Created** (tokens you minted) and **Holdings** (tokens in your wallet)
* **Token Listing** – apply for listing

Below Minting Lab you will find **Explore** (discover new and trending tokens), **Trade** (Swap / Pool), and [**Multisender**](https://app.dexlab.space/multisender), which sends a token to many wallets at once for a service fee of 0.05 SOL per recipient (free on devnet).

### 🤖 Dexlab Telegram Bot ( Factory Bot )

DexLab Factory Bot on Telegram offers everything from Solana token creation and trading to mini-games and Talk-to-Earn features, combining utility with fun.

Start exploring now!\
🔗 Bot URL: <https://t.me/dexlab_factory_bot>

{% content-ref url="/pages/GcC8lFM128AfH8eVg2Qw" %}
[Getting Started](/products/dexlab-factory-bot/getting-started.md)
{% endcontent-ref %}

### 📝 A note on names

Minting Lab has carried a few names over the years — MintingLab in the early days, later Token Factory. They are the same product line: the on-chain program family is still called the **Token Factory program**, the Telegram bot is the **Factory Bot**, and the metadata stamp on every minted token reads **DEXLAB MINTING LAB**.

{% content-ref url="/pages/Bjs7kK7zf8aOmfQf76Vx" %}
[How to Create a Solana Token, Step by Step](/products/minting-lab/quick-token-creation-guide.md)
{% endcontent-ref %}

{% content-ref url="/pages/pUiMzykqGvNuXsRwC7Vi" %}
[Update Solana Token Metadata: Name, Ticker, and Logo](/products/minting-lab/change-token-information-update-metadata.md)
{% endcontent-ref %}

{% content-ref url="/pages/e4pZeCDmSXWBcjn5X442" %}
[Revoke Mint and Freeze Authority on a Solana Token](/products/minting-lab/manage-token-burn-mint-revoke-freeze-revoke-mint.md)
{% endcontent-ref %}

{% content-ref url="/pages/0ijOI2muBi7grBM0nMLf" %}
[Explore and My Tokens: Discover New Solana Tokens](/products/minting-lab/token-hub-manage-and-explore.md)
{% endcontent-ref %}

{% content-ref url="/pages/9K3XZV54WHZQg1w4CMQv" %}
[Create a Liquidity Pool on Solana](/products/dex-swap-lp-pool/create-your-own-liquidity-pool-easy-and-fast.md)
{% endcontent-ref %}

{% content-ref url="/pages/WzypRdm8H1grlpQCYed4" %}
[Provide and Manage Liquidity on Solana](/products/dex-swap-lp-pool/provide-and-manage-liquidity.md)
{% endcontent-ref %}

{% content-ref url="/pages/Ss73WJXbtRjdLXNYjxYh" %}
[Swap Tokens on Solana](/products/dex-swap-lp-pool/token-swap.md)
{% endcontent-ref %}

{% content-ref url="/pages/LwuPGMOMJapIoyszJnSW" %}
[Create OpenBook Market ID on Solana](/products/minting-lab/create-openbook-market-id.md)
{% endcontent-ref %}

{% content-ref url="/pages/MVQKvECsqcioGsGgq7Iz" %}
[How to Check Your OpenBook Market ID](/products/minting-lab/how-to-check-market-id.md)
{% endcontent-ref %}

{% content-ref url="/pages/c23d0f1ta8Ox7W6bMOUM" %}
[Solana Token Creation FAQ](/products/minting-lab/faq.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.dexlab.space/products/minting-lab.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
