# LP 스테이킹이란?

LP는 유동성 풀(Liquidity Pool)의 약자입니다.

예를 들어,

사용자가 $1,000 상당의 GUT와 $1,000 상당의 USDT를 제공하면, 해당 사용자는 유동성 풀에 대한 지분을 나타내는 LP 토큰을 받게 됩니다.

이 LP 토큰은 사용자가 해당 유동성 풀에 제공한 자산의 소유권 및 지분을 나타냅니다.

{% hint style="info" %}
유동성 풀에 자산을 제공할 때는 50:50 비율로 공급해야 합니다.\
예: GUT와 USDT를 동일한 금액(각 $1,000)으로 공급
{% endhint %}

GUT-USDT 거래가 발생할 때마다, 유동성 제공자(LP 토큰 보유자)는 거래 수수료 보상을 받습니다.

사용자는 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.gyro.win/korean/beginners-guide/what-is-lp-staking.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.
