> 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/learn-more/the-dexlab-protocol.md).

# The Dexlab Protocol

![](/files/-M_icKWXdWTaHcowy5-5)

## Staking Tiers

1. There will be 5 staking tiers
2. Each tier provides its own features.
   * Features include: fee reduction, fee functions, levels of access to analytics tools, pool access, airdrop, distributions, GUI access to token minting, and more.
3. The higher the tier, the better the features.

## Governance

1. Dexlab's governance aims to build a complete protocol for development and usage.
   * Voting for ecosystem initiatives.
   * New features development.
   * Liquidity rewards distribution specs.
2. Staking Tier offects Voting Power
3. The higher the tier, the more privileges you will have.
4. Preferential treatment for those who are more invested(staked).

## IDO and POOL Reward Access

1. Staking tier level determines accessibility to pools.
   * Pool creators set rules.
2. Preferential treatment for those staking, determined by IDO owner.
   * IDO creators set rules,

### Token Contract

* **Solana Contract:** [GsNzxJfFn6zQdJGeYsupJWzUAm57Ba7335mfhWvFiE9Z](https://explorer.solana.com/address/GsNzxJfFn6zQdJGeYsupJWzUAm57Ba7335mfhWvFiE9Z)
* **ERC20 Contract:** Scheduled ( Beware of Scams! )

## Why haven't I received my Airdrop?

The only circumstance under which this happens is when the provided wallet address is incorrect. Unfortunately, we cannot change the destination address.

## I applied for a whitelist several times, but only received one allocation. Why?

More than one application was not allowed per person according to the whitelist policy. In the case of a duplicate wallet address/e-mail address/Twitter address, only one was accepted.

## Who was the airdrop distributed to?

It was airdropped only to participants in the whitelist.

## Where can I trade Dexlab ($DXL) tokens?

Currently, DXL tokens can be traded below.\
Dexlab:\
<https://v3.dexlab.space/swap>\
\
Jupiter:\
<https://jup.ag/swap/SOL-DXL>\
\
Coingecko:\
<https://www.coingecko.com/en/coins/dexlab>\
\
Coinmarketcap:\
<https://coinmarketcap.com/currencies/dexlab>

## What are the uses of DXL tokens?

DXL tokens will be used in various places. As the Dexlab ecosystem expands, such as Token Factory, Bot Trading, IDO, etc., it can be used in various places.


---

# 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/learn-more/the-dexlab-protocol.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.
