# Deployments

Endless cross-chain bridge welcomes developers and projects to integrate their smart contracts and join our ecosystem.

**The core contracts are generally divided into two types:**

* **Message Contract**
* **Executor Contract**

**Contract Address**

Testnet

<table data-header-hidden><thead><tr><th></th><th width="233"></th><th></th></tr></thead><tbody><tr><td><strong>Chain</strong></td><td><strong>Message Contract</strong></td><td><strong>Executor Contract</strong></td></tr><tr><td>Endless Testnet</td><td>2UexsBUCPpUdZXkLYh8nNV6cj65uSNP6Ceei1zfZAYxw</td><td>BLiLNS4g2Xoz2FUuwxiufHKLu79xorpxYBdqREocsTiE</td></tr><tr><td>Sepolia Testnet</td><td>0xCcde64ef52edCFA9c1578Fed7682E61dC0c783FE</td><td>0x3398364Ea6B845A3E212b7284b8f70B20F49F67E</td></tr><tr><td>Bsc Testnet</td><td>0x3BCF34e5d7a329aA4832EF20f6FB121CA4bCc2FE</td><td>0xd357B04F09eA98917FE3181304C9195a44afEea2</td></tr><tr><td>Nile Testnet</td><td>TSuGmSTpSqBy6WC47AEt4ZvEGRkEEyTXau</td><td>TA1ecDLFSyf2vFEPDiysYxPaaWx6ToFmKp</td></tr><tr><td>Solana Devnet</td><td>5Dwsb6syuTtb6LEBw8CdbBdZS4Pfd8jWjiS3nmYRY6KP</td><td>DwZPNgo4Qtxw2PcbSVgs16kVzynhBLHMF1iz9Js1efY5</td></tr></tbody></table>

Mainnet

| **Chain**        | **Message Contract**                         | **Executor Contract**                        |
| ---------------- | -------------------------------------------- | -------------------------------------------- |
| Endless Mainnet  | Bridge6zJvnLBtoFtv5EHwg3QdRwmP5opNdKCsTazg8X | Bridge6zJvnLBtoFtv5EHwg3QdRwmP5opNdKCsTazg8X |
| Ethereum Mainnet | 0x2b7238A25C023887A0b131e8B420De5D563bfB17   | 0xEA5CAA6AfC07D297A740aca6BF4feE528388A30D   |
| Bsc Mainnet      | 0x2b7238A25C023887A0b131e8B420De5D563bfB17   | 0xEA5CAA6AfC07D297A740aca6BF4feE528388A30D   |

Endless.bridge will continue to onboard more chains in the near future.


---

# 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.endless.link/endless/bridge/deployments.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.
