# Other Features - Incomplete

### Withdraw rest amount

When mining is completed, a small amount of ETH—roughly equivalent to the gas fee—may remain in the address.\
Below is an explanation of the procedure to withdraw this remaining ETH.

1. If there is more ETH remaining than the gas fee in the address used for mining, a "Withdraw Rest Amount" button will be displayed. If you wish to withdraw this amount, please click the "Withdraw Rest Amount" button.

   <figure><img src="/files/XmdFl1sPdVdkmnswqP5L" alt=""><figcaption></figcaption></figure>
2. Specify the destination Ethereum address for the withdrawal. You cannot use the currently connected wallet as the destination.

   <figure><img src="/files/BIYLZtfbxwAsBRkmKhuQ" alt=""><figcaption></figcaption></figure>
3. Do not specify a claim address—just click the button.

   <figure><img src="/files/ht33kowRmou1Ul4iehDM" alt=""><figcaption></figcaption></figure>
4. Review the transaction details and click the "Confirm" button.

   <figure><img src="/files/9ZSDZU3a6uxAUc9RBR3l" alt=""><figcaption></figcaption></figure>
5. Wait until the status changes to "Sync Withdrawals".

   <figure><img src="/files/Q09opUaPod54xEQG8lMX" alt=""><figcaption></figcaption></figure>
6. Once the status is "Completed," you can safely leave the screen.

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

{% hint style="info" %}
If you close the screen during the process, please start over from the beginning of the procedure.
{% endhint %}


---

# 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://intmax-general.gitbook.io/intmax-privacy-mining/hidden-pages/other-features-incomplete.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.
