> 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/factory-fee.md).

# Solana Token Creation Fees (Factory Fee)

## Token creation

Creating a token in the DexLab Minting Lab costs a **0.15 $SOL creation fee**, plus about **0.02 $SOL** of Solana network rent for the new token accounts. The exact total is shown above the create button before you sign, so there are no hidden costs. The fee is the same for standard SPL tokens and Token-2022 tokens.

👉 See the live cost breakdown: <https://app.dexlab.space/token/create/cost>\
👉 Create a token: <https://app.dexlab.space/token/create>

## Managing a token after creation

Creation is not the only action the Token Factory charges for. Managing a token you already own costs a smaller fee per action, on top of the Solana network fee. Each amount is shown before you sign.

| Action                                                                      | Fee        |
| --------------------------------------------------------------------------- | ---------- |
| Update token metadata (name, symbol, image, description), SPL or Token-2022 | 0.05 $SOL  |
| Mint more supply                                                            | 0.025 $SOL |
| Burn supply                                                                 | 0.025 $SOL |
| Revoke mint or freeze authority                                             | 0.025 $SOL |
| Revoke metadata update authority                                            | 0.025 $SOL |
| Freeze a token account                                                      | 0.025 $SOL |
| Change a Token-2022 transfer fee or interest-bearing rate                   | 0.025 $SOL |

These are one-off fees per action, not subscriptions, and revoking an authority is permanent. See [Manage your token](/products/minting-lab/manage-token-burn-mint-revoke-freeze-revoke-mint.md).

## OpenBook market ID

A DexLab pool does not need an OpenBook market ID. You only need one for an orderbook listing or a Raydium legacy AMM pool.

Creating a market ID through the [DexLab market creation tool](https://openbook-tools.dexlab.space/market/create) costs **about 3 $SOL** with the default OpenBook and Raydium account sizes. The **Only Raydium** preset uses a much smaller event queue and orderbook, which brings the estimate down to **about 0.55 $SOL**, but that preset is intended for Raydium pool creation only and operation on OpenBook itself is not guaranteed.

Most of that amount is Solana network rent for the market accounts rather than a DexLab fee, and **it is not recoverable**, because a created market cannot be canceled or refunded. With the default sizes the estimate breaks down as follows.

| Account             | Size              | Rent             |
| ------------------- | ----------------- | ---------------- |
| Market              | 388 bytes         | 0.0036 $SOL      |
| Event queue         | 262,108 bytes     | 1.8252 $SOL      |
| Request queue       | 5,084 bytes       | 0.0363 $SOL      |
| Bids and asks       | 65,500 bytes each | 0.9135 $SOL      |
| Vault accounts      | 2 accounts        | 0.0041 $SOL      |
| DexLab platform fee |                   | 0.2200 $SOL      |
| **Total**           |                   | **about 3 $SOL** |

The event queue alone is more than half of the total. The tool shows a live **Total Rent + Fee Estimate** before you sign, so read that number at the moment you sign. The estimate is read from the Solana cluster, so the tool shows **Calculating...** until every rent lookup has answered rather than a partial total, and it refuses the signature until the estimate resolves. Fund your wallet above the estimate: if your balance falls short, the transaction can fail and still cost you a fee. Rehearse on devnet first. See [Create OpenBook Market ID on Solana](/products/minting-lab/create-openbook-market-id.md).

## Liquidity pool creation

DexLab charges **no flat fee** for creating a liquidity pool. You pay Solana network rent for the new pool accounts plus your own initial liquidity deposit.

Traders who swap in your pool pay the fee tier you selected — 0.1, 0.2, 0.5, 1, or 2 percent — **plus an owner trade fee charged on top of it**, so the total per swap runs from 0.15 percent to 2.2 percent. Only the tier itself goes to the pool. See [Create a Liquidity Pool on Solana](/products/dex-swap-lp-pool/create-your-own-liquidity-pool-easy-and-fast.md) for the per-tier breakdown.

## Multisender

Sending a token to many wallets at once through [Multisender](https://app.dexlab.space/multisender) costs a service fee of **0.05 $SOL per recipient**. Multisender is free on devnet.


---

# 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/factory-fee.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.
