# V2

<figure><img src="/files/2alnoR289hR7msLS0nQl" alt=""><figcaption></figcaption></figure>

드래곤스왑 V2 유동성 풀은 Uniswap V2를 기반으로 구축되어 탈중앙화된 방식으로 유동성을 제공하고 수익을 창출할 수 있는 효율적인 방법을 제공합니다.

### 유동성 풀 예치와 LP토큰

예를 들어 KAIA - USDT 유동성 풀에 자산을 예치하면 LP(Liquidity Provider) 토큰을 수령하게 됩니다. LP 토큰은 예치한 유동성 풀에서의 지분을 의미합니다. 유동성 인출 시 LP토큰을 반환하고 예치했던 자산과 수수료 수익을 돌려 받습니다.

### 수수료 수익

스왑 시 V2 페어가 활용되면 0.3%의 거래 수수료가 거래자에게 부과되고 이 중 “0.24%”는 유동성 제공자(Liquidity Provider)에게 수익으로 돌아갑니다. 이를 통해 유동성 공급자는 플랫폼 거래 활동에서 발생하는 수수료 수익을 공유받을 수 있습니다.

### 비영구적 손실(Impermanet Loss)의 이해

유동성을 제공하는 것은 수익성이 있을 수 있지만, 비영구적 손실에 대한 노출과 같은 위험을 인지해야 합니다. 이 현상은 예치한 자산의 가격 비율이 예치 당시와 비교하여 변할 때 발생합니다. 유동성 공급 전 비영구적 손실에 대한 이해와 고려가 필요합니다.

{% hint style="info" %}
[비영구적 손실 더 알아보기](https://academy.binance.com/en/articles/impermanent-loss-explained)(바이낸스 아카데미)
{% endhint %}


---

# 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/pools/v2.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.
