> For the complete documentation index, see [llms.txt](https://docs.zkopru.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zkopru.network/develop/getting-started/deposit.md).

# Deposit

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

![](/files/-MCbNwZ6szeYlcCm7SxP)

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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.zkopru.network/develop/getting-started/deposit.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
