# DEX swap fee

All DEX swaps via goodcryptoX - on [AMM DEXs ](/supported-amm-dexs.md)or [Perp DEXs](/supported-perp-dexs.md) are subject to a swap fee.<br>

The base swap fee for DEX Spot swaps is `1%`.

The base swap fee for DEX Futures swaps is `0.1%`.<br>

`50%` of the swap fee collected is used for [revenue sharing](/ecosystem/revenue-sharing.md) payouts to eligible GOOD token holders.&#x20;

`10%` of the swap fee collected is used for daily [burns](/good-token/burn.md) of the GOOD token decreasing its supply.<br>

Discounts on the swap fee are available based on:

* [Trading volume](/ecosystem/loyalty-program.md) - up to 50%;
* [GOOD tokens held](/good-token/holding-benefits.md) - up to 50%;
* [Subscription](/ecosystem/subscription-plans.md) - up to 30%;
* [Ultimate NFT](/ecosystem/nfts.md) - 50%;
* [Referral](/ecosystem/referral-program.md) status - 5%;

Discount is applied to both Spot and Futures trades on DEXs.\
I.e. with a 50% discount your DEX Spot fee will be `0.5%` and DEX Futures fee - `0.05%.`

Discounts stack up - each additional discount obtained increases your total discount.&#x20;

Note, that discounts stack by multiplying, not summing. Two 50% discounts mean you pay half, and then half of that again — ending up paying 25% of the original fee.

<details>

<summary>Swap fee calculation example</summary>

You are sending a swap for $1,000. Base fee for this swap is 1%.

Your volume traded discount is 10%, subscription discount is 10%, and GOOD held discount is 20%.

1% base fee - 10% volume discount = 0.9%;

0.9% - 10% subscription discount = 0.81%;

0.81% - 20% GOOD held discount = 0.648%.

Your swap fee for this swap will be 0.648%.

</details>

You can check your swap fee discount in the user dashboard:

<figure><img src="/files/9wnfPyq32EzCsYuf4CF8" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="/files/YnbouRB7JFG4ANuCuR4Q" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="/files/a392TUQPzfmYrNWQUfJe" alt="" width="563"><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.goodcrypto.app/ecosystem/dex-swap-fee.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.
