> 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/token-hub-manage-and-explore.md).

# 4️⃣ Explore & My Tokens

## 🚀 Introducing Explore

📌 **Explore is DexLab's discovery page — where new tokens are born and found.**

The moment a token is minted through Minting Lab it appears here, live. Track what is launching right now, follow trending tokens across Solana, and search for any token by name, symbol, or address.

👉 **Go to Explore:** <https://app.dexlab.space/token-hub>

## 🔍 What you will find on Explore

<figure><img src="/files/gWsNURinx93YdKLKMoRx" alt=""><figcaption></figcaption></figure>

✅ **Just Launched on DexLab** – A live rail of tokens minted through Minting Lab, newest first. It refreshes automatically, and each card links straight to the token's page. When the same ticker is minted many times in a row, the rail folds the copies into a single card with a **+N** counter so one creator cannot wallpaper the feed.

✅ **Trending on Solana** – The most actively traded tokens across the wider Solana market.

✅ **New Listings** – Tokens recently listed on external markets, updated hourly.

✅ **Search & Explore** – Find any token by name, symbol, or address. Tokens created through Minting Lab carry a **Minted on DexLab** badge.

{% hint style="warning" %}
**DYOR — anyone can mint.** Appearing on the Just Launched feed is not an endorsement or a listing review. Always check a token's authorities and do your own research before trading.
{% endhint %}

<div><figure><img src="/files/1x6VXvOa6NNLSTIDvwuS" alt="" width="375"><figcaption></figcaption></figure> <figure><img src="/files/GaUFEcLuYajjJCYvqSLM" alt="" width="375"><figcaption></figcaption></figure></div>

📌 When you click on a token, you'll be able to view detailed market data and trade the token instantly.

✅ **Market Overview** – Check the token's price, 24-hour volume, and trading activity.

✅ **Basic Information** – View token details such as name, symbol, and contract address.

✅ **Authority & Metadata** – Verify minting, freezing, and metadata update permissions.

✅ **Trade & Swap** – Instantly swap tokens for trading.

💡 **Tip:** sharing a token page link on X unfurls into a rich preview card — use it to promote your token.

## 🎨 My Tokens — your creator studio

📌 **My Tokens opens on the \_Created**\_\*\* tab: every token you have minted through Minting Lab, newest first.\*\*

✅ **Created** – Your launches appear here **instantly** after minting. Each card shows the token and offers two quick actions: **View** (open the token page) and **Share on X**.

✅ **Holdings** – The classic wallet portfolio view: every token your connected wallet holds, including balances and unindexed tokens.

💡 Connect your wallet, then open **Minting Lab → My Tokens** in the left navigation.

## 🛠 Manage Your Tokens

<figure><img src="/files/OWm0HYXED92RXR77jSXC" alt=""><figcaption></figcaption></figure>

📌 **Easily access and control the tokens you've created.**

🔧 **Tokens with a tool icon indicate they are manageable and can be updated.**

<figure><img src="/files/66NI384SHPnnWJbGiAyZ" alt=""><figcaption></figcaption></figure>

📌 **Advanced Token Management**

Once you've selected a token from Explore or My Tokens, you can manage it through a dedicated dashboard with the following options:

✅ **Mint Token** – Issue additional tokens to any address (if minting is enabled).

✅ **Modify Metadata** – Update token details such as **name, ticker, logo, and other metadata** that were set during token creation.

✅ **Update Mint Authority** – Transfer or revoke the ability to mint new tokens.

✅ **Update Metadata Authority** – Transfer or revoke the ability to modify token metadata.

✅ **Freeze/Thaw Account** – Restrict or unfreeze token transfers for specific addresses (requires permission).

✅ **Update Freeze Authority** – Transfer or revoke the ability to freeze/unfreeze accounts (requires permission).

💡 **These tools allow you to customize your token settings, control permissions, and manage its supply effectively.** 🚀


---

# 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/token-hub-manage-and-explore.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.
