> 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

**Minting Lab makes it easier than ever to create your own token.**\
With Minting Lab, you can **mint, share, track, and manage your SPL token** — all 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/create/mint-only>

### 💡 **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**.

### 🤖 Dexlab Telegram Bot ( Factory Bot )

Dexlab Factory Bot on Telegram offers everything from 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" %}
[1️⃣ Quick Token Creation Guide](/products/minting-lab/quick-token-creation-guide.md)
{% endcontent-ref %}

{% content-ref url="/pages/pUiMzykqGvNuXsRwC7Vi" %}
[2️⃣ Change Token Information (Update Metadata)](/products/minting-lab/change-token-information-update-metadata.md)
{% endcontent-ref %}

{% content-ref url="/pages/e4pZeCDmSXWBcjn5X442" %}
[3️⃣ Manage Token (Burn, Mint, Revoke Freeze, Revoke Mint)](/products/minting-lab/manage-token-burn-mint-revoke-freeze-revoke-mint.md)
{% endcontent-ref %}

{% content-ref url="/pages/0ijOI2muBi7grBM0nMLf" %}
[4️⃣ Explore & My Tokens](/products/minting-lab/token-hub-manage-and-explore.md)
{% endcontent-ref %}

{% content-ref url="/pages/9K3XZV54WHZQg1w4CMQv" %}
[Create Your Own Liquidity Pool – Easy & Fast!](/products/dex-swap-lp-pool/create-your-own-liquidity-pool-easy-and-fast.md)
{% endcontent-ref %}

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

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

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

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

{% content-ref url="/pages/c23d0f1ta8Ox7W6bMOUM" %}
[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.
