# Smart Contracts

The protocol follows a hub-and-spoke model for global state propagation. Users can initiate any action from any initiator chain, then data is routed to the hub via LayerZero v2 bridge messaging and replicated out via data availability.

## Mainnet Smart Contracts

<table><thead><tr><th width="163">Chain</th><th width="442">Address</th><th>Type</th></tr></thead><tbody><tr><td>Ethereum</td><td>0x00000000000E1A99dDDd5610111884278BDBda1D</td><td>Hub</td></tr><tr><td>Arbitrum</td><td>0x00000000000E1A99dDDd5610111884278BDBda1D</td><td>Initiator</td></tr><tr><td>Base</td><td>0x00000000000E1A99dDDd5610111884278BDBda1D</td><td>Initiator</td></tr><tr><td>Optimism</td><td>0x00000000000E1A99dDDd5610111884278BDBda1D</td><td>Initiator</td></tr><tr><td>Avalanche</td><td>0x00000000000E1A99dDDd5610111884278BDBda1D</td><td>Initiator</td></tr><tr><td>Polygon</td><td>0x00000000000E1A99dDDd5610111884278BDBda1D</td><td>Initiator</td></tr><tr><td>Binance Chain</td><td>0x00000000000E1A99dDDd5610111884278BDBda1D</td><td>Initiator</td></tr><tr><td>Blast</td><td>0x00000000000E1A99dDDd5610111884278BDBda1D</td><td>Initiator</td></tr></tbody></table>

## Testnet Smart Contracts

<table><thead><tr><th width="164">Chain</th><th width="430">Address</th><th>Type</th></tr></thead><tbody><tr><td>Sepolia</td><td>0x00000000000E1A99dDDd5610111884278BDBda1D</td><td>Hub</td></tr><tr><td>Holesky</td><td>0x00000000000E1A99dDDd5610111884278BDBda1D</td><td>Initiator</td></tr></tbody></table>


---

# 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.clusters.xyz/resources/smart-contracts.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.
