# 유동성 풀의 예치방법, 특징이 무엇인가요?

![](https://697485621-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MJygKa-Pq2tO-w7HGny%2F-M_eBTgue-8O13HnDHLd%2F-M_eBrHXFpeZUsXJZKVw%2F04%402x.png?alt=media\&token=d5042e4f-e65f-42b4-b35f-7a7acb97631a)

유동성 풀에는 두개의 암호화폐 자산을 쌍(Pair)으로 예치할 수 있으며, 안전하게 자산이 \
예치된 스마트 컨트랙트를 하나의 자산 '풀(Pool)'이라고 부릅니다.

1. 우리는 스마트 컨트랙트 풀에 자산을 예치하는 사용자를 유동성 공급자(LP, Liquidity Provider)라고 부릅니다. 만약 리플+이더리움 풀이 있다면, 시장의 누구나 풀에 원하는만큼 리플과 이더리움을 예치할 수 있습니다.<br>
2. 예치 시 각 토큰의 현재 가격 기준으로, 동등한 가치의 토큰 수량을 예치하게 됩니다. 만일 리플과 이더리움의 현재 가격이 각각 $2.0, $4,000인 상황에서 100 XRP를 예치하고자 하는 사용자는 200달러 어치의 리플(2.0\*100)과 동일한 가치의 이더리움을 예치해야 하므로, 0.05 ETH를 함께 예치해야 합니다. \
   (200/4000) 이때 암호화폐의 가격은 외부 거래소 가격이 아니라, 클레이스왑 내의 컨트랙트 풀의 예치된 두 자산의 교환비율(가격)을 기준으로 합니다.<br>
3. 자산 예치를 완료한 시점부터 매초마다 보상이 분배되며, 풀에 예치한 자산은 원한다면 언제든지 다시 출금할 수 있습니다.


---

# 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/how-to-guides/faq/liquidity-feature.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.
