> For the complete documentation index, see [llms.txt](https://docs.zkbob.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zkbob.com/zkbob-overview/zkbob-pools/eth-pool-on-optimism.md).

# ETH Pool on Optimism

{% hint style="success" %}
ETH pool launched. [Read the announcement here](https://blog.zkbob.com/new-eth-pool-on-optimism/).
{% endhint %}

To access, select Optimism in the Network dropdown and choose the ETH pool.

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

You can deposit ETH or WETH into the pool.&#x20;

* **ETH** deposits use the [direct deposit](/zkbob-app/zkbob-direct-deposits.md) functionality, and can take longer to process. *See the* [*FAQ below*](#faq) *for more details.*
* **WETH** deposits use the standard deposit functionality with proofs constructed locally on your machine.

Note your connected external `0x` account will show your total ETH + WETH balance.&#x20;

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

When depositing, select ETH or WETH from the token dropdown menu. The amount available to deposit will not be combined, you can only choose to deposit your available ETH or your available WETH with a single transaction.

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

Once deposited, WETH and ETH both become ETH in the zkAccount.

On withdrawal, select a wallet to receive the ETH from your zkAccount. All withdrawals are processed as ETH, not WETH.

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

## FAQ

<details>

<summary>Why can a regular ETH transaction take up to 10 minutes?</summary>

\=ETH deposits use the direct deposit functionality, where proofs are constructed remotely. Deposits can also be batched during this process.

This decreases the gas costs for the relayer and for your transactions, but can result in additional time for the transaction to process.&#x20;

</details>

<details>

<summary>What are the deposit and withdrawal limits for the ETH pool?</summary>

The default limits are 5 ETH deposited per day/per address with a total of 150 ETH total daily deposits from all addresses. All withdrawal from all users cannot exceed 150 ETH per day. \
\
You can increase your deposit limit to 10 ETH per day with [optional KYC through the Know your Cat protocol](/zkbob-app/optional-kyc.md).

</details>

<details>

<summary>Can I use KYC to increase my limits?</summary>

You can double your deposit limits to 10 WETH/day by using the [Know your Cat protocol for KYC](/zkbob-app/optional-kyc.md). ETH deposits are not yet available for KYC, but this will be implemented soon. *Note that KYC limit increases are not available in all jurisdictions.*&#x20;

</details>

<details>

<summary>Why are fees different for WETH or ETH deposits?</summary>

A different mechanism (direct deposits) is used for depositing ETH. It involves sending the transaction to a relayer which creates the proof and the relayer may batch transactions depending on the number of transactions. This results in lower fees for ETH deposits but longer transaction times.

For WETH deposits the token is approved for use by the contract and proofs are constructed locally. Deposits are completed more quickly but may have higher gas costs depending on network usage and congestion.

</details>


---

# 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:

```
GET https://docs.zkbob.com/zkbob-overview/zkbob-pools/eth-pool-on-optimism.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.
