> For the complete documentation index, see [llms.txt](https://docs.redhive.online/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.redhive.online/deep-dive/supported-chains-and-bridges.md).

# Supported Chains & Bridges

**EVM-Compatible Chains**

These chains are fully compatible with the Ethereum Virtual Machine (EVM), facilitating smooth interactions and interoperability with Ethereum-based dApps:​

* **Ethereum:** The foundational smart contract platform renowned for its decentralization and extensive developer community.​
* **Base:** Coinbase's Layer 2 network, designed to enhance scalability and security for Ethereum transactions.​
* **Optimism:** A prominent Layer 2 scaling solution utilizing rollup technology to increase transaction throughput and reduce fees.​
* **Arbitrum:** Focused on improving transaction speed and lowering costs through advanced rollup technology.​
* **zkSync:** A Layer 2 solution employing zero-knowledge proofs to enable low-cost and secure transactions.​
* **Polygon:** Recognized for its multi-chain ecosystem, offering swift and economical transactions while maintaining Ethereum compatibility.​
* **Blast:** A high-speed EVM-compatible chain tailored for advanced decentralized applications, emphasizing performance and scalability.​
* **Scroll:** A zkEVM project aiming to integrate zk-rollup benefits into Ethereum, enhancing scalability and security.​
* **Binance Smart Chain (BSC):** A high-performance blockchain facilitating scalable dApp development with low transaction fees.​
* **Avalanche:** Known for its high throughput and low latency, providing a robust platform for decentralized applications.​
* **Mode:** A dynamic chain emphasizing innovation and speed, fostering a conducive environment for cutting-edge dApp development.​
* **Linea:** A developer-friendly chain optimized for efficient smart contract deployment and execution.​
* **Berachain (Coming Soon):** An upcoming high-performance, EVM-identical Layer 1 blockchain utilizing the novel Proof-of-Liquidity (PoL) consensus mechanism to align liquidity and security within the network. ​

***

**Bridging Solutions**

To facilitate seamless asset transfers and interoperability between these chains, RedHive integrates with leading bridging protocols:​

* **LayerZero:** An omnichain interoperability protocol designed to enable direct and seamless communication between blockchains. It eliminates the need for intermediaries by providing an efficient, low-cost way for decentralized applications to operate across multiple networks. ​
* **Wormhole:** Wormhole is a decentralized cross-chain messaging protocol that allows smart contracts and assets to interact across multiple blockchains. It supports a wide range of chains, including Ethereum, Solana, Binance Smart Chain, and more, facilitating cross-chain communication for decentralized applications, NFTs, governance, and data exchange.

By integrating with these EVM-compatible chains and bridging solutions, RedHive ensures a cohesive and efficient experience for users navigating the Ethereum ecosystem and its interconnected networks.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.redhive.online/deep-dive/supported-chains-and-bridges.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.
