> For the complete documentation index, see [llms.txt](https://docs.klaybank.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.klaybank.org/protocol/functions/stake/migration.md).

# Migration

Stake Migration을 통해 10 days sKBT를 3, 6, 9 months sKBT로 전환 할 수 있습니다. 전환시 3, 6, 9 Guardian Vault에 해당하는 대가를 보상받을 수 있습니다.

자세한 안내는 [유저 가이드](https://docs.klaybank.org/user-guide/undefined/stake/migration)를 참고해주십시오.

## 언제, 어떻게 Migration을 할 수 있나요?

Migration은 Klaybank 10 days Stake 페이지에서 할 수 있습니다. Migration은 10 days sKBT만 가능하며, 언제든지 3, 6, 9 months sKBT로 전환 할 수 있습니다. Migration시 고려해야할 점은 10 days sKBT와 3, 6, 9 months Guardian Vault의 상태값입니다. 10 day sKBT를 전부 Migration할 경우 10 day sKBT Heatup Period는 리셋되며, 부분 Migration 할 경우 남아 있는 10 day sKBT의 Heatup Period는 변화하지 않습니다.

**Migration시 10 days sKBT의 Heatup 활성화 상태 기간이 고려되어 3, 6, 9 months sKBT에 적용됩니다.**

* Heatup 비활성화 상태 = KBT를 stake한 상태
* Heatup 활성화 상태 = Heatup Period 혹은 Unstake Window 상태

<table><thead><tr><th width="212.33333333333331">10 day sKBT 상태</th><th width="271.311377245509">3, 6, 9 months sKBT 상태</th><th>설명</th></tr></thead><tbody><tr><td>Heatup 비활성화</td><td>Heatup 비활성화</td><td>Staked된 Amount만 증가합니다</td></tr><tr><td>Heatup 비활성화</td><td>Heatup 활성화</td><td>Heatup Period가 Amount에 따라 가중평균 적용됩니다.</td></tr><tr><td>Heatup 활성화</td><td>Heatup 비활성화</td><td>3, 6, 9 month sKBT heatup이 활성화 되고, Heatup Period는 Amount에 따라 가중평균 적용됩니다.</td></tr><tr><td>Heatup 활성화</td><td>Heatup 활성화</td><td>Heatup Period가 Amount에 따라 가중평균 적용됩니다.</td></tr></tbody></table>

## Migration을 통해 얻을 수 있는 것은 무엇인가요?

3, 6, 9 months sKBT로 Migration시 3, 6, 9 Guardian Vault에 해당하는 대가를 보상받을 수 있습니다. 3, 6, 9 months Guardian Vault에서 제공하는 emission rate가 10 days Guardian Vault 보다 더 높으므로, 일반적으로 더 많은 대가를 보상받을 수 있습니다. 기존의 경우에는 10 days sKBT로 3, 6, 9 months sKBT를 얻기 위해서 heatup을 활성화 시키고 10일이 지나 unstake후 3,6,9 month Vault로 새롭게 Staking 해야 하지만, migration을 통해 별도의 기다림 없이 바로 구매(전환) 할 수 있습니다.

## Migration시 주의 사항은 무엇인가요?

Migration되는 sKBT의 양 만큼 가중평균 되어 3, 6, 9 months sKBT의 Heatup Period 또한 늘어나게 됩니다. 단 가중평균된 Heatup Period는 전환하는 시점을 넘어서지 않습니다.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.klaybank.org/protocol/functions/stake/migration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
