> For the complete documentation index, see [llms.txt](https://docs.renzoprotocol.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.renzoprotocol.com/docs/contracts/layer-2s/linea.md).

# Linea

L2 $ezETH (xERC20):&#x20;

* [0x2416092f143378750bb29b79eD961ab195CcEea5](https://lineascan.build/token/0x2416092f143378750bb29b79ed961ab195cceea5)
* The Lockbox contract mints $ezETH tokens on the layer2  in exchange for $ezETH on the layer 1.

xRenzoDeposit Linea:

* [0x4D7572040B84b41a6AA2efE4A93eFFF182388F88](https://lineascan.build/address/0x4D7572040B84b41a6AA2efE4A93eFFF182388F88)
* The xRenzoDeposit contract mints $ezETH tokens in response to wETH or LST deposits.
* Periodically, the xRenzoDeposit contract triggers a bridge transaction through Connext. This action sends all deposited wETH to the xRenzoBridge contract on Ethereum mainnet.


---

# 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.renzoprotocol.com/docs/contracts/layer-2s/linea.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.
