# Fees

When conducting a tokensale, its creator is subject to two types of fees\*:

<figure><img src="/files/vFw44ZPn63aAjXnXjleD" alt="" width="375"><figcaption></figcaption></figure>

1. A fixed fee of 200 JVT charged simultaneously with the deployment of the sale smart contract.
2. A commission charged as a percentage of the funds raised immediately after the sale is completed. The fee depends on the total amount of funds raised and is calculated according to the regressive scale below:

| Total raised funds (TON) | Commission (%) |
| :----------------------: | :------------: |
|          < 5,000         |      2.00      |
|      5,000 - 10,000      |      1.50      |
|      10,000 - 20,000     |      1.25      |
|      20,000 - 50,000     |      1.00      |
|     50,000 - 100,000     |      0.75      |
|         >100,000         |      0.50      |

\*The first type of fees is always charged without exception and is not refundable even in case of unsuccessful completion of the sale, while the second type is charged when, and only when, the tokensale has been successfully completed (soft cap collected).


---

# 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://docs.jvault.xyz/launchpad/info-for-projects/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.
