> ## Documentation Index
> Fetch the complete documentation index at: https://docs.debridge.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Deployed Contracts

> Deployed contracts for deBridge Messaging Protocol (DMP).

## deBridge IaaS Subscription

### Proxy & Implementation

| **Label**        | **Address**                                                                                                             |
| ---------------- | ----------------------------------------------------------------------------------------------------------------------- |
| `Proxy`          | [`0x2328Ee20fA271073328DC94e52Dd5b61aa0C91A7`](https://etherscan.io/address/0x2328Ee20fA271073328DC94e52Dd5b61aa0C91A7) |
| `Implementation` | [`0xf46b9e22a2a5B07bd2F601d9A59b4E01424f5E35`](https://etherscan.io/address/0xf46b9e22a2a5B07bd2F601d9A59b4E01424f5E35) |

## deBridge Messaging Protocol (DMP)

For deBridge Liquidity Network (DLN) contracts, please refer to [this article](/dln-details/overview/deployed-contracts).

### Solana

| **Smart Contract**  | **Address**                                                                                                               | **Description**                                                                                                                                        |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `deBridge`          | [`DEbrdGj3HsRsAzx6uH4MKyREKxVAfBydijLUF3ygsFfh`](https://solscan.io/account/DEbrdGj3HsRsAzx6uH4MKyREKxVAfBydijLUF3ygsFfh) | This contract is the main point of cross-chain interactions coming from users and protocols. It enables sending and execution of cross-chain messages. |
| `deBridge Settings` | [`DeSetTwWhjZq6Pz9Kfdo1KoS5NqtsM6G8ERbX4SSCSft`](https://solscan.io/account/DeSetTwWhjZq6Pz9Kfdo1KoS5NqtsM6G8ERbX4SSCSft) | Settings program stores validators' signatures and controls all protocols parameters such as fees, consensus algorithms, validators' public keys.      |

### EVM

|                 | DeBridgeGate                                                                                                                          | DeBridgeToken                                                                                                                         | DeBridgeTokenDeployer                                                                                                                 | SignatureVerifier                                                                                                                     | CallProxy                                                                                                                             | WethGate                                                                                                                                                     |
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Description** | Main entry point for cross-chain interactions; `send` moves messages + assets                                                         | Wrapped asset (deAsset) 1 : 1 collateral-backed                                                                                       | Factory that deploys new deAssets                                                                                                     | Validates ≥ 2⁄3 validator signatures before execution                                                                                 | Executes the external call that accompanies a transferred message                                                                     | Non-upgradeable Ether receiver that immediately forwards funds to an upgradeable contract, avoiding the `transfer` gas-limit issue(\[docs.debridge.com]\[1]) |
| **Github**      | [LINK](https://github.com/debridge-finance/debridge-contracts-v1/blob/main/contracts/transfers/DeBridgeGate.sol)                      | [LINK](https://github.com/debridge-finance/debridge-contracts-v1/blob/main/contracts/periphery/DeBridgeToken.sol)                     | [LINK](https://github.com/debridge-finance/debridge-contracts-v1/blob/main/contracts/transfers/DeBridgeTokenDeployer.sol)             | [LINK](https://github.com/debridge-finance/debridge-contracts-v1/blob/main/contracts/transfers/SignatureVerifier.sol)                 | [LINK](https://github.com/debridge-finance/debridge-contracts-v1/blob/main/contracts/periphery/CallProxy.sol)                         | [LINK](https://github.com/debridge-finance/debridge-contracts-v1/blob/main/contracts/transfers/WethGate.sol)                                                 |
| **Chain**       |                                                                                                                                       |                                                                                                                                       |                                                                                                                                       |                                                                                                                                       |                                                                                                                                       |                                                                                                                                                              |
| Ethereum        | [0x43dE2d77BF8027e25dBD179B491e8d64f38398aA](https://etherscan.io/address/0x43dE2d77BF8027e25dBD179B491e8d64f38398aA)                 | [0xf8A2902c0a5f817F5e22C82f453538d3f0734C2b](https://etherscan.io/address/0xf8A2902c0a5f817F5e22C82f453538d3f0734C2b)                 | [0x8244d6Ffe0695B30b2bAD424683Ee3bc534Ea464](https://etherscan.io/address/0x8244d6Ffe0695B30b2bAD424683Ee3bc534Ea464)                 | [0x949b3B3c098348b879C9e4F15cecc8046d9C8A8c](https://etherscan.io/address/0x949b3B3c098348b879C9e4F15cecc8046d9C8A8c)                 | [0x8a0C79F5532f3b2a16AD1E4282A5DAF81928a824](https://etherscan.io/address/0x8a0C79F5532f3b2a16AD1E4282A5DAF81928a824)                 | [0xFCf83648b8cDeF62e5d03319a6f1FCE16e4D6A59](https://etherscan.io/address/0xFCf83648b8cDeF62e5d03319a6f1FCE16e4D6A59#code)                                   |
| BNB Chain       | [0x43dE2d77BF8027e25dBD179B491e8d64f38398aA](https://bscscan.com/address/0x43dE2d77BF8027e25dBD179B491e8d64f38398aA)                  | [0xf8A2902c0a5f817F5e22C82f453538d3f0734C2b](https://bscscan.com/address/0xf8A2902c0a5f817F5e22C82f453538d3f0734C2b)                  | [0x8244d6Ffe0695B30b2bAD424683Ee3bc534Ea464](https://bscscan.com/address/0x8244d6Ffe0695B30b2bAD424683Ee3bc534Ea464)                  | [0x949b3B3c098348b879C9e4F15cecc8046d9C8A8c](https://bscscan.com/address/0x949b3B3c098348b879C9e4F15cecc8046d9C8A8c)                  | [0x8a0C79F5532f3b2a16AD1E4282A5DAF81928a824](https://bscscan.com/address/0x8a0C79F5532f3b2a16AD1E4282A5DAF81928a824#code)             | [0xFCf83648b8cDeF62e5d03319a6f1FCE16e4D6A59](https://bscscan.com/address/0xFCf83648b8cDeF62e5d03319a6f1FCE16e4D6A59#code)                                    |
| Polygon         | [0x43dE2d77BF8027e25dBD179B491e8d64f38398aA](https://polygonscan.com/address/0x43dE2d77BF8027e25dBD179B491e8d64f38398aA)              | [0xf8A2902c0a5f817F5e22C82f453538d3f0734C2b](https://polygonscan.com/address/0xf8A2902c0a5f817F5e22C82f453538d3f0734C2b)              | [0x8244d6Ffe0695B30b2bAD424683Ee3bc534Ea464](https://polygonscan.com/address/0x8244d6Ffe0695B30b2bAD424683Ee3bc534Ea464)              | [0x949b3B3c098348b879C9e4F15cecc8046d9C8A8c](https://polygonscan.com/address/0x949b3B3c098348b879C9e4F15cecc8046d9C8A8c)              | [0x8a0C79F5532f3b2a16AD1E4282A5DAF81928a824](https://polygonscan.com/address/0x43dE2d77BF8027e25dBD179B491e8d64f38398aA#code)         | [0xFCf83648b8cDeF62e5d03319a6f1FCE16e4D6A59](https://polygonscan.com/address/0xFCf83648b8cDeF62e5d03319a6f1FCE16e4D6A59#code)                                |
| Arbitrum        | [0x43dE2d77BF8027e25dBD179B491e8d64f38398aA](https://arbiscan.io/address/0x43dE2d77BF8027e25dBD179B491e8d64f38398aA)                  | [0xf8A2902c0a5f817F5e22C82f453538d3f0734C2b](https://arbiscan.io/address/0xf8A2902c0a5f817F5e22C82f453538d3f0734C2b)                  | [0x8244d6Ffe0695B30b2bAD424683Ee3bc534Ea464](https://arbiscan.io/address/0x8244d6Ffe0695B30b2bAD424683Ee3bc534Ea464)                  | [0x949b3B3c098348b879C9e4F15cecc8046d9C8A8c](https://arbiscan.io/address/0x949b3B3c098348b879C9e4F15cecc8046d9C8A8c)                  | [0x8a0C79F5532f3b2a16AD1E4282A5DAF81928a824](https://arbiscan.io/address/0x8a0C79F5532f3b2a16AD1E4282A5DAF81928a824#code)             |                                                                                                                                                              |
| Avalanche       | [0x43dE2d77BF8027e25dBD179B491e8d64f38398aA](https://snowtrace.io/address/0x43dE2d77BF8027e25dBD179B491e8d64f38398aA)                 | [0xc1656B63D9EEBa6d114f6bE19565177893e5bCBF](https://snowtrace.io/address/0xc1656B63D9EEBa6d114f6bE19565177893e5bCBF)                 | [0x8244d6Ffe0695B30b2bAD424683Ee3bc534Ea464](https://snowtrace.io/address/0x8244d6Ffe0695B30b2bAD424683Ee3bc534Ea464)                 | [0x949b3B3c098348b879C9e4F15cecc8046d9C8A8c](https://snowtrace.io/address/0x949b3B3c098348b879C9e4F15cecc8046d9C8A8c)                 | [0x8a0C79F5532f3b2a16AD1E4282A5DAF81928a824](https://snowtrace.io/address/0x8a0C79F5532f3b2a16AD1E4282A5DAF81928a824#code)            | [0xFCf83648b8cDeF62e5d03319a6f1FCE16e4D6A59](https://snowtrace.io/address/0xFCf83648b8cDeF62e5d03319a6f1FCE16e4D6A59#code)                                   |
| Linea           | [0x43dE2d77BF8027e25dBD179B491e8d64f38398aA](https://lineascan.build/address/0x43dE2d77BF8027e25dBD179B491e8d64f38398aA)              | [0x55C93b20Dd2F790AC429D6341a022A781791654A](https://lineascan.build/address/0x55C93b20Dd2F790AC429D6341a022A781791654A)              | [0x8244d6Ffe0695B30b2bAD424683Ee3bc534Ea464](https://lineascan.build/address/0x8244d6Ffe0695B30b2bAD424683Ee3bc534Ea464)              | [0x949b3B3c098348b879C9e4F15cecc8046d9C8A8c](https://lineascan.build/address/0x949b3B3c098348b879C9e4F15cecc8046d9C8A8c)              | [0x8a0C79F5532f3b2a16AD1E4282A5DAF81928a824](https://lineascan.build/address/0x8a0C79F5532f3b2a16AD1E4282A5DAF81928a824)              |                                                                                                                                                              |
| Base            | [0xc1656B63D9EEBa6d114f6bE19565177893e5bCBF](https://basescan.org/address/0xc1656B63D9EEBa6d114f6bE19565177893e5bCBF)                 | [0x0e4AdD4DC86Ae1Aa0FA43Bd7e6a9fB8Be2d5504d](https://basescan.org/address/0x0e4AdD4DC86Ae1Aa0FA43Bd7e6a9fB8Be2d5504d)                 | [0x8244d6Ffe0695B30b2bAD424683Ee3bc534Ea464](https://basescan.org/address/0x8244d6Ffe0695B30b2bAD424683Ee3bc534Ea464)                 | [0x949b3B3c098348b879C9e4F15cecc8046d9C8A8c](https://basescan.org/address/0x949b3B3c098348b879C9e4F15cecc8046d9C8A8c)                 | [0x8a0C79F5532f3b2a16AD1E4282A5DAF81928a824](https://basescan.org/address/0x8a0C79F5532f3b2a16AD1E4282A5DAF81928a824)                 |                                                                                                                                                              |
| Optimism        | [0x43dE2d77BF8027e25dBD179B491e8d64f38398aA](https://optimistic.etherscan.io/address/0x43dE2d77BF8027e25dBD179B491e8d64f38398aA)      | [0xc1656B63D9EEBa6d114f6bE19565177893e5bCBF](https://optimistic.etherscan.io/address/0xc1656B63D9EEBa6d114f6bE19565177893e5bCBF)      | [0x8244d6Ffe0695B30b2bAD424683Ee3bc534Ea464](https://optimistic.etherscan.io/address/0x8244d6Ffe0695B30b2bAD424683Ee3bc534Ea464)      | [0x949b3B3c098348b879C9e4F15cecc8046d9C8A8c](https://optimistic.etherscan.io/address/0x949b3B3c098348b879C9e4F15cecc8046d9C8A8c)      | [0x8a0C79F5532f3b2a16AD1E4282A5DAF81928a824](https://optimistic.etherscan.io/address/0x8a0C79F5532f3b2a16AD1E4282A5DAF81928a824)      |                                                                                                                                                              |
| Story           | [0x43dE2d77BF8027e25dBD179B491e8d64f38398aA](https://internal.storyscan.xyz/address/0x43dE2d77BF8027e25dBD179B491e8d64f38398aA)       | [0xc1656B63D9EEBa6d114f6bE19565177893e5bCBF](https://internal.storyscan.xyz/address/0xc1656B63D9EEBa6d114f6bE19565177893e5bCBF)       | [0x8244d6Ffe0695B30b2bAD424683Ee3bc534Ea464](https://internal.storyscan.xyz/address/0x8244d6Ffe0695B30b2bAD424683Ee3bc534Ea464)       | [0x949b3B3c098348b879C9e4F15cecc8046d9C8A8c](https://internal.storyscan.xyz/address/0x949b3B3c098348b879C9e4F15cecc8046d9C8A8c)       | [0x8a0C79F5532f3b2a16AD1E4282A5DAF81928a824](https://internal.storyscan.xyz/address/0x8a0C79F5532f3b2a16AD1E4282A5DAF81928a824)       |                                                                                                                                                              |
| Cronos          | [0x43dE2d77BF8027e25dBD179B491e8d64f38398aA](https://explorer.cronos.org/address/0x43dE2d77BF8027e25dBD179B491e8d64f38398aA)          | [0xc1656B63D9EEBa6d114f6bE19565177893e5bCBF](https://explorer.cronos.org/address/0xc1656B63D9EEBa6d114f6bE19565177893e5bCBF)          | [0x8244d6Ffe0695B30b2bAD424683Ee3bc534Ea464](https://explorer.cronos.org/address/0x8244d6Ffe0695B30b2bAD424683Ee3bc534Ea464)          | [0x949b3B3c098348b879C9e4F15cecc8046d9C8A8c](https://explorer.cronos.org/address/0x949b3B3c098348b879C9e4F15cecc8046d9C8A8c)          | [0x8a0C79F5532f3b2a16AD1E4282A5DAF81928a824](https://explorer.cronos.org/address/0x8a0C79F5532f3b2a16AD1E4282A5DAF81928a824)          | -                                                                                                                                                            |
| HyperEVM        | [0x43dE2d77BF8027e25dBD179B491e8d64f38398aA](https://hyperevmscan.io/address/0x43dE2d77BF8027e25dBD179B491e8d64f38398aA)              | [0xc1656B63D9EEBa6d114f6bE19565177893e5bCBF](https://hyperevmscan.io/address/0xc1656b63d9eeba6d114f6be19565177893e5bcbf)              | [0x8244d6Ffe0695B30b2bAD424683Ee3bc534Ea464](https://hyperevmscan.io/address/0x8244d6Ffe0695B30b2bAD424683Ee3bc534Ea464)              | [0x949b3B3c098348b879C9e4F15cecc8046d9C8A8c](https://hyperevmscan.io/address/0x949b3B3c098348b879C9e4F15cecc8046d9C8A8c)              | [0x8a0c79f5532f3b2a16ad1e4282a5daf81928a824](https://hyperevmscan.io/address/0x8a0C79F5532f3b2a16AD1E4282A5DAF81928a824)              |                                                                                                                                                              |
| Flow            | [0x43dE2d77BF8027e25dBD179B491e8d64f38398aA](https://evm.flowscan.io/address/0x43dE2d77BF8027e25dBD179B491e8d64f38398aA)              | [0xc1656B63D9EEBa6d114f6bE19565177893e5bCBF](https://evm.flowscan.io/address/0xc1656B63D9EEBa6d114f6bE19565177893e5bCBF)              | [0x8244d6ffe0695b30b2bad424683ee3bc534ea464](https://evm.flowscan.io/address/0x8244d6ffe0695b30b2bad424683ee3bc534ea464)              | [0x949b3B3c098348b879C9e4F15cecc8046d9C8A8c](https://evm.flowscan.io/address/0x949b3B3c098348b879C9e4F15cecc8046d9C8A8c)              | [0x043Be37c9c4ddE96f158A9F984D788Ea37F35575](https://evm.flowscan.io/address/0x8a0C79F5532f3b2a16AD1E4282A5DAF81928a824)              |                                                                                                                                                              |
| Sei             | [0x43dE2d77BF8027e25dBD179B491e8d64f38398aA](https://seiscan.io/address/0x43dE2d77BF8027e25dBD179B491e8d64f38398aA)                   | [0xc1656B63D9EEBa6d114f6bE19565177893e5bCBF](https://seiscan.io/address/0xc1656B63D9EEBa6d114f6bE19565177893e5bCBF)                   | [0x8244d6Ffe0695B30b2bAD424683Ee3bc534Ea464](https://seiscan.io/address/0x8244d6Ffe0695B30b2bAD424683Ee3bc534Ea464)                   | [0x949b3B3c098348b879C9e4F15cecc8046d9C8A8c](https://seiscan.io/address/0x949b3B3c098348b879C9e4F15cecc8046d9C8A8c)                   | [0x8a0C79F5532f3b2a16AD1E4282A5DAF81928a824](https://seiscan.io/address/0x8a0C79F5532f3b2a16AD1E4282A5DAF81928a824)                   |                                                                                                                                                              |
| Injective       | [0x43dE2d77BF8027e25dBD179B491e8d64f38398aA](https://blockscout.injective.network/address/0x43dE2d77BF8027e25dBD179B491e8d64f38398aA) | [0xc1656B63D9EEBa6d114f6bE19565177893e5bCBF](https://blockscout.injective.network/address/0xc1656B63D9EEBa6d114f6bE19565177893e5bCBF) | [0x8244d6Ffe0695B30b2bAD424683Ee3bc534Ea464](https://blockscout.injective.network/address/0x8244d6Ffe0695B30b2bAD424683Ee3bc534Ea464) | [0x949b3B3c098348b879C9e4F15cecc8046d9C8A8c](https://blockscout.injective.network/address/0x949b3B3c098348b879C9e4F15cecc8046d9C8A8c) | [0x8a0C79F5532f3b2a16AD1E4282A5DAF81928a824](https://blockscout.injective.network/address/0x8a0C79F5532f3b2a16AD1E4282A5DAF81928a824) | -                                                                                                                                                            |
| Monad           | [0x43dE2d77BF8027e25dBD179B491e8d64f38398aA](https://monadvision.com/address/0x43dE2d77BF8027e25dBD179B491e8d64f38398aA)              | [0xc1656B63D9EEBa6d114f6bE19565177893e5bCBF](https://monadvision.com/address/0xc1656B63D9EEBa6d114f6bE19565177893e5bCBF)              | [0x8244d6Ffe0695B30b2bAD424683Ee3bc534Ea464](https://monadvision.com/address/0x8244d6Ffe0695B30b2bAD424683Ee3bc534Ea464)              | [0x949b3B3c098348b879C9e4F15cecc8046d9C8A8c](https://monadvision.com/address/0x949b3B3c098348b879C9e4F15cecc8046d9C8A8c)              | [0x8a0C79F5532f3b2a16AD1E4282A5DAF81928a824](https://monadvision.com/address/0x8a0C79F5532f3b2a16AD1E4282A5DAF81928a824)              | -                                                                                                                                                            |
| MegaETH         | [0x43dE2d77BF8027e25dBD179B491e8d64f38398aA](https://mega.etherscan.io/address/0x43dE2d77BF8027e25dBD179B491e8d64f38398aA)            | [0xc1656B63D9EEBa6d114f6bE19565177893e5bCBF](https://mega.etherscan.io/address/0xc1656B63D9EEBa6d114f6bE19565177893e5bCBF)            | [0x8244d6Ffe0695B30b2bAD424683Ee3bc534Ea464](https://mega.etherscan.io/address/0x8244d6Ffe0695B30b2bAD424683Ee3bc534Ea464)            | [0x949b3B3c098348b879C9e4F15cecc8046d9C8A8c](https://mega.etherscan.io/address/0x949b3B3c098348b879C9e4F15cecc8046d9C8A8c)            | [0x8a0C79F5532f3b2a16AD1E4282A5DAF81928a824](https://mega.etherscan.io/address/0x8a0C79F5532f3b2a16AD1E4282A5DAF81928a824)            |                                                                                                                                                              |
| TRON            | [TTGA4XQ419jodtFSMFiwYqfgG2uSLRBsnn](https://tronscan.org/#/contract/TTGA4XQ419jodtFSMFiwYqfgG2uSLRBsnn/code)                         | [TGEUpEMV7AVZU6VBFrRQDysrHJEmVMYsf8](https://tronscan.org/#/contract/TGEUpEMV7AVZU6VBFrRQDysrHJEmVMYsf8/code)                         | [TCsNzzAxD5RxWFbVnvCtyc91GyrGxC4NWd](https://tronscan.org/#/contract/TCsNzzAxD5RxWFbVnvCtyc91GyrGxC4NWd/code)                         | [TKFK32GKQs8379yRtuMkAmVMQ3Xo6xR7KX](https://tronscan.org/#/contract/TKFK32GKQs8379yRtuMkAmVMQ3Xo6xR7KX/code)                         | [TUo8FfeP9XJdfB8zoH2nJGLi7CL2LJ1Lin](https://tronscan.org/#/contract/TUo8FfeP9XJdfB8zoH2nJGLi7CL2LJ1Lin/code)                         | -                                                                                                                                                            |
