# Optimism

| Contract              | Address                                                                                                                          | Describe                                            |
| --------------------- | -------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------- |
| pendleProxy           | [0x4D32C8Ff2fACC771eC7Efc70d6A8468bC30C26bF](https://optimistic.etherscan.io/address/0x4D32C8Ff2fACC771eC7Efc70d6A8468bC30C26bF) | Interacting with the pendle                         |
| pendleBooster         | [0x18C61629E6CBAdB85c29ba7993f251b3EbE2B356](https://optimistic.etherscan.io/address/0x18C61629E6CBAdB85c29ba7993f251b3EbE2B356) | User deposits and withdrawals                       |
| EQB                   | [0xaf3A6f67Af1624d3878A8d30b09FAe7915DcA2a0](https://optimistic.etherscan.io/address/0xaf3A6f67Af1624d3878A8d30b09FAe7915DcA2a0) | EQB token                                           |
| xEQB                  | [0xd6eCfD0d5f1Dfd3ad30f267a3a29b3E1bC4fd54f](https://optimistic.etherscan.io/address/0xd6eCfD0d5f1Dfd3ad30f267a3a29b3E1bC4fd54f) | xEQB token                                          |
| eqbMinter             | [0x52f0Bbe0325097ac93e1EC85c32A950E47789Ca5](https://optimistic.etherscan.io/address/0x52f0Bbe0325097ac93e1EC85c32A950E47789Ca5) | Sent EQB to pendleBooster                           |
| ePendle               | [0x86a20111fEae36f3511A30c0640d2099b3A818C5](https://optimistic.etherscan.io/address/0x86a20111fEae36f3511A30c0640d2099b3A818C5) | ePendle token                                       |
| ePendleReward         | [0x898CA9B3ef8b6a30dA5fc7202f70E7992b3602B3](https://optimistic.etherscan.io/address/0x898CA9B3ef8b6a30dA5fc7202f70E7992b3602B3) | Users receive stake rewards                         |
| vlEqb                 | [0x22Fc5A29bd3d6CCe19a06f844019fd506fCe4455](https://optimistic.etherscan.io/address/0x22Fc5A29bd3d6CCe19a06f844019fd506fCe4455) | EQB lock token                                      |
| eqbZap                | [0x357F55b46821A6C6e476CC32EBB2674cD125e849](https://optimistic.etherscan.io/address/0x357F55b46821A6C6e476CC32EBB2674cD125e849) | User deposits and withdrawals single token          |
| ePendleOFT            | [0x8A5a4348F5cfe9DA08b0f3d9Ae76bEF6e8bBD36c](https://optimistic.etherscan.io/address/0x8A5a4348F5cfe9DA08b0f3d9Ae76bEF6e8bBD36c) | Bridge token ePendleOFT                             |
| ePendleBridge         | [0x76c37F9949e05b37C8373d155C1Fef46a6858481](https://optimistic.etherscan.io/address/0x76c37F9949e05b37C8373d155C1Fef46a6858481) | User initiates bridge function interaction contract |
| ePendleVaultSidechain | [0xf19FBc1d3693EcCa9979ea31272e422903e94CEC](https://optimistic.etherscan.io/address/0xf19FBc1d3693EcCa9979ea31272e422903e94CEC) | Receive user ependle and bridge                     |
| ePendleVault          | [0x4f1cDF43f5E407abD569878976960d4d0A3d3452](https://optimistic.etherscan.io/address/0x4f1cDF43f5E407abD569878976960d4d0A3d3452) | Receive user ependle and send to ePendleBridge      |
| ePendleBridgeReward   | [0x0140dE476f49B6B42f7b73612b6dc317aB91D3BC](https://optimistic.etherscan.io/address/0x0140dE476f49B6B42f7b73612b6dc317aB91D3BC) | Bridge reward                                       |


---

# 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.equilibria.fi/integration/deployed-contracts/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.
