Search for projects by name
L2BEAT Bridges is a work in progress. You might find incomplete research or inconsistent naming. Join our Discord to suggest improvements!
Satellite is a token bridge powered by Axelar network. It allows for cross-chain transfers of assets between Ethereum and other chains, typically to/from Cosmos ecosystem. Axelar is used as both escrow and message relayer.
Satellite is a token bridge powered by Axelar network. It allows for cross-chain transfers of assets between Ethereum and other chains, typically to/from Cosmos ecosystem. Axelar is used as both escrow and message relayer.
Transfers are verified by the Validators running the Axelar network which, technically is a Cosmos chain. As in any standard Cosmos chain, Validators are bonded by staking tokens and can be slashed for misbehavior.
Users can be censored if validators on Axelar decide to not mint tokens after observing an event on Ethereum.
Funds can be stolen if validators decide to mint more tokens than there are locked on Ethereum thus preventing some existing holders from being able to bring their funds back to Ethereum.
Funds can be stolen if validators relay a withdraw request that wasn't originated on the source chain.
Tokens transferred end up as wrapped ERC20 proxies (axlTokens), some of them may be upgradable. The contract is typically BurnableMintableCappedERC20.
Funds can be stolen if destination token contract is maliciously upgraded.
Members of the Multisig that can set mint limits.
Axelar operators are a list of Axelar validators for the current epoch that can relay messages.
Can set arbitrary addresses as AxelarGasService admins, who can in turn modify the gas price for all chains. Is also the upgradeability admin of AxelarGasService and can withdraw accumulated fees.
Main Gateway contract acting also as an escrow for bridged tokens. This contract stores the following tokens: USDC, WBTC, WETH, USDT, DAI, LINK, FRAX, MKR, UNI.
Governance contract that executes on-chain governance proposals from Axelar network. It is authorised to upgrade Axelar Gateway.
Admin Multisig setting mint limits. Acts as a 3-of-6 multisig.
Allows users to pay for native gas at the destination with tokens or ETH. It also manages refunds.
Upgrade delay: none