# Contracts

## Fee Contract

This contract is used for depositing $ETH for paying fees in the Espresso network.

[0x7f15ff3f783acd4d09c6a79d098ed5069a2bd39a](https://etherscan.io/address/0x7f15ff3f783acd4d09c6a79d098ed5069a2bd39a)

## Stake Table Contract

Mainnet 1 adds a contract for staking and delegation.

TBD

## Light Client Contracts

Espresso Mainnet maintains [light client contracts](https://github.com/EspressoSystems/gitbook/blob/main/learn/the-espresso-network/internal-functionality/light-client.md) that rollups and other applications integrating with Espresso can use to read the state of the Espresso network in a trust-minimized way.

* Light client on Ethereum (for L2s integrating Espresso): [0x95ca91cea73239b15e5d2e5a74d02d6b5e0ae458](https://etherscan.io/address/0x95ca91cea73239b15e5d2e5a74d02d6b5e0ae458)
* Light client on Arbitrum (for Orbit L3s integrating Espresso): [0x47495bb99cccbb1bda9f15b32b69093137f886db](https://arbiscan.io/address/0x47495bb99cccbb1bda9f15b32b69093137f886db)


---

# 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.espressosys.com/network/releases/mainnet-1/contracts.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.
