# Fee Token

Fee token is a popular token type that auto yields and generates liquidity collected from anyone who buys and sells the token. This means that every time someone buys and sells a fee token, a fee is collected automatically and dispersed to the holders. A very popular token that utilized fee token model is called Safemoon (estimated all time high market cap of 14 billion usd)

**What is being collected?**

Reflection buy fee, Reflection Sell fee, Liquidity fee and Developer fee.

Reflection buy and sell fee are being collected to buy the tokens and redistributed to all the holders.

Liquidity fee is being collected to put on the liquidity of the token.

Developer fee is being collected by the developer team (in this case yourself) to do what ever you would like to do with that fee.

<figure><img src="/files/WIFFwSynRJ4rmsJMKgOc" alt=""><figcaption></figcaption></figure>

**How to make Fee token?**

Visit [dx.app](https://www.dx.app/) and click on 'Create', then select 'DxMint'.

<figure><img src="/files/bXhTkyFZx5t5yLFy7YzU" alt=""><figcaption></figcaption></figure>

Choose your network/chain carefully.

<figure><img src="/files/SZ94zgPL08WFCkUDnwUA" alt=""><figcaption></figcaption></figure>

Select 'Fee Token' as the token type. After selecting you will see all the features of Fee Token.

<figure><img src="/files/P3pOM8wyHEeDkbFXZzSa" alt=""><figcaption></figcaption></figure>

Enter the token information (Token Name, Token Symbol, Token Decimal, Token Total Supply).

<figure><img src="/files/WCjfk1xNKVjtb5iLu9dx" alt=""><figcaption></figcaption></figure>

After that, you need to enter fee details (Reflection Buy Fee, Reflection Sell Fee, Liquidity Fee, Sell Liquidity Fee). Following that, you need to enter the dev fee and the address that will receive all the fees.

<figure><img src="/files/d5KWOf1MJDsihotIIlX8" alt=""><figcaption></figcaption></figure>

After that, select your targeted DEX and click on 'MINT FEE TOKEN'.

<figure><img src="/files/jNJlLbZIpeEqB9ymKWSC" alt=""><figcaption></figcaption></figure>

After clicking on 'MINT FEE TOKEN', please confirm the transaction. Once approved, your tokens will be minted and received in your wallet. Remember, there is a minting fee of 1% of the minted tokens.

<figure><img src="/files/L9wvwLfrCQYoIQCrxrQn" alt=""><figcaption></figcaption></figure>

Below that, you will see all of your minted tokens with DxSale.

<figure><img src="/files/WwwF0nM7eYWXEZNajoxT" alt=""><figcaption></figcaption></figure>


---

# 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.dxsale.network/how-to-use-dxsale/dxmint/fee-token.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.
