# Withdrawals

**Ethereum Withdrawals:**

For maximum security, all transactions are batched, verified rigorously, and then settled on Ethereum L1. The process could take up to 14 hours.

**Non-Ethereum Withdrawals:**

Users can withdraw assets directly to different EVM-compatible chains on edgeX. When withdrawing assets to an EVM-compatible chain, the asset is first transferred to edgeX's L2 asset pool. Subsequently, edgeX transfers the corresponding amount of assets to the user's address from its asset pool on the respective withdrawal chain.

Please note that the maximum withdrawal amount is limited not only by the total assets available in a user's account but also by the maximum available amount in the chain's asset pool.

**Withdrawal Fees:**

For ETH standard withdrawals, users just need to cover the gas fees themselves.

For non-ETH withdrawals, a cross-chain withdrawal fee of 0.1% applies, with a minimum fee of 1 USD.

**Quick Guide**

For Wallet Users:

You can select the chain for withdrawal from Ethereum, BNB Chain, or Arbitrum

➡️ Enter the withdrawal amount

➡️ Click "Withdraw"

➡️ Confirm in the approval pop-up page

➡️ Complete the withdrawal.

For MPC Account Users:

Withdrawals can only be made via Arbitrum.

➡️ Enter the withdrawal amount.

➡️ Input the Arbitrum address for the withdrawal.

➡️ Click "Withdraw."

➡️ Confirm in the pop-up confirmation window.

➡️ Complete the withdrawal.


---

# 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://edgex-1.gitbook.io/edgeX-documentation/getting-started/deposits-and-withdrawals/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.
