# SAROS DLMM

- [온보딩 및 가이드](https://docs.saros.xyz/kr/saros-dlmm/onboarding-and-guides.md)
- [Saros DLMM: 소개](https://docs.saros.xyz/kr/saros-dlmm/onboarding-and-guides/saros-dlmm.md)
- [유동성 라이프사이클: 배포, 관리 및 리밸런싱](https://docs.saros.xyz/kr/saros-dlmm/onboarding-and-guides/liquidity-lifecycle-deployment-management-and-rebalancing.md)
- [퍼미션리스 Saros DLMM 풀](https://docs.saros.xyz/kr/saros-dlmm/onboarding-and-guides/permissionless-saros-dlmm-pools.md): 이 문서에서는 새로운 유동성 풀을 여는 방법과 AMM 모드와 DLMM 모델의 차이에 대해 배울 수 있습니다.
- [Saros DLMM에서 유동성 공급자로서 이해해야 할 리스크](https://docs.saros.xyz/kr/saros-dlmm/onboarding-and-guides/understanding-your-risks-as-a-liquidity-provider-on-saros-dlmm.md)
- [모양(Shape) 및 전략](https://docs.saros.xyz/kr/saros-dlmm/shape.md)
- [유동성 모양 (Liquidity Shapes)](https://docs.saros.xyz/kr/saros-dlmm/shape/liquidity-shapes.md)
- [기본 유동성 전략 시작하기](https://docs.saros.xyz/kr/saros-dlmm/shape/getting-started-with-basic-liquidity-strategies.md)
- [Saros에서의 고급 유동성 전략](https://docs.saros.xyz/kr/saros-dlmm/shape/advanced-liquidity-strategies-on-saros.md)
- [Saros에서 범위를 벗어난 유동성 관리하기](https://docs.saros.xyz/kr/saros-dlmm/shape/managing-out-of-range-liquidity-on-saros.md)
- [Saros에서 단일 측면(한쪽) 유동성 전략](https://docs.saros.xyz/kr/saros-dlmm/shape/single-sided-liquidity-strategies-on-saros.md)
- [보상](https://docs.saros.xyz/kr/saros-dlmm/rewards.md)
- [Saros에서 집중 인센티브 (Concentrated Incentives, CI)](https://docs.saros.xyz/kr/saros-dlmm/rewards/saros-concentrated-incentives-ci.md)
- [기술적 설계](https://docs.saros.xyz/kr/saros-dlmm/technical-design.md)
- [기술 가이드](https://docs.saros.xyz/kr/saros-dlmm/technical-guides.md)
- [유동성 추가하기](https://docs.saros.xyz/kr/saros-dlmm/technical-guides/add-liquidity.md)
- [페어(거래쌍) 생성하기](https://docs.saros.xyz/kr/saros-dlmm/technical-guides/create-a-pair.md)
- [사용자 포지션](https://docs.saros.xyz/kr/saros-dlmm/technical-guides/user-position.md)
- [토큰 스왑하기](https://docs.saros.xyz/kr/saros-dlmm/technical-guides/swap-tokens.md)
- [유동성 제거하기](https://docs.saros.xyz/kr/saros-dlmm/technical-guides/removing-liquidity.md)
- [사용자 가이드](https://docs.saros.xyz/kr/saros-dlmm/user-guides.md)
- [Saros DLMM에서 풀(Pool) 생성하기](https://docs.saros.xyz/kr/saros-dlmm/user-guides/create-a-pool.md): Saros DLMM에서 유동성을 제공하기 위해서는, 해당 토큰 페어(거래쌍)에 대한 풀이 아직 존재하지 않는 경우 먼저 풀을 생성해야 합니다. 이 단계가 완료되어야 다른 사람들이 유동성을 추가하고 거래를 시작할 수 있습니다.
- [Saros DLMM에서 유동성 추가 및 제거하기](https://docs.saros.xyz/kr/saros-dlmm/user-guides/add-remove-liquidity.md): 이 가이드는 Saros DLMM에서 유동성을 추가하고 제거하는 방법을 자세히 설명합니다.
- [Saros DLMM에서 스왑하는 방법](https://docs.saros.xyz/kr/saros-dlmm/user-guides/swap.md): 이 가이드는 Saros DLMM에서 토큰 스왑을 수행하는 과정을 단계별로 설명합니다. 단계별 안내를 통해 스왑 과정을 원활하게 진행할 수 있도록 도와드립니다.
- [자주 묻는 질문(FAQs)](https://docs.saros.xyz/kr/saros-dlmm/user-guides/faqs.md)
- [Saros DLMM 수수료: 기본 수수료(Base Fee), 가변 수수료(Variable Fee), 프로토콜 수수료(Protocol Fee)](https://docs.saros.xyz/kr/saros-dlmm/user-guides/faqs/saros-dlmm-fees.md)


---

# 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-dlmm.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.
