# Fees

### <mark style="color:$warning;">**Native Solana Fees**</mark>

Fees are automatically applied to the cost of minting an NFT which are paid by the user during the mint process, these fees vary depending on the type of NFT used. &#x20;

* Core: approx. 0.008 SOL (Most Popular)
* Legacy: approx. 0.021 SOL
* cNFT: approx. 0.005

### <mark style="color:$warning;">**Launchpad Fees**</mark>

0.005 SOL added to each transaction paid by user when minting.

### Mint Funds

Funds from each mint are instantly sent to a wallet of your choice. You can even define multiple wallets and set specific % to be sent to each.


---

# Agent Instructions: 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:

```
GET https://wp.gotmlabz.io/nft-launchpad/fees.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
