# EVM Networks Integration

### Applying to Add a New BlockChain

Please reach out to one of our team and we can talk you through the process of integrating new chains into our SMPC network.&#x20;

For EVM's we have some requirements to be met [Adding EVM's to Multichain](https://github.com/anyswap/CrossChain-Bridge/wiki/New-EVM-Chain-Listing-Requirement)

We can integrate any chain that uses ECDSA or EdDSA encryption, but some factors make it easier and quicker to implement

* A well functioning block explorer, preferably one that has the functionality of etherscan.io
* A wallet that is well recognised. It is easiest for us if the new chain supports MetaMask as a bare minimum, but we can also work with Coin98 or TerraStation for COSMOS ecosystem chains.
* Standard RPC calls to the EVM. If these have been altered, then we must check that the functionality is still there for us to be able to integrate. We only require quite basic calls.
* Concurrent with a recent EVM, such as London.
* An easy-to-implement Full Node. We will need to run a full node. If there is stable code to do this with well-written instructions, then this will speed up the process.
* Well-functioning RPC Gateways.

Please submit chain integration request form here: <https://dard6erxu8t.typeform.com/to/C7RwF08A>


---

# 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.multichain.org/listing-and-integration/chain-integration/evm-networks-integration.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.
