# 프리즈 락

프리즈 락은 Gyrowin 개발팀에 의해 개발되었습니다.

프리즈 락이란 유동성 추가나 플랫폼 관련 작업을 위해 토큰을 언락할 때, 사용되기 전에 대기 기간이 적용되는 것을 의미합니다.

<mark style="color:green;">**대기 기간은 7일로 설정되어 있습니다.**</mark> 이는 팀이 해당 토큰을 사용하기 위해 스마트 계약에 락을 요청한 후 7일이 지나야만 사용할 수 있음을 의미합니다. 스마트 계약의 기능은 언락된 토큰의 수량에 대한 이벤트를 발생시키며, 이를 통해 토큰 보유자에게 알림이 전달됩니다. 이로써 토큰 보유자는 상황에 충분히 대응할 시간을 확보할 수 있습니다.

프리즈 락은 오픈 API(검증된 스마트 컨트랙트)로, 실시간으로 투명하게 대중과 공유될 수 있습니다.

{% hint style="danger" %}
프리즈락 토큰의 언락 요청은 오직 거버넌스 투표를 통해 승인된 경우에만 가능합니다. 추가로, 프리즈락 계약의 소유권은 멀티시그(Multisig) 엔티티로 변경됩니다.

\*Gyrowin은 아직 거버넌스를 구현하지 않았습니다.
{% endhint %}

<div align="left"><figure><img src="/files/YxiEvEA6SOM14eRAeD4C" alt="" width="489"><figcaption><p>Real Time Feezelock Status with Telegram GyrowinBot</p></figcaption></figure></div>

***

**프리즈 락 스마트 계약의 GitHub 링크:**\
<https://github.com/GYROWIN/FreezeLock>


---

# 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/overview/tokenomics/freeze-lock.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.
