Search for projects by name
The NEAR Omni Bridge (also called Rainbow Bridge) is an MPC-validated multichain bridge. The MPC signature request/response logic is implemented on the NEAR blockchan and is called "Chain Signatures" there. Although it currently is limited to sending... tokens between Ethereum and Near + Aurora, future plans include other chains and more light clients on the NEAR blcokchain.
The NEAR Omni Bridge (also called Rainbow Bridge) is an MPC-validated multichain bridge. The MPC signature request/response logic is implemented on the NEAR blockchan and is called "Chain Signatures" there. Although it currently is limited to sending... tokens between Ethereum and Near + Aurora, future plans include other chains and more light clients on the NEAR blcokchain.
2025 Apr 03 — Jun 14
The NEAR Omni Bridge is a Token Bridge that allows transferring assets and passing arbitrary messages between Ethereum, NEAR, and Aurora chains (and more chains in the future). The bridge locks tokens in the escrow contracts on Ethereum and mints / releases tokens on the Aurora or NEAR networks. When bridging back to Ethereum, tokens are burned / locked on Aurora / NEAR and then released from the escrow on Ethereum.
Funds can be frozen if a user bridges an unsupported token or specifies an unsupported destination address.
Multi-party computation (MPC) is used to validate bridge transactions going out from NEAR. This usually means that multiple distributed signers need to combine their signatures to create a single signature authorizings a transaction. The MPC setup is offchain and from an Ethereum L1 perspective is equal to an EOA. Transfers from Ethereum to NEAR are validated by an Ethereum light client implemented as a smart contract on NEAR, of which the source code is unverified.
Funds can be stolen if the MPC signers collude or the MPC implementation is exploited.
Funds can be frozen if the MPC signers stop signing bridge messages.
Users can be censored if the MPC signers do not sign bridge messages.
Escrow for all tokens of the NEAR Omnibridge.
The standard implementation used for new tokens minted by the bridge.
Main escrow for all tokens bridged from Ethereum via Near Omni Bridge to other chains.
The current deployment carries some associated risks:
Funds can be stolen if a contract receives a malicious code upgrade. There is no delay on code upgrades (CRITICAL).