> 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/onboarding-and-guides/permissionless-saros-dlmm-pools.md).

# 퍼미션리스 Saros DLMM 풀

## Saros DLMM에서 새로운 유동성 풀 생성하기

이 가이드에서는 Saros DLMM에서 새로운 유동성 풀을 생성하는 방법, AMM 모드와 DLMM 모델 간의 주요 차이점, 그리고 V2 풀에서 Bin Step(BP)이 어떻게 작동하는지에 대해 알아봅니다.

### 1단계: 풀 생성

Pool 페이지로 이동하여 "Create New Pool" 버튼을 클릭하세요.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXcoPMy0xQIZTL5K3Yx6XcOR9O7De7qmRwSOu3b9d9dVfvENIM3MEbRpHRYmlm7uwJw8j4EcM6Ys2wCT_hoVqGAN-RvnWu-vvN9knPk2HKjBk40dF49K8yUnbbN1N2NQaqt0gBSEag?key=EScwljywqStSr316FqgDznuS" alt=""><figcaption></figcaption></figure>

**V1 vs. V2: 어떤 차이가 있나요?**

**V1: 전통적인 상수 곱 풀 (x\*y=k)**

* 두 토큰의 50/50 비율을 유지하며, 가격 곡선 전반 ($0 \~ ∞)에 걸쳐 유동성을 제공합니다.
* DEX에 신규 토큰을 상장할 때 이상적입니다.
* 자산을 자동으로 재조정하므로, 장기 방치형(set-it-and-forget-it) 유동성 전략에 적합합니다.

**V2: Saros DLMM 풀**

* 특정 가격 범위에만 유동성을 집중시킬 수 있습니다 (Concentrated Liquidity).
* 자본 효율성이 크게 향상되지만, 그만큼 리스크와 관리 책임도 커집니다.
* 유동성을 가격 범위 내에 유지하기 위해 능동적인 리밸런싱이 필요합니다.

### 2단계: V2 풀 구성

V2 풀을 만들 때 다음 사항을 설정해야 합니다:

* 기준 자산(Base Asset) 및 견적 자산(Quote Asset) 선택
* 기준 자산 (Token X): 가격이 매겨질 자산입니다. 모든 토큰 사용 가능.
* 견적 자산 (Token Y): 기준 자산의 가격을 표현할 때 사용하는 토큰입니다. 최적의 라우팅 및 유동성을 위해 AVAX, ETH, USDC 등 주요 토큰으로 제한됩니다.

Bin Step (Bps) 설정

* Bin은 특정 가격 지점에서 유동성이 집중되는 개별 컨테이너라고 생각하시면 됩니다.
* Bin Step (Bps)는 각 Bin 간의 가격 간격을 정의합니다.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXft6WujWFctk5sGRSBqPqC83sdh4OKEFHy936gs0GXXvJCvHSeCwdt-AGNgf5dcTeruOgkqkTlGB2BWtBBzh3jYMPYCCZidDjdy8caTCzwoxvIWB2SBUTK063V4caNelUZBLufuLw?key=EScwljywqStSr316FqgDznuS" alt=""><figcaption></figcaption></figure>

### **Bin Step(Bps) 이해하기**

풀은 고정 가격의 Bin으로 구성되며, 각각의 Bin은 특정 가격에 유동성을 보유합니다. Bin Step은 이러한 가격 간격의 넓이나 좁음을 의미합니다.

**예시:**

* 20bps (0.2%)
  * ARB/USDC Bin 1: $1.21464
  * ARB/USDC Bin 2: $1.21707
* 100bps로 20개의 Bin을 사용할 경우 → 약 22%의 가격 범위를 커버
* 20bps로 20개의 Bin을 사용할 경우 → 약 4%의 가격 범위만 커버

{% hint style="info" %}
신규 토큰의 경우, Bin Step을 넓게 설정하면 유동성 관리가 쉬워지고 리밸런싱 빈도를 줄일 수 있습니다.
{% endhint %}

***

### 3단계: 풀 확정 및 시작

런칭 전에 꼭 확인할 사항:

* 시장 시작 가격 설정 (Set the Active Market Price)

매우 중요합니다 — 이 가격이 풀의 시작점이 됩니다.

✅ 반드시 자산의 실제 시장가를 반영해야 합니다.

❌ 잘못된 가격 입력 시, 차익거래(Arbitrage) 손실이나 회수 불가능한 자금 손실이 발생할 수 있습니다.<br>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfWLxJI-Vq4iDSGZ5a2xV9VIHIVSXznmfKr_JSQy1zMujll7ecg1nw2oITK1Wprn22xCFMtBYNHHVVPanM-fAc-yZIRglknvOGXrWZnx_V_UEcrIF8eJz6PlmXwL12cj8ckkE66rQ?key=EScwljywqStSr316FqgDznuS" alt=""><figcaption></figcaption></figure>

<br>


---

# 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/onboarding-and-guides/permissionless-saros-dlmm-pools.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.
