# Supported Chains

{% hint style="warning" %}
The current version of Mimic Protocol is an alpha release being tested. Please note this version has **not been audited yet**.

*The protocol is likely to change moving forward.*
{% endhint %}

At this stage, Mimic Protocol is integrated with a selected group of Layer 2 networks:

* **Arbitrum**
* **Base**
* **Base Sepolia**
* **Sonic**
* **Optimism**
* **Gnosis Chain**
* **Polygon**
* **BNB Binance Smart chain**
* **Avalanche**

These are the only networks currently supported for interaction with the protocol.

The addresses for the deployed contracts can be found here:

{% embed url="<https://github.com/mimic-protocol/contracts/tree/main/packages/evm/ignition/deployments>" %}


---

# 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.mimic.fi/developers/supported-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.
