> For the complete documentation index, see [llms.txt](https://docs.silicon.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.silicon.network/builders/testnet/zkevm-testnet-contracts.md).

# zkEVM Testnet Contracts

## L2 Contracts (Silicon Sepolia Testnet)

| Contract Name                   | Contract Address                             |
| ------------------------------- | -------------------------------------------- |
| Polygon zkEVM Deployer          | `0x36810012486fc134D0679c07f85fe5ba5A087D8C` |
| Proxy Admin                     | `0x85cEB41028B1a5ED2b88E395145344837308b251` |
| Polygon zkEVM Bridge            | `0x528e26b25a34a4A5d0dbDa1d57D318153d2ED582` |
| Polygon zkEVM GlobalExitRoot L2 | `0xa40d5f56745a118d0906a34e69aec8c0db1cb8fa` |
| Timelock                        | `0xdbC6981a11fc2B000c635bFA7C47676b25C87D39` |

## L1 Contracts (Ethereum Sepolia Testnet)

| Contract Name                | Contract Address                             |
| ---------------------------- | -------------------------------------------- |
| Pol Token                    | `0x6a7c3F4B0651d6DA389AD1d11D962ea458cDCA70` |
| Polygon zkEVM                | `0x0947030d46917b307cd77f003beac1b3ea6d7cf0` |
| Polygon RollupManager        | `0x32d33d5137a7cffb54c5bf8371172bcec5f310ff` |
| Polygon zkEVM GlobalExitRoot | `0xad1490c248c5d3cbae399fd529b79b42984277df` |
| DataCommitee                 | `0x786EA264920787173A3c90b7910D309AdC8145b4` |
| Polygon zkEVM Bridge         | `0x528e26b25a34a4A5d0dbDa1d57D318153d2ED582` |

## Role Addresses (Testnet)

| Role                 | Contract Address                                                                                                          | Type of Key              |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------- | ------------------------ |
| Sequencer            | `0xFd4440D4FB146562Ff6C613C9A4Df45363c590F1`                                                                              | EOA managed by Silicon   |
| Aggregator           | `0x0325686a18aA829B9FaaAD70f22ea0830aA6076F`                                                                              | EOA managed by Polygon   |
| DataCommitee Members | <p><code>0xb31af7A5F64982e90634A503f239C0fa8f15D4E8</code><br><code>0xE1aB51c1Ed35dE68cD4733ec5F7351553967aC97</code></p> | EOA managed by Silicon   |
| DataCommitee Members | `0x49f20e0D022D5302E48B9721604aEc3eC3453C9F`                                                                              | EOA managed by NodeInfra |


---

# 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.silicon.network/builders/testnet/zkevm-testnet-contracts.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.
