# 일반 페어 예치(V2)

### 유동성 공급과  LP Token

유저는 원하는 풀에 자산을 예치할 수 있고, 우리는 이러한 생태계 참여자를 **유동성 공급자(LP, Liquidity Provider)** 라고 부릅니다. 풀에 유동성을 제공하면 이에 대한 증거로 **LP(Liquidity Pool) Token**을 수령하며,\
수령한 LP Token의 개수는 전체 풀에서 내 몫의 지분(%) 나타냅니다. \
\
풀에 예치한 내 자산을 완전히 출금하면 LP Token 을 다시 자동으로 반환하며, 유저는 자산 예치 기간 동안  \
LP Token의 증명을 통해 풀에서 다음과 같은 보상을 분배 받을 수 있습니다.

* **KSP 분배 보상** \
  \
  &#x20;KSP 보상 풀에 유동성을 공급한 경우, 풀 에서의 내 LP 지분율에 따라 KSP 마이닝 보상을 받게 됩니다. (KSP 보상풀 별 1일 분배 수량은 풀 투표로 결정)\ <br>
* **거래 수수료 보상** \
  \
  일반 풀에 유동성을 공급한 경우, 풀 에서의 내 LP 지분율에 따라 거래 수수료 보상 받게 됩니다. \
  거래 수수료는 풀에 적립되는 구조로, 출금 당시의 교환 비율에 따라 수수료까지 포함하여 출금할 수 있습니다. (발생한 거래 수수료의 50%)\ <br>
* **토큰 에어드랍 보상**\
  에어드랍을 진행 중인 풀에 유동성을 공급한 경우,  내 LP 지분율에 따라 에어드랍 토큰을 분배 받게 됩니다.


---

# 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.klayswap.com/kr/product/pooldeposit.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.
