# 수수료

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

드래곤스왑에서 스왑시 발생하는 수수료 구조에 대해 설명합니다. 거래자는 스왑 시 발생하는 수수료를 투명하게 확인할 수 있습니다.

### 스왑 수수료 확인

* 수수료 세부 정보: “Trading Fee” 섹션에서 수수료 세부 정보를 확인할 수 있습니다.
* 라우팅 정보: “Route” 섹션에서 거래애 사용되는 유동성 풀 유형을 확인할 수 있습니다. 돋보기를 클릭해 디테일한 라우팅 정보를 추가로 확인 가능합니다.

### V3 유동성 풀 수수료&#x20;

거래에 V3 유동성 풀이 활용될 경우 각 유동성 풀에 풀 생성자가 설정한 거래수수료가 적용됩니다.

* Fee tiers: 0.01%, 0.05%, 0.1%, 0.20%, 0.50%, and 1%.

<table><thead><tr><th width="142">Category</th><th align="center">0.01%</th><th align="center">0.05%</th><th align="center">0.10%</th><th align="center">0.20%</th><th align="center">0.50%</th><th align="center">1%</th></tr></thead><tbody><tr><td>Liquidity Providers</td><td align="center">0.008%</td><td align="center">0.04%</td><td align="center">0.08%</td><td align="center">0.16%</td><td align="center">0.40%</td><td align="center">0.80%</td></tr><tr><td>Treasury</td><td align="center">0.002%</td><td align="center">0.01%</td><td align="center">0.02%</td><td align="center">0.04%</td><td align="center">0.10%</td><td align="center">0.20%</td></tr></tbody></table>

### V2 유동성 풀 수수료

거래에 V2 유동성 풀이 활용될 경우 0.3%의 표준 거래 수수료가 적용 됩니다. 0.3%의 고정 거래 수수료는 아래와 같이 분배됩니다.

* 유동성 공급자 보상: 0.24%는 해당 유동성 풀에 기여한 공급자들의 보상에 사용됩니다.
* 트레져리 할당: 0.06%는 드래곤스왑의 지속적인 개발과 유지 관리를 지원하기 위한 트레져리에 할당됩니다.


---

# 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.dgswap.io/ko/services/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.
