# Withdrawals

#### Status <a href="#status-2" id="status-2"></a>

* **Relayed:** The request has been sent on-chain but is still being processed.
* **Rejected:** The withdrawal was rejected.
* **Completed:** The request has been successfully reflected. ETH and certain ERC‑20 tokens are automatically credited to the user’s specified address, meaning no additional action is needed. However, other ERC‑20 tokens and NFTs must be claimed manually via the web app’s transaction screen.

#### Withdrawals List <a href="#withdrawals-list" id="withdrawals-list"></a>

Lists all withdrawal transactions with details:

* Withdrawal Hash
* Status
* Timestamp
* Token type
* Amount
* TxHash

Filtering options help users track their withdrawal flows.

<figure><img src="https://docs.network.intmax.io/img/user-guides/intmax_explorer_60.webp" alt="INTMAX Explorer Withdrawals List"><figcaption></figcaption></figure>

#### Withdrawal Details <a href="#withdrawal-details" id="withdrawal-details"></a>

Provides in-depth details on a withdrawal transaction:

* Status and timestamp
* Linked L1 transaction hash

<figure><img src="https://docs.network.intmax.io/img/user-guides/intmax_explorer_70.webp" alt="INTMAX Explorer Withdrawal Details Relayed"><figcaption></figcaption></figure>

<figure><img src="https://docs.network.intmax.io/img/user-guides/intmax_explorer_80.webp" alt="INTMAX Explorer Withdrawal Details Completed"><figcaption></figcaption></figure>


---

# 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/developer-tools-and-analytics/intmax-explorer/withdrawals.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.
