# Deposit

Please select an account to use. Then it will print the account's detailed information on the infobox.

![](https://301302243-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MBKrJqCGjfj63_Y1Run%2F-MCbN8k7DWPbTJ0RGk0t%2F-MCbNwZ6szeYlcCm7SxP%2Fimage.png?alt=media\&token=05b67d79-9a77-49c5-83d6-78a3efafd044)

In this example, the account has 100 ETH on the layer-1, and we will move this to the layer-2 using deposit menu.

1. Select "Deposit."
2. Select "Ether(balance: 100ETH)."
3. Type the amount of ETH.
4. Type the fee for the coordinator.
5. Confirm the deposit transaction.

Then the wallet stores the detail of your deposit leaf, and the leaf is recorded on the layer-1 contract. Then the contract merges your leaf into the staged "mass deposit." Subsequently, the coordinator commits the staged mass deposit when it proposes a new block. Alternatively, the coordinator can commit the staged mass deposit manually. Finally, the coordinator includes the committed mass deposits into the new proposal, and then you can use your UTXOs on the layer-2.


---

# 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.zkopru.network/arctic-roll/getting-started/deposit.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.
