> For the complete documentation index, see [llms.txt](https://docs.saros.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.saros.xyz/kr/saros-dlmm/user-guides/faqs/saros-dlmm-fees.md).

# Saros DLMM 수수료: 기본 수수료(Base Fee), 가변 수수료(Variable Fee), 프로토콜 수수료(Protocol Fee)

### ❓ Saros DLMM에는 어떤 종류의 수수료가 있나요?

Saros DLMM은 다음을 포함하는 동적 수수료 모델을 사용합니다:

1. 기본 수수료(Base Fee) – 모든 스왑에 적용되는 고정 수수료
2. 가변 수수료(Variable Fee) – 시장 상황에 따라 조정되는 동적 수수료
3. 프로토콜 수수료(Protocol Fee) – 총 거래 수수료 중 일부가 프로토콜의 장기적 개발과 안정성을 지원하는 데 사용됨

***

### ❓ 기본 수수료(Base Fee)란 무엇인가요?

기본 수수료는 Saros DLMM 유동성 풀에서 각 스왑에 부과되는 최소 수수료입니다.

* 사전에 정의되어 있으며 대부분의 거래쌍에서 일관적으로 유지됩니다.
* 유동성 공급자에게 안정적인 수익을 보장합니다.

***

### ❓ 가변 수수료(Variable Fee)란 무엇인가요?

가변 수수료는 다음 요소에 따라 조정되는 유연한 수수료 구성 요소입니다:

* 시장 변동성
* 유동성 불균형
* 풀의 리스크 수준

이는 빠른 가격 변동 기간 동안 해로운 차익거래를 억제함으로써 LP들을 보호하도록 설계되었습니다.

기본 수수료 + 가변 수수료 = 스왑당 총 거래 수수료

***

### ❓ 프로토콜 수수료(Protocol Fee)란 무엇인가요?

프로토콜 수수료는 생태계의 지속 가능성, 인프라, 운영을 지원하기 위해 총 거래 수수료 중 일부를 할당한 것입니다.

* 표준 구성에서는 총 거래 수수료의 20%가 이 목적에 사용됩니다.
* 나머지 80%는 자산을 공급한 유동성 공급자들에게 분배됩니다.

***Example:***

Saros DLMM의 한 거래쌍이 **$1M 거래량**을 기록하고 총 **$10,000 수수료(Base + Variable)** 를 발생시킨 경우:

* **$8,000** (80%) 유동성 공급자(LPs)에게 분배
* **$2,000** (20%) Saros 프로토콜로 할


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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-dlmm/user-guides/faqs/saros-dlmm-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.
