> For the complete documentation index, see [llms.txt](https://docs.layer3foundation.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.layer3foundation.org/layer3-protocols.md).

# Layer3 Protocols

Protocols include:

* CUBEs
  * Core protocol enabling omnichain identity credentials across EVM chains.
  * Chain deployments are detailed in the tables below.
* Token Distribution
  * Core protocol enabling omnichain token distribution across EVM chains.
  * Chain deployments are detailed in the tables below.

Our protocol contracts are open-source and audited. You can find audits and code repos [here](https://github.com/layer3xyz/cubes).

**CUBEs and Token Distribution Protocol**

<table><thead><tr><th width="160">Chain</th><th>Address</th></tr></thead><tbody><tr><td>Base</td><td>0x1195cf65f83b3a5768f3c496d3a05ad6412c64b7</td></tr><tr><td>Arbitrum</td><td>0x1195cf65f83b3a5768f3c496d3a05ad6412c64b7</td></tr><tr><td>Polygon</td><td>0x1195cf65f83b3a5768f3c496d3a05ad6412c64b7</td></tr><tr><td>Optimism</td><td>0x1195cf65f83b3a5768f3c496d3a05ad6412c64b7</td></tr><tr><td>Polygon zkEVM</td><td>0x1195cf65f83b3a5768f3c496d3a05ad6412c64b7</td></tr><tr><td>BNB</td><td>0x1195cf65f83b3a5768f3c496d3a05ad6412c64b7</td></tr><tr><td>Linea</td><td>0x1195cf65f83b3a5768f3c496d3a05ad6412c64b7</td></tr><tr><td>Scroll</td><td>0x1195cf65f83b3a5768f3c496d3a05ad6412c64b7</td></tr><tr><td>Celo</td><td>0x1195cf65f83b3a5768f3c496d3a05ad6412c64b7</td></tr><tr><td>Mode</td><td>0x1195cf65f83b3a5768f3c496d3a05ad6412c64b7</td></tr><tr><td>Zora</td><td>0x1195cf65f83b3a5768f3c496d3a05ad6412c64b7</td></tr><tr><td>Metis</td><td>0x1195cf65f83b3a5768f3c496d3a05ad6412c64b7</td></tr><tr><td>Blast</td><td>0x1195cf65f83b3a5768f3c496d3a05ad6412c64b7</td></tr><tr><td>Gnosis</td><td>0x1195cf65f83b3a5768f3c496d3a05ad6412c64b7</td></tr><tr><td>zkSync Era</td><td>0xF77bd7c05598E094bc06e34bB81C07Bd3B091dB1</td></tr></tbody></table>


---

# 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.layer3foundation.org/layer3-protocols.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.
