# 머니 플랜트

두 가지 종류의 머니 플랜트가 있습니다

* [**GUT 머니 플랜트**](#gut-money-plant)
* [**LP 머니 플랜트 (유동성 풀 머니 플랜트)**](#lp-money-plant)

## GUT 머니 플랜트

: 단기 스테이킹 ([스테이킹이란?](/korean/beginners-guide/what-is-staking.md))

자이로윈은 스테이킹 보유자들을 위해 재미있고 경쟁적인 스테이킹 방식을 설계했습니다. 자이로윈의 스테이킹은 선착순 방식으로 진행되며, 이는 지갑당 스테이킹 가능 금액과 라운드별 총 스테이킹 가능 금액을 제한함으로써 구현됩니다.

* **선착순 방식 적용:** 먼저 참여하는 사용자가 우선권을 가짐
* **지갑당 스테이킹 금액 제한:** 각 지갑별로 예치할 수 있는 금액을 제한
* **라운드별 제한 기간:** 각 라운드는 정해진 기간 내에만 참여 가능
* **라운드 제한 설정**: 각 라운드의 제한은 거버넌스 투표를 통해 결정됨

## LP 머니 플랜트

: LP 스테이킹 ([LP 스테이킹이란?](/korean/beginners-guide/what-is-lp-staking.md))

사용자는 **GUT-SUI**와 같은 두 개의 토큰을 **50:50 비율**로 제공하여 유동성 풀(Liquidity Pool)에 유동성을 공급합니다. 이를 통해 균형 풀(Equilibrium Pool)을 형성하게 됩니다.

이후, 사용자는 거래 수수료에서 발생하는 본인의 지분 수익 외에 추가 보상을 획득할 수 있습니다.


---

# 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/utility/money-plant.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.
