> For the complete documentation index, see [llms.txt](https://docs.zk.me/hub/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zk.me/hub/how-works/architecture/chains.md).

# zkMe Supported Chains

{% hint style="success" %}
If you don't see your required chain listed here, please feel free to contact us at <mark style="color:blue;">**<contact@zk.me>**</mark> to submit your request to add support for an additional mainnet.
{% endhint %}

<table data-view="cards" data-full-width="false"><thead><tr><th></th><th data-hidden data-type="checkbox">Mainnet</th><th data-hidden data-type="checkbox">Testnet</th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td>Aptos</td><td>true</td><td>true</td><td><a href="/files/VYT9kgGFXJJDPJRDmXoh">/files/VYT9kgGFXJJDPJRDmXoh</a></td></tr><tr><td>Arbitrum One</td><td>true</td><td>true</td><td><a href="/files/BzsyJUNRDXpFX367ulGk">/files/BzsyJUNRDXpFX367ulGk</a></td></tr><tr><td>Base</td><td>true</td><td>false</td><td><a href="/files/LRc9Coq3KUKZvfZ47nwp">/files/LRc9Coq3KUKZvfZ47nwp</a></td></tr><tr><td>BNB Smart Chain</td><td>true</td><td>false</td><td><a href="/files/N2sEyHeBohhZI3cjUsBj">/files/N2sEyHeBohhZI3cjUsBj</a></td></tr><tr><td>BounceBit</td><td>false</td><td>false</td><td><a href="/files/KbPj39nRxZjCG7HrE0jI">/files/KbPj39nRxZjCG7HrE0jI</a></td></tr><tr><td>Ethereum</td><td>true</td><td>false</td><td><a href="/files/IJ5beaVDImAtk8FPXaFo">/files/IJ5beaVDImAtk8FPXaFo</a></td></tr><tr><td>Kaia</td><td>false</td><td>false</td><td><a href="/files/8ZyzDpRwMXl5089cxmI3">/files/8ZyzDpRwMXl5089cxmI3</a></td></tr><tr><td>Manta Network</td><td>true</td><td>false</td><td><a href="/files/SnO5wcSJGPcSNJI5bckH">/files/SnO5wcSJGPcSNJI5bckH</a></td></tr><tr><td>Neutron</td><td>true</td><td>true</td><td><a href="/files/XsYEH4nSyPiYRRblX2o5">/files/XsYEH4nSyPiYRRblX2o5</a></td></tr><tr><td>Polygon</td><td>true</td><td>false</td><td><a href="/files/Gk5nIy4lYW2LkWVC6Ph7">/files/Gk5nIy4lYW2LkWVC6Ph7</a></td></tr><tr><td>Ronin</td><td>false</td><td>false</td><td><a href="/files/YBwlx7hnl8ruOstGIGpc">/files/YBwlx7hnl8ruOstGIGpc</a></td></tr><tr><td>Solana</td><td>false</td><td>false</td><td><a href="/files/gXBvVgzXDQnz7msJqmbd">/files/gXBvVgzXDQnz7msJqmbd</a></td></tr><tr><td>The Open Network (TON)</td><td>false</td><td>false</td><td><a href="/files/MC3F7fqdh29SxjLFgSuT">/files/MC3F7fqdh29SxjLFgSuT</a></td></tr><tr><td>X Layer</td><td>false</td><td>false</td><td><a href="/files/ugwJyosZabbwsTj2ITeE">/files/ugwJyosZabbwsTj2ITeE</a></td></tr><tr><td><strong>Stay tuned for more chains...</strong></td><td>false</td><td>false</td><td></td></tr></tbody></table>

{% hint style="info" %}
**NOTE:** The chains listed are supported for configuration on our dashboard now. We have also deployed smart contracts on additional chains, which are in the pipeline to be added to the dashboard. For a complete list of all the chains we currently deploy, please refer to [zkMe Smart Contracts](/hub/how-built/id-infra/smart-contracts.md).
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.zk.me/hub/how-works/architecture/chains.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
