# Supported Chains

## Supported chains

OpenR\&D is deployed on the following chains: (\* are testnets) Its address is also registered under [openrd.openmesh-network.eth](https://app.ens.domains/openrd.openmesh-network.eth)

| Chain              | Address                                    |
| ------------------ | ------------------------------------------ |
| Ethereum           | 0xDdb23dacd41908C4eAE03982B1c6529252A56b62 |
| Polygon            | 0xDdb23dacd41908C4eAE03982B1c6529252A56b62 |
| Sepolia\*          | 0xDdb23dacd41908C4eAE03982B1c6529252A56b62 |
| Arbitrum Sepolia\* | 0xDdb23dacd41908C4eAE03982B1c6529252A56b62 |

OpenR\&D extensions are deployed on the following chains:

| Extension         | Chain              | Address                                    |
| ----------------- | ------------------ | ------------------------------------------ |
| RFPs              | Ethereum           | 0x9687C4dcBf62f6D8400c17A3ec545C70b1a50A20 |
| RFPs              | Polygon            | 0x9687C4dcBf62f6D8400c17A3ec545C70b1a50A20 |
| RFPs              | Sepolia\*          | 0x9687C4dcBf62f6D8400c17A3ec545C70b1a50A20 |
| RFPs              | Arbitrum Sepolia\* | 0x9687C4dcBf62f6D8400c17A3ec545C70b1a50A20 |
| Dispute Proposals | Ethereum           | 0x945E13855cC61F33373Ec7D42eD30D800A832377 |
| Dispute Proposals | Polygon            | 0x945E13855cC61F33373Ec7D42eD30D800A832377 |
| Dispute Proposals | Sepolia\*          | 0x945E13855cC61F33373Ec7D42eD30D800A832377 |
| Dispute Proposals | Arbitrum Sepolia\* | 0x945E13855cC61F33373Ec7D42eD30D800A832377 |
| Draft Proposals   | Ethereum           | 0x1DC2017f07a1996dA3F093c11570dE038088DCa4 |
| Draft Proposals   | Polygon            | 0x1DC2017f07a1996dA3F093c11570dE038088DCa4 |
| Draft Proposals   | Sepolia\*          | 0x1DC2017f07a1996dA3F093c11570dE038088DCa4 |
| Draft Proposals   | Arbitrum Sepolia\* | 0x1DC2017f07a1996dA3F093c11570dE038088DCa4 |

Anyone is able to deploy these contracts to the same address on other EVM chains using the CREATE2 factory located at [0x4e59b44847b379578588920ca78fbf26c0b4956c](https://github.com/Arachnid/deterministic-deployment-proxy) with the salt OPENMESH. The bytecode and source code can be found [here](https://github.com/Plopmenz/openrd-foundry). Do note that interacting with it through the web interface will require you to run your own forked version of the [OpenR\&D indexer](https://github.com/Plopmenz/openrd-indexer) and [OpenR\&D frontend](https://github.com/Plopmenz/openrd-frontend) with the new chain.


---

# 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.openmesh.network/open-source-initiatives/openr-and-d/supported-chains.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.
