> 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.md).

# PRODUCTS

- [DexLab Factory Bot (Solana Telegram Trading Bot)](https://docs.dexlab.space/products/dexlab-factory-bot.md): DexLab Factory Bot is a Solana Telegram trading bot: create tokens, launch on Pump.fun, trade at aggregator best prices, and earn rewards inside Telegram.
- [Getting Started](https://docs.dexlab.space/products/dexlab-factory-bot/getting-started.md)
- [Deposit Wallet](https://docs.dexlab.space/products/dexlab-factory-bot/deposit-wallet.md)
- [Referral Reward](https://docs.dexlab.space/products/dexlab-factory-bot/referral-reward.md)
- [DRP Reward](https://docs.dexlab.space/products/dexlab-factory-bot/drp-reward.md)
- [Token Launch](https://docs.dexlab.space/products/dexlab-factory-bot/token-launch.md)
- [Trade(Buy/Sell)](https://docs.dexlab.space/products/dexlab-factory-bot/trade-buy-sell.md)
- [Token Search & Trending](https://docs.dexlab.space/products/dexlab-factory-bot/token-search-and-trending.md)
- [Playground](https://docs.dexlab.space/products/dexlab-factory-bot/playground.md)
- [Multiple Wallets](https://docs.dexlab.space/products/dexlab-factory-bot/multiple-wallets.md)
- [Copy & Trade Token](https://docs.dexlab.space/products/dexlab-factory-bot/copy-and-trade-token.md)
- [Bot Settings](https://docs.dexlab.space/products/dexlab-factory-bot/bot-settings.md)
- [Minting Lab (Solana Token Creator)](https://docs.dexlab.space/products/minting-lab.md): Minting Lab is the DexLab Solana token creator. Mint, share, track, and manage SPL and Token-2022 tokens with no code, for a 0.15 SOL creation fee.
- [How to Create a Solana Token, Step by Step](https://docs.dexlab.space/products/minting-lab/quick-token-creation-guide.md): Create a Solana token in seconds with no code. Name, ticker, supply, decimals, and authorities, step by step, for 0.15 SOL plus about 0.02 SOL of rent.
- [Update Solana Token Metadata: Name, Ticker, and Logo](https://docs.dexlab.space/products/minting-lab/change-token-information-update-metadata.md): Change the name, ticker, logo, and links on a Solana token after it is minted. Update the on-chain metadata from the DexLab Manage tab in one signature.
- [Revoke Mint and Freeze Authority on a Solana Token](https://docs.dexlab.space/products/minting-lab/manage-token-burn-mint-revoke-freeze-revoke-mint.md): Revoking mint authority permanently caps your Solana token supply. Revoking freeze authority removes account freezing for good. One signature each, no code.
- [Explore and My Tokens: Discover New Solana Tokens](https://docs.dexlab.space/products/minting-lab/token-hub-manage-and-explore.md): Discover new Solana token launches on DexLab Explore, follow trending tokens, and run your creator studio in My Tokens.
- [Create OpenBook Market ID on Solana](https://docs.dexlab.space/products/minting-lab/create-openbook-market-id.md): An OpenBook market ID is the orderbook account a Raydium legacy AMM pool needs. It costs about 3 SOL, or about 0.55 SOL with the Only Raydium preset.
- [Solana Token Decimals Guide](https://docs.dexlab.space/products/minting-lab/token-decimal-guide.md): What token decimals mean on Solana and how to choose the right decimals value when you create a token. DexLab Minting Lab defaults to 6 decimals.
- [Solana Token Creation Fees (Factory Fee)](https://docs.dexlab.space/products/minting-lab/factory-fee.md): How much it costs to create a Solana token on DexLab: 0.15 SOL creation fee plus about 0.02 SOL network rent, with token management, OpenBook market, pool, and Multisender fees listed.
- [How to Check Your OpenBook Market ID](https://docs.dexlab.space/products/minting-lab/how-to-check-market-id.md): How to find your OpenBook market ID on Solana: look up the market creation transaction on Solscan and copy the market address.
- [Market Listing Conditions](https://docs.dexlab.space/products/minting-lab/terms-of-service.md)
- [Solana Token Creation FAQ](https://docs.dexlab.space/products/minting-lab/faq.md): Frequently asked questions about Solana token creation on DexLab Minting Lab: fees, mint and freeze authority, metadata, LP lock, and OpenBook market IDs.
- [Terms of service](https://docs.dexlab.space/products/minting-lab/terms-of-service-1.md)
- [DEX (Swap and Liquidity Pools on Solana)](https://docs.dexlab.space/products/dex-swap-lp-pool.md): Swap tokens and provide liquidity on Solana with the DexLab DEX. Create a pool, add or withdraw liquidity, and earn swap fees from 0.1 to 2 percent.
- [Swap Tokens on Solana](https://docs.dexlab.space/products/dex-swap-lp-pool/token-swap.md): How to swap tokens on Solana with DexLab. Exchange any Solana token in seconds through liquidity pools, straight from your wallet.
- [Create a Liquidity Pool on Solana](https://docs.dexlab.space/products/dex-swap-lp-pool/create-your-own-liquidity-pool-easy-and-fast.md): Create a Solana liquidity pool in minutes. Pick the pair, choose a swap fee from 0.1 to 2 percent, set the starting price, and earn a share of every trade.
- [Provide and Manage Liquidity on Solana](https://docs.dexlab.space/products/dex-swap-lp-pool/provide-and-manage-liquidity.md): How to provide liquidity on Solana with DexLab: add tokens to a pool, earn trading fees, and withdraw or permanently lock your LP tokens.
- [SuperTools for XPLA](https://docs.dexlab.space/products/supertools-for-xpla.md)
- [CW20 Token Creation](https://docs.dexlab.space/products/supertools-for-xpla/cw20-token-creation.md): This guide go over how to instantiate, query, and execute CW20 methods seen below.
- [1️⃣ Instantiate (Minting)](https://docs.dexlab.space/products/supertools-for-xpla/cw20-token-creation/instantiate-minting.md)
- [2️⃣ Query Contract](https://docs.dexlab.space/products/supertools-for-xpla/cw20-token-creation/query-contract.md): Querying a CW20 token means gathering information related to that token directly from the blockchain.
- [3️⃣ Execute (Burn, Send, Logo Updated, etc)](https://docs.dexlab.space/products/supertools-for-xpla/cw20-token-creation/execute-burn-send-logo-updated-etc.md): You can manage, control and interact with your token here.
- [How to Get My CW20 Token Contract Address](https://docs.dexlab.space/products/supertools-for-xpla/cw20-token-creation/how-to-get-my-cw20-token-contract-address.md)
- [CW721 Token Creation (NFT)](https://docs.dexlab.space/products/supertools-for-xpla/cw721-token-creation-nft.md)
- [1️⃣ Instantiate (Minting)](https://docs.dexlab.space/products/supertools-for-xpla/cw721-token-creation-nft/instantiate-minting.md)
- [2️⃣ Query Contract](https://docs.dexlab.space/products/supertools-for-xpla/cw721-token-creation-nft/query-contract.md)
- [3️⃣ Execute (Send, Transfer, Burn, etc)](https://docs.dexlab.space/products/supertools-for-xpla/cw721-token-creation-nft/execute-send-transfer-burn-etc.md)
- [How to Check My CW721 on XPLA Explorer](https://docs.dexlab.space/products/supertools-for-xpla/cw721-token-creation-nft/how-to-check-my-cw721-on-xpla-explorer.md)
- [SuperDEX for XPLA](https://docs.dexlab.space/products/superdex-for-xpla.md)
- [BI/CI](https://docs.dexlab.space/products/superdex-for-xpla/bi-ci.md)
- [Keplr Wallet Creation](https://docs.dexlab.space/products/superdex-for-xpla/keplr-wallet-creation.md)
- [Terms of Service](https://docs.dexlab.space/products/terms-of-service.md)
- [Platform Disclaimer](https://docs.dexlab.space/products/platform-disclaimer.md)
- [SDK & API License Agreement](https://docs.dexlab.space/products/sdk-and-api-license-agreement.md)
- [Pool](https://docs.dexlab.space/products/pool.md)
- [Trade](https://docs.dexlab.space/products/trade.md): DEX Trade is a decentralized exchange where you trade tokens directly on the blockchain network.
- [Buy /Sell](https://docs.dexlab.space/products/trade/buy-sell.md): Now that you have successfully connected your SOL wallet it’s time to trade. The trading experience is the same as a centralized exchange, with the same interface.
- [Settle Funds](https://docs.dexlab.space/products/trade/settle-funds.md): You can see the total transaction balance with this function.
- [Cancel open order/Settle funds on Sonar watch](https://docs.dexlab.space/products/trade/cancel-open-order-settle-funds-on-sonar-watch.md)
- [DEX](https://docs.dexlab.space/products/getting-started.md)
- [What is a DEX?](https://docs.dexlab.space/products/getting-started/dexlab-dex.md): The world's first completely decentralized derivatives exchange with trustless cross-chain trading.
- [Dexlab Trading FAQs](https://docs.dexlab.space/products/getting-started/dexlab-dex/dexlab-trading-faqs.md): Frequently Asked Questions about trading in our platform.
- [SWAP](https://docs.dexlab.space/products/getting-started/swap.md)
- [Phantom, Solflare, Coin98](https://docs.dexlab.space/products/getting-started/swap/phantom-solflare-coin98.md)
- [Staking](https://docs.dexlab.space/products/staking.md)
- [Unstaking](https://docs.dexlab.space/products/staking/unstaking.md): DXL staking is closed. Your DXL is still on-chain, and this page explains how to reach it.
- [Staking (Closed)](https://docs.dexlab.space/products/staking/staking-closed.md)
- [Reward Harvest (Closed)](https://docs.dexlab.space/products/staking/reward-harvest-closed.md): How to harvest your profit
- [Wallet](https://docs.dexlab.space/products/wallet-tutorial.md): You need a SOL wallet for DEX transactions.
- [Connect your wallet](https://docs.dexlab.space/products/wallet-tutorial/connect-your-wallet.md)
- [How to get my wallet address](https://docs.dexlab.space/products/wallet-tutorial/how-to-get-dexlab-wallet-address.md)
- [IDO Participation](https://docs.dexlab.space/products/ido-participation.md): Do IDO(Initial Decentralized Exchange Offering) on Dexlab
- [Dexlab BI/CI](https://docs.dexlab.space/products/dexlab-bi-ci.md)


---

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