# Building on Modulus

Modulus is **completely EVM-compatible**. Contracts built for other EVM chains will be able to be deployed without further development other than targeting the correct network on deployment. Simply switch to the Modulus Network in your wallet or deployment tool, and start building.

### Connecting to Modulus <a href="#connecting-to-zkevm" id="connecting-to-zkevm"></a>

In order to add the **Modulus** network to your wallet, you will need to enter the following details :

| Network         | RPC URL                    | ChainID | Block Explorer URL         |
| --------------- | -------------------------- | ------- | -------------------------- |
| Modulus Testnet | <https://rpc.moduluszk.io> | `6666`  | `https://eye.moduluszk.io` |

**Additional Details**[**​**](https://zkevm.polygon.technology/develop/#additional-details)

* **Currency Symbol**: CULT

You can also add Modulus Testnet to your wallet automatically by clicking the Quick Connect button in the footer of the Modulus Eye explorer here: `https://eye.moduluszk.io`

### Faucet and test CULT tokens

To receive some test CULT, RVLT, and TRG tokens, you can utilise our faucet service. The faucet service is limited to one distribution of 10 tokens per address each day.\
\
The faucet is available here: `https://faucet.moduluszk.io`

To start using the Modulus Testnet, you can bridge your test CULT and ETH from the Bridge here: `https://bridge.moduluszk.io`

Please note that the L1 testnet used to bridge to Modulus Testnet is Sepolia (NOT Goerli). You will need Sepolia ETH to be able to bridge. You can get that at <https://www.sepoliafaucet.com>

### Support[​](https://zkevm.polygon.technology/develop/#zkevm-support) <a href="#zkevm-support" id="zkevm-support"></a>

If you need help with anything related to the Modulus zkEVM, you can raise a ticket on CultDAO Discord server (<https://discord.gg/wearecultdao>). You will find the **#modulus-support** channel on the left under the **Communication** category.

[<br>](https://zkevm.polygon.technology/bridge-to-zkevm)


---

# 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.moduluszk.io/building-on-modulus.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.
