User

Guest

dashboard

Home

Discover Crypto

Defi

DeFi is short for decentralized financeand is used to refer to a financial ecosystem built on blockchain technology.

Market

A cryptocurrency is a digital asset that employs cryptographic encrcyption to guarantee ownership and ensure the integrity of transactions.

Chains

Blockchain, it is a huge database that collects and stores information in a shared and decentralized way.

Stables

Stablecoins are tokens issued on the blockchain whose value is linked to an external asset, such as national currencies or precious minerals.

Pools

Liquidity pools are the formula that allow the exchange of cryptocurrencies on decentralized platforms, where intermediaries or professionals who adjust prices do not intervene.

CEX / DEX

A cryptocurrency exchange is the platform on which cryptocurrencies are exchanged for fiat money or other cryptocurrencies.

Airdrops

A cryptocurrency airdrop consist of distributing your native cryptocurrency to current or potential users for free.

Token Scan

Tools

Encyclopedia

News

Calculator

Portfolio

Simulator

Support

People Influential

Marketplace

About Us

About Us

Twitter

Instagram

Discord

Telegram

Bridges

Bridge List

#NameChains1d Changes24h Volume7d Volume1m Volume

What is a bridge?

A chain bridge is a services (centralized or decentralized) that allows you to create a connection between two blockchains that normally cannot communicate with each other, so that tokens can be transferred between them.

This is a utility that has become essential thanks to the arrival of DeFi services, which have led the crypto community to a huge leap in the use of blockchain technology and the tokens that make life in the different blockchains capable of providing this type of services.

How does a bridge work?

A bridge can be seen as a simple information exchanger between blockchains. In other words, the main function of a bridge is to allow the bidirectional exchange of information between blockchain 'A' and blockchain 'B', through a protocol that allows this connection. Of course this is an easy way to see how a bridge works, but the basic idea is that and having it very clearly will help you understand exactly how this information exchange takes place

In fact, we can summarize it in four steps:

1. The bridge is located between the chain 'A' and 'B', creating the basic structure for its operation.

2. If you want to pass a token from A B, you go to the bridge, indicate the number of tokens you want to exchange at 'A', and provide the destination address at 'B'.

3. You make the shipment in 'A' and the bridge blocks this balance in a vault, and then in B the exact amount of tokens is minted and sent to the address in 'B' that you have provided.

4. The tokens in 'A' are blocked as a guarantee for the tokens in 'B' and you can only recover them by doing the opposite process.

Explained in more detail

Let's take a more practical example to go a little further into how these bridges work. Imagine that you want to pass 1,000 USDT tokens from the Ethereum network to the Polygon network. Directly, despite the fact that the address of Ethereum and Polygon are identical, the reality is that their blockchain networks are different, so you cannot pass value directly between the two blockchains. To do this, you must use a bridge and it will take care of completing that process.

Since Ethereum and Polygon are identical at the programming level (they are based on EVM, they use Solidity, they have the same address model, but they have different histories and consensus protocol) creating a bridge is quite easy. To do this, the bridge creates a series of contracts (in Ethereum and Polygon) that will allow both networks to communicate with a common language through a blockchain oracle. The oracle's job is to give those contracts precise information about what is happening on the other blockchain and vice versa. In this way, we create the two-way communication channel between Ethereum and Polygon, at this point half of the work is done.

Now, to send that ETH USDT to Polygon, you will need to interact with the bridge on the ETH side. It will ask you for two things:

1. A receive address for the Polygon network.

2. That you send the 1,000 USDT that you have in ETH to a vault (also in ETH) that will be controlled by a smart contract of the bridge. This step is usually transparent to the user.

By completing these two steps and submitting on the ETH side, the bridge begins its work. The first thing that happens is that the oracle detects the shipment in ETH and reports it to the smart contracts on the Polygon side. With this report, the amount of exchanged tokens and the destination address (the one you have given) for them goes. Once the ETH trade is complete, then the oracle reports this nad the smart contracts on the Polygon side start generating the 1,000 USDT and send it to the provided address.

The tokens generated on the Polygon side are the same USDT, the same amount and with the same value, and this is possible, because the vault created serves as a guarantee of the value of these new tokens and they will be blocked until the moment you make the operation opposite (turn that USDT from Polygon to ETH). Blocking prevents tokens from being generated out of thin air, while maintaining security and economic stability between the chains and the bridge.

When you do the opposite process to recover your USDT in ETH, the bridge takes your USDT from the Polygon side, burns it and, once burned, the corresponding USDT is delivered to you from the Ethereum side. With that, the work of the bridge between ETH and Polygon is finished.

Bridge

Bridge types

Bridges can be of two types:

Centralized: A centralized bridge is one whose management falls to a centralized entity that takes and releases tokens between the chains supported by said entity. Basically, it works like an exchange, only instead of exchanging pairs, it just takes a token and sends you the same token on the destination network of your choice. An example of this type bridge is OKex Bridge.

Descentralized: A descentralized bridge is one that is completely controlled by smart contracts and where the control of the funds does not fall to any central entity. An example of this type of bridge is Multichain.