> For the complete documentation index, see [llms.txt](https://docs.monsterra.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.monsterra.io/dao/staking-and-unstake-web-version/unstake.md).

# Unstake

## 1. MSTR & MAG no-term Withdraw(aka in-game MSTR & MAG Withdraw) <a href="#id-1e6a" id="id-1e6a"></a>

* Choose Unstake&#x20;

<figure><img src="/files/9JnR9Pg87LDnG6hI9RXn" alt=""><figcaption><p>Click on the Unstake Button</p></figcaption></figure>

A popup  appears, do the next following steps:

<figure><img src="/files/BacJ8NwY67eWIaisQDw2" alt=""><figcaption></figcaption></figure>

1. Choose wallet that you want to unstake.
2. Choose amount to unstake or select Max.
3. Click Unstake to process.

<figure><img src="/files/Lf14DbQ0yCZ0l1YsGStW" alt=""><figcaption><p>Check when you can withdraw your tokens at "My transactions"</p></figcaption></figure>

Remember, depending on the amount of tokens you withdraw, your withdrawal processing time is long or short. You can check when the transaction is done in the "Return at" column. When it's time to withdraw, the claim button will be active, please click on the claim button to complete the token withdrawal.

## 2. MSTR term withdraw <a href="#f1e5" id="f1e5"></a>

Click on the Unstake button in the Stake list section to withdraw. Note the term end time, if you withdraw earlier than the term end time, you may be penalized.

<figure><img src="/files/GGOECl2WstTTKI5WfG0D" alt=""><figcaption><p>Click on the "Unstake" Button</p></figcaption></figure>

<figure><img src="/files/ZKHIE2KtSFRh4MZnFs1P" alt=""><figcaption><p>Choose your wallet to receive tokens.</p></figcaption></figure>

<figure><img src="/files/kCcnSZlatbT04HWX2mqT" alt=""><figcaption><p>Confirm your request.</p></figcaption></figure>

<figure><img src="/files/7U9cSyBEStqsB06FRk6l" alt=""><figcaption></figcaption></figure>

Remember, depending on the amount of tokens you withdraw, your withdrawal processing time is long or short. You can check when the transaction is done in the "Return at" column. When it's time to withdraw, the claim button will be active, please click on the claim button to complete the token withdrawal.


---

# 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.monsterra.io/dao/staking-and-unstake-web-version/unstake.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.
