# 토큰을 교환할 때 수수료는 얼마인가요?

현재 Saros의 수수료 구조는 다음과 같습니다:

* 총 스왑 금액의 **0.02%는 유동성 공급자 보상**으로 사용됩니다.
* 총 스왑 금액의 **0.02%는 Saros Treasury**로 사용됩니다.
* 네트워크 수수료(**Gas Fee**): 트랜잭션을 실행하기 위해 채굴자나 검증자에게 지불해야 하는 수수료입니다. Gas는 네트워크에서 특정 트랜잭션을 실행하는 데 필요한 컴퓨터 연산 에너지를 측정하는 단위로, 트랜잭션 완료, 블록 검증, 블록체인 보안을 포함합니다. Saros는 Gas 수수료로 SOL을 사용하므로 Saros에서 트랜잭션을 하기 위해서는 반드시 SOL을 준비해야 합니다.


---

# 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.saros.xyz/kr/saros-amm/faqs/fee-on-saros.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.
