# Withdraw from L2 to L1

On the ‘<mark style="color:blue;">L2 Assets</mark>’ tab, you can withdraw assets from your Loopring L2 account back to Ethereum L1. Remember, a big virtue of zkRollups is that you can withdraw at anytime — your funds can never be stolen, frozen, or seized by Loopring.

Select the asset you want to withdraw and the amount. You can withdraw to a different address than your own; not just moving from your L2 to your L1, but from your L2 to a different L1. Either a different address of yours, or a friend, etc.

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

Click ‘<mark style="color:blue;">Send</mark>’ and you will be prompted to sign a message, and that’s it.

{% hint style="info" %}
Due to the aggregation of a zkRollup, and since it’s an L2 to L1 interaction, withdrawals can take some time until the ‘*train wants to leave the station from L2 to L1*’.
{% endhint %}

It can be 5 to 30 minutes to withdraw, or a few hours depending on a couple variables. With more activity on L2, it will actually be much shorter, since trains will leave the station more frequently as seats fill much quicker and more consistently.

There is a fee to process a withdrawal, since the Loopring relayer has costs in processing these withdrawals (*compute power for the ZK proofs, and the overhead gas cost to publish a rollup block to Ethereum*). This fee fluctuates with L1 gas fees, and is usually less than half the cost of token transfer on L1.


---

# 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://docs-dapp.loopring.io/assets-and-markets/how-to/withdraw-from-l2-to-l1.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.
