# 스테이킹 (Staking)

## 스테이킹은 무엇인가요? <a href="#what-is-staking" id="what-is-staking"></a>

&#x20;스테이킹은 **네버랜드** 프로토콜 상에서 리베이스 이자를 획득하여 자산을 증식하는 주요한 전략입니다. 리베이스 이자는 유저들이 금고에 자산을 넣고 **HOOK** 토큰을 민팅 함으로써 주어지며, 스테이킹 된 **HOOK** 토큰의 수와 정책에 의해 결정된 이자율에 따라 변동될 수 있습니다.

&#x20;스테이킹은 수동적이면서도, 장기적인 전략입니다. 스테이킹된 **HOOK** 토큰이 증가한다면 가격이 하락하더라도 수익을 볼 수 있는 가능성이 있습니다. 이것은 **HOOK** 토큰의 시장 가격이 구매가 보다 떨어지더라도, 장기 스테이킹을 유지하여 **HOOK** 토큰의 개수 증가로 인해 가격 하락을 상쇄할 수 있다는 것을 의미합니다.

&#x20;스테이킹을 하면, **HOOK** 토큰과 같은 양의 **CLOCK** 토큰을 받게 됩니다. **CLOCK** 토큰 잔고는 매 이자지급시기(epoch) 마다 자동적으로 리베이스 되어 복리로 적립됩니다. **CLOCK** 토큰은 전송이 가능한 자산이며, 따라서 다른 디파이 프로젝트에서도 사용될 수 있습니다.

&#x20;언스테이킹을 하면, **CLOCK** 토큰을 소각하고 동일한 양의 **HOOK** 토큰을 받게 됩니다. 당연히 언스테이킹을 하면 리베이스 보상을 받지 못하게 됩니다. 이것은 언스테이킹된 분량에 대해서만 해당되며, 남아있는 **CLOCK** 토큰이 있다면 이에 대해서는 계속해서 리베이스 보상이 지급됩니다.


---

# 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.neverland.finance/untitled-1/undefined-2/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.
