# EVM Chains

We are supporting 7 EVM (ethereum virtual machine) blockchains out of the box. That means, we are indexing all data in real-time for these chains for all contracts added on the blocktorch platform.&#x20;

For all of these chains we auto-detect whether a smart contract with the address you want to add is deployed or not. On top we auto-fetch the ABI if the contracts are publicly verified on a block explorer.

If you are using the same contract address on multiple chains, you can add the contract on multiple chains in once.&#x20;

<figure><img src="/files/pCu6PEWDArjlu3Uw2cD1" alt="" width="365"><figcaption></figcaption></figure>

### Bring your own RPC

On top of natively supported chains you can bring your own RPC for EVM chains that blocktorch does not natively support. This feature is currently in closed beta to ensure all variaties of EVM compatible chains run smoothly, so please [reach out to us](mailto:contact@blocktorch.xyz) to add your own rpc.&#x20;

{% hint style="info" %}
All data for these chains is stored for 7 days on a rolling basis in our free plan. If you need more that 7 days of historic data please [reach out to us](mailto:contact@blocktorch.xyz) so we can agree on a suitable [priced plan](https://www.blocktorch.xyz/pricing) for your needs.&#x20;
{% endhint %}


---

# 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.blocktorch.xyz/concepts/data-sources/evm-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.
