# EVM Chain Integration Requirements

In order to integrate a new EVM chain, please provide us with the following information:

* Chain ID
* Chain display name
* RPC urls
* Block explorer URL
* Coingecko ID
* Native token symbol and decimals
* Symbol, name, and contract addresses for any important ERC20 tokens that should be supported
* Icon/logo for chain (SVG format, square or circular image dimensions)
* Icon/logo for native token if custom (any image format, square or circular dimensions)
* Any relevant information on your tech implementation (ie, uses OP stack)

Please dust our dev wallet (address provided on request) with a small amount of your native token so we can run local tests before release.


---

# 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.talisman.xyz/talisman/external-resources/evm-chain-integration-requirements.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.
