> For the complete documentation index, see [llms.txt](https://docs.mintera.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mintera.co/mintera-app/green-mining-yield-gmy/claiming-withdrawing.md).

# Claiming / Withdrawing

To claim or withdraw, you first need to have staked MNTE in GMY.

{% content-ref url="/pages/XPxkNa1eTRdk1Kz6mLgS" %}
[Staking](/mintera-app/green-mining-yield-gmy/staking.md)
{% endcontent-ref %}

## Claiming VS withdrawing

These two terms refer to two specific functions within GMY.

* **Claiming:** the act of moving your USDT rewards from the GMY smart contract to your personal wallet.
* **Withdrawing:** the act of unstaking your MNTE from the GMY smart contract and claiming your rewards in consequence.

{% hint style="warning" %}
**Important note about the withdraw function**

Currently, the withdraw function unstakes all your MNTE from your GMY smart contract and claims your rewards. You can view it as closing your GMY account.

It is not possible to unstake only a part of your MNTE.

You can stake again after withdrawing
{% endhint %}

## Claim

To claim, simply click "Claim my rewards".

<figure><img src="/files/TrYMLR1nJnrj4x6UuCxO" alt="" width="563"><figcaption><p>Claim</p></figcaption></figure>

Confirm the transaction in your wallet. You will see your USDT in your wallet once the transaction is complete.

## Withdraw

To withdraw your MNTE and claim your MNTE, click "Withdraw all".

<figure><img src="/files/5SrPiRCcxKmNbMNCMEjN" alt="" width="563"><figcaption><p>Withdraw</p></figcaption></figure>

A confirmation popup will appear. Read it, and click "Confirm withdrawal".

Confirm the transaction in your wallet. You will see your MNTE and your USDT in your wallet once the transaction is complete.

## Pending rewards

When distributed, rewards are marked as pending for the duration of the next cycle. Pending rewards are attributed to your account and already stored in the GMY smart contract.

Pending rewards become available to claim right after the next distribution event. Therefore, the pending period lasts around a month.


---

# 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.mintera.co/mintera-app/green-mining-yield-gmy/claiming-withdrawing.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.
