> 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/dxl-token.md).

# XLAB Tokenomics

## 📌 Token Information

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

**Token Name:** Dexlab Token

* **Token Ticker:** XLAB
* **Total Supply:** 5,000,000,000,000
* **Initial Price:** $0.00001
* **Hard Cap:** $50,000,000

**Official Token Contracts**

* **XLAB on Solana (Native):** `XLnpFRQ3rSWupCRjuQfx74mgVoT3ezVJKE1CogRZxhH`
* **XLAB on BNB:** `0x5BA9bfFFB868859064C33D4f995A0828b2B1d2d3`

🔗 **Bridge & Swap:** [Interport Bridge](https://app.interport.fi/bridge/505507/56/XLAB/XLAB)

⚠️ **BEWARE OF SCAMS!**\
Only the contracts listed above are valid. Any other address claiming to be XLAB is a scam.

***

### 📊 Token Allocation (XLAB)

* Community Airdrop & Marketing: **50%** (24-month linear vesting)
* Liquidity Fund: **15%** (4-months linear vesting)
* Investment (Seed, Series A, Series B): **20.05%** (1-year vesting, quarterly from Dec.2025)
* Team & Treasury: **7.5%** (1-year vesting, quarterly from Dec.2025)
* Pool Rewards: **4.4%** (1-year vesting, quarterly from Dec.2025)
* Migration: **0.85%** (1-year vesting, quarterly from Dec.2025)
* IDO Round: **1.2%** (at TGE)
* Lottery: **1%** (at TGE)

***

### 🔓 Release Schedule Summary

* Initial Circulating Supply (Aug 2025): **7.03%** → 351.5B XLAB
* Liquidity Fund (Unlocked): **15%** → 750B XLAB
* Locked Supply: **77.97%** → 3.8985T XLAB

**Milestones**

* Dec 2025 → 35%
* Dec 2026 → 75%
* Jul 2027 → 100%

***

### 📦 <sup>Previous DXL Tokenomics</sup>

<details>

<summary>▶ Click here to view the old $DXL tokenomics</summary>

**Token Name:** Dexlab Token\
**Token Ticker:** DXL\
**Total Supply:** 1,000,000,000\
**Initial Price:** $0.02\
**Hard Cap:** $20,000,000

**Token Allocation (DXL):**

* Mining Pool & Rewards: **19.5%** (3 months lock, 2 years linear)
* Marketing & Community: **15%** (2 years linear)
* Development Incentives: **15%** (3 months lock, 2 years linear)
* Ecosystem Reserve: **15%** (3 months lock, 2 years linear)
* Team: **10%** (1-year lock, 2 years linear)
* Liquidity Fund: **10%**
* Strategic: **5.5%**
* Advisory: **4%**
* Seed: **4%**
* IDO Round: **2%**

⚠️ Note: DXL tokenomics is now deprecated and fully migrated into the new $XLAB structure.

</details>


---

# 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/dxl-token.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.
