# EVM Chains

In simple terms, EVM chains are like alternative platforms that function similarly to Ethereum but often offer faster operations and lower fees, expanding the possibilities for blockchain developers and users.

1. **Ethereum**: The original blockchain network that introduced the EVM concept.
2. **Binance Smart Chain (BSC)**: Offers faster and cheaper transactions than Ethereum.
3. **Polygon (formerly Matic)**: Provides a layer 2 scaling solution for Ethereum, making transactions quicker and less costly.
4. **Avalanche**: Known for its high throughput and fast finality, it is designed to be scalable for decentralized applications (dApps).
5. **Fantom**: Offers a fast, scalable solution with low transaction costs.
6. **Arbitrum**: A layer 2 scaling solution that enhances Ethereum's scalability and reduces fees.
7. **Optimism**: Another layer 2 solution focusing on improving Ethereum's speed and efficiency.
8. **Harmony**: Aims to provide a scalable and energy-efficient blockchain for decentralized applications.
9. **Celo**: Focused on mobile-first applications, providing a fast and secure ecosystem.
10. **Moonbeam**: Integrates with the Polkadot network, offering EVM compatibility for cross-chain applications.
11. **Klaytn**: Developed by Ground X, focusing on enterprise-grade solutions with EVM support.
12. **Cronos**: Built by Crypto.com, it aims to provide an open-source environment for NFTs and decentralized finance (DeFi).

<br>


---

# 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.imintify.com/smart-contract/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.
