# DEX 스왑 수수료

goodcryptoX를 통한 모든 DEX 스왑 - [AMM DEX ](/goodcryptox-ko/amm-dex.md)또는 [Perp DEX](/goodcryptox-ko/perp-dex.md) 스왑 수수료가 부과됩니다.<br>

DEX 현물 스왑의 기본 스왑 수수료는 `1%`.

DEX 선물 스왑의 기본 스왑 수수료는 `0.1%`.<br>

`50%` 수집된 스왑 수수료의 [수익 공유](/goodcryptox-ko/ecosystem/revenue-sharing.md) 적격한 GOOD 토큰 보유자에 대한 지급.&#x20;

`10%` 수집된 스왑 수수료의 [소각](/goodcryptox-ko/good/burn.md) GOOD 토큰의 공급을 감소시킵니다.<br>

스왑 수수료에 대한 할인은 다음을 기준으로 제공됩니다:

* [거래량](/goodcryptox-ko/ecosystem/loyalty-program.md) - 최대 50%;
* [보유한 GOOD 토큰](/goodcryptox-ko/good/holding-benefits.md) - 최대 50%;
* [구독](/goodcryptox-ko/ecosystem/subscription-plans.md) - 최대 30%;
* [얼티밋 NFT](/goodcryptox-ko/ecosystem/nft.md) - 50%;
* [추천](/goodcryptox-ko/ecosystem/referral-program.md) 상태 - 5%;

할인은 DEX의 현물 및 선물 거래 모두에 적용됩니다.\
예: 50% 할인이면 DEX 현물 수수료는 `0.5%` 이고 DEX 선물 수수료는 - `0.05%.`

할인은 누적됩니다 - 추가로 얻는 각 할인은 총 할인을 증가시킵니다.&#x20;

참고: 할인은 합산이 아니라 곱셈 방식으로 누적됩니다. 두 번의 50% 할인은 처음에 절반을 내고 그 절반의 절반을 내는 것으로, 결국 원래 수수료의 25%를 지불하게 됩니다.

<details>

<summary>스왑 수수료 계산 예시</summary>

$1,000 상당의 스왑을 보내고 있습니다. 이 스왑의 기본 수수료는 1%입니다.

거래량 할인은 10%, 구독 할인은 10%, 보유한 GOOD 할인은 20%입니다.

기본 수수료 1% - 거래량 10% 할인 = 0.9%;

0.9% - 구독 10% 할인 = 0.81%;

0.81% - GOOD 보유 20% 할인 = 0.648%.

이 스왑에 대한 귀하의 스왑 수수료는 0.648%가 됩니다.

</details>

사용자 대시보드에서 스왑 수수료 할인을 확인할 수 있습니다:

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

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

<figure><img src="/files/df13ae85c747a18505110ff257d4e5fb174b0aed" 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/goodcryptox-ko/ecosystem/dex.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.
