L2BEAT Bridges is a work in progress. You might find incomplete research or inconsistent naming. Join our discord to suggest improvements!
...
Allbridge Core enables the transfer of value between blockchains by offering cross-chain swaps of native stablecoins using liquidity pools. For its stableconin liquidity network it is using either own AMB or Wormhole to pass messages. Allbridge bridge is a token bridge implemented as a separate contract. Both bridges contains a number of core, unverified smart contracts and it is owned by an EOA account that can drain all funds.
If you find something wrong on this page you can submit an issue or edit the information.
EOA privileged to process allbridge AMB messages and moved funds from pools.
EOA privileged to update messengers and other bridge parameters. As a result this account can drain all funds from the pools.
Main liquidity network Allbridge Core bridge contract.
Main token bridge contract. This contract stores the following tokens: ETH, USDC, USDT, DAI, MIM.
This contract is responsible for validating incoming messages to token bridge. The source code of this contract is not verified on Etherscan.
This contract is responsible for calculating bridge fees. The source code of this contract is not verified on Etherscan.
Contract used to receive messages via allbridge AMB. The source code of this contract is not verified on Etherscan.
Contract used to receive messages via Wormhole AMB. The source code of this contract is not verified on Etherscan.
Lock-Mint token bridge
USDT liquidity pool
USDC liquidity pool
DAI liquidity pool
The current deployment carries some associated risks:
the source code of unverified contracts contains malicious code (CRITICAL).