net_left Kdata adver left
Detail

Cross-Chain Projects to Watch in 2023

Cross-chain projects aren’t the shiniest products in Web3. They aren’t NFTs or games and are certainly not the most popular DeFi instruments. Additionally,...
Cross-Chain Projects to Watch in 2023 Cross-Chain Projects to Watch in 2023
let atwWrapper,atwContainerWidth,atwSliderBox,atwTotalWidth; function initATWSlider() { atwWrapper = $('.relatedInstruments'); atwSliderBox = atwWrapper.find('.slider'); atwContainerWidth = atwWrapper.width(); atwTotalWidth = atwSliderBox.width(); if(window.domainId === '2' || window.domainId === '3'){ atwWrapper.find('.sliderRight').addClass('js-slider-prev'); atwWrapper.find('.sliderLeft').addClass('js-slider-next'); } else { atwWrapper.find('.sliderRight').addClass('js-slider-next'); atwWrapper.find('.sliderLeft').addClass('js-slider-prev'); } if(atwSliderBox.find('.instrumentBox').length > 6){ atwWrapper.find('.js-slider-next').fadeIn(600); } } function atwMoveRight() { atwWrapper.find('.js-slider-prev').fadeIn(150); $(".slider > :visible:first").hide(150) $(".slider > :visible:last").next().show(150); if(!$(".slider > :visible:last").next().find('.name')()){ atwWrapper.find('.js-slider-next').fadeOut(150); return; } } function atwMoveLeft() { atwWrapper.find('.js-slider-next').fadeIn(150); $(".slider > :visible:last").hide(150); $(".slider > :visible:first").prev().show(150); if(!$(".slider > :visible:first").prev().find('.name')()){ atwWrapper.find('.js-slider-prev').fadeOut(150); return; } } initATWSlider(); //update star icon on adding/removing instrument to/from specific watchlist atwWrapper.on('click', 'label.addRow', function() { let parent = $(this).parent(); let checkedPortfolio = false; parent.find('input[type=checkbox]').each(function () { if($(this).is(':checked')){ checkedPortfolio = true; } }); let closestStar = $(this).closest('.addToPortWrapper').find('.star'); if(checkedPortfolio){ closestStar.addClass('added'); }else{ closestStar.removeClass('added'); } }); //update star icon on creating new watchlist atwWrapper.find('.js-create-watchlist-portfolio').find('a.js-create').on('click',function () { let parent = $(this).parent(); let watchlistName = parent.find('input[type=text]').val(); if(!watchlistName){ return; } let star = $(this).closest('.addToPortWrapper').find('.star'); star.addClass('added'); }); //update star icon on adding new position atwWrapper.find('.js-create-holdings-portfolio').find('.js-submit').on('click',function () { let addPositionForm = $(this).closest('.addToPortfolioPop').find('.holdingsContent'); let amount = addPositionForm.find('.js-amount').val(); if(amount < 1){ return; } let star = $(this).closest('.addToPortWrapper').find('.star'); star.addClass('added'); }); atwWrapper.find('.instrumentBox').find('.shortInfo').on('click',function () { if(!window.ga){ return; } let pairId = $(this).parent().find('.js-add-to-portfolio').attr('data-pair-id'); let pairType = window.atwPairTypes[pairId]; window.ga('allSitesTracker.send', 'event', 'content', 'symbol link clicked', '', { "dimension147":"symbol_link_clicked", "dimension163":"click", "dimension148":"symbol", "dimension162":"content add to watchlist", "dimension161":"article page", "dimension142":"article", "dimension75":pairType, "dimension138":pairId, "dimension118":"2959041" }); window.open($(this).attr('data-href')); }); window.atwPairTypes = {"274":"Equities","52193":"Equities","956170":"Equities","1058142":"currency","1061796":"indice","1118146":"currency","1167226":"currency","1168373":"currency","1170319":"currency","1172292":"Equities","1173409":"currency"};

Cross-chain projects aren’t the shiniest products in Web3. They aren’t NFTs or games and are certainly not the most popular DeFi instruments.

Additionally, they now have a reputation for being unsafe. After the Ronin hack in March 2022, people realized that cross chains are particularly vulnerable to hacks because they have a central point of failure.

These cross-chain bridges create a pool of assets for which users foreign to a particular chain can exchange their assets. It is this pool of assets that are frequently attacked.

Despite this, these cross-chain bridges are excellent instruments for bypassing third-party exchanges and simply moving from chain to chain to complete a transaction.

However, not all cross-chain projects are the same. Some are safer, faster, and more reliable than others. We’ll be looking at five of the most interesting and exciting cross-chain projects you should check out in 2023.

1. Wormhole

The first project on this list is Wormhole. It was created by Cereus.One and Solana to carry out transactions between Solana and Ethereum. However, with time, the bridge developers saw that Wormhole could be used for many other chains as well. This revelation prompted them to release a second version.

Just one year after the first Wormhole got on the market, Wormhole V.2 launched, and this time it had support for Solana, Terra, Ethereum, and Binance Smart Chain. It also supports Avalanche, Polygon, Fantom, Oasis, Aurora, Karura, Acala, and Celo.

Since Wormhole V.2 launched, it has distinguished itself as one of the most dependable bridges in Web3. For one, the chain has extremely low transaction fees, which stand at $0.0001, and a user-friendly interface. While some technical knowledge is still required to reliably make use of the network, it’s a hassle that can easily be dealt with.

However, Wormhole still suffers from the security dilemmas plaguing cross-chain bridges. In March 2022, the chain was attacked through a vulnerability in its smart contract, and about $325 million in ETH was stolen from the bridge. At the time, it was the second-largest decentralized hack in crypto history.

In response to the theft, Wormhole offered the hacker $10 million. However, the hacker refused to oblige. Thankfully, the bridge was eventually bailed out by Jump Capital, a Chicago-based trading firm.

Despite the unfortunate attack, Wormhole has continued to provide value to Web3 throughout the toughest months of the crypto winter. Not every project survives a loss as huge as that. It may be counterintuitive but it just proves why the project is one to watch in 2023.

2. LayerZero

Another important cross-chain bridge project to watch out for in 2023 is LayerZero. LayerZero is an omnichain interoperability protocol designed for cross-chain communication that’s specially optimized for effectiveness and guaranteed trustlessness.

The LayerZero whitepaper argues that the protocol is the first cross-chain protocol to guarantee trustless transactions. Hence, the protocol can guarantee a certain level of safety that other protocols can’t quite match. However, that claim is somewhat dodgy since most cross-chain protocols operate via the means of trustless smart contracts.

At the crux of LayerZero’s business is the idea that users don’t have to trust the protocol and that protocol will always deliver on its promises. The core difference between LayerZero and all other protocols is that it leverages two off-chain entities, the Oracle (NYSE:ORCL) and Relayer, to deliver messages across chains without expensive cross-chain state machine replication or intermediary tokens.

The Oracle, in this case, is a third-party service that provides a mechanism to read a block header from one chain and send it to another chain independently of other LayerZero components. The Relayer is a counterpart to the Oracle that fetches proof of a transaction rather than the blockhead itself. Both components work together to allow LayerZero to deliver messages without intermediary tokens.

In September 2020, LayerZero raised $6 million through a Series A round led by Binance Labs and Multicoin Capital. Just seven months later, the project raised an additional $135 million in a Series A extension at a valuation of $1 billion. The round was led by Andreessen Horowitz of a16z, PayPal (NASDAQ:PYPL), Coinbase (NASDAQ:COIN), and Uniswap Labs. The chain is expected to raise at a valuation of around $3 billion in its next funding round.

3. Binance Bridge

Binance is one of the biggest institutions in Web3. It’s therefore no surprise that Binance Bridge is one to look out for next year.

The Binance-Ethereum Bridge allows anyone to move funds from Binance to compatible chains. It currently supports Ethereum, XRP, LINK, ATOM, DOT, XTZ, and ONT.

Early in 2022, Binance decommissioned the old Binance Bridge and reintroduced the project. This time it was called Binance Bridge 2.0. Binance did this to add new features to the product, give it a new look, and make cross-chain transactions better and faster than before.

The most important part of this new update was that users would be able to perform all their cross transactions through their Binance Wallets and wouldn’t need third-party apps. Another big improvement is that users wouldn’t have to pay transaction fees or wait long before their transactions are confirmed.

The new Binance Bridge has no transaction fees; users only need to worry about the gas fees for minting new tokens on the chain they want to transact on. However, like many cross-chain projects, Binance Bridge has also suffered hacking losses.

In October, the chain was hit by a hack that drained almost $600 million from the platform. After the hack, validators suspended the network temporarily, and CZ finally said that user funds were saved. The fact that the project has gotten over that drastic attack and is waxing strong means that 2023 could be a great year.

4. LI.FI

LI.FI is one of the biggest cross-chain projects in Europe. Recently, the project raised about $5 million in funding from Dragonfly Capital, Scalar, RockTree Capital, and Lattice (OTC:LTTC) Capital.

What stands LI.FI apart from the other cross-chain projects is how easy the interface itself is to use. Everything gets done within one interface, simplifying the protocol for users with little experience.

However, developers, not users, will probably have more reasons to use LI.FI. The protocol allows them to incorporate dApp into any of their projects. Developers can also access LI.FI’s product stack, which allows them to use bridges without incorporating them themselves.

The SDK that LI.FI offers is like a tool that aggregates bridges and DeXs across fourteen different blockchains.

LI.FI explicitly argues that the entire protocol isn’t just a cross-chain instrument for users— it’s equally one for developers. That’s why the project takes great care to not just offer cross-chain capabilities to users but also to developers who are looking to build the next big thing. That’s an approach that may take it to the next level in 2023, so keeping a close eye on it is important.

5. Multichain

Formerly known as AnySwap, Multichain is an exciting cross-chain protocol. The network combines all the best parts of cross-chain technology into one bundle. It’s high-performance, non-custodial, and has a robust security infrastructure.

Right now, Multichain works with many of the biggest chains in Web3. This includes BTC, XRP, LTC, ETH, and USDT. It supports around 20 ecosystems, which have around 948 types of assets in total.

Since Multichain started in July 2020, it has shown immense flexibility and has been cheaper than many of its competitors. That’s one of the reasons why it remains a popular cross-chain protocol.

The trust both retail users and institutional investors have in Multichain have seen the project’s locked assets reach a value of $4.5 billion.

At the beginning of 2022, Multichain raised about $60 million in financing. The round was led by Binance Labs and had some of the biggest capital investors participating. Some of them include Sequoia China, IDG Capital, DeFiance Capital, Circle Ventures, Tron Foundation, Hypersphere Ventures, Primitive Ventures, Magic Ventures, and HashKey.

On the Flipside

  • Cross-chain protocols can be unsafe and many hold no liability for what happens to investors’ funds.

Why You Should Care

Cross-chain projects are a huge part of Web3. Since there are many blockchains, these protocols allow people to complete transactions directly on different chains. Cross-chain protocols make the lives of users and developers easier. That’s why you should care about them.

See original on DailyCoin

HOT AUTO TRADE BOT SOFTWARE adver right
APPROVED BROKERS
net_home_top HOT AUTO TRADE BOT SOFTWARE
01-05-2024 10:45:17 (UTC+7)

EUR/USD

1.0658

-0.0008 (-0.07%)

Summary

↑ Sell

Moving Avg:

Buy (0)

Sell (12)

Indicators:

Buy (2)

Sell (3)

EUR/USD

1.0658

-0.0008 (-0.07%)

Summary

↑ Sell

Moving Avg:

Buy (0)

Sell (12)

Indicators:

Buy (2)

Sell (3)

GBP/USD

1.2475

-0.0015 (-0.12%)

Summary

↑ Sell

Moving Avg:

Buy (0)

Sell (12)

Indicators:

Buy (0)

Sell (10)

USD/JPY

157.91

+0.12 (+0.07%)

Summary

↑ Buy

Moving Avg:

Buy (12)

Sell (0)

Indicators:

Buy (9)

Sell (0)

AUD/USD

0.6469

-0.0003 (-0.05%)

Summary

Neutral

Moving Avg:

Buy (10)

Sell (2)

Indicators:

Buy (2)

Sell (3)

USD/CAD

1.3780

+0.0003 (+0.03%)

Summary

↑ Buy

Moving Avg:

Buy (12)

Sell (0)

Indicators:

Buy (7)

Sell (0)

EUR/JPY

168.32

+0.10 (+0.06%)

Summary

↑ Buy

Moving Avg:

Buy (12)

Sell (0)

Indicators:

Buy (9)

Sell (0)

EUR/CHF

0.9808

+0.0001 (+0.01%)

Summary

Neutral

Moving Avg:

Buy (0)

Sell (12)

Indicators:

Buy (3)

Sell (2)

Gold Futures

2,295.80

-7.10 (-0.31%)

Summary

↑ Sell

Moving Avg:

Buy (0)

Sell (12)

Indicators:

Buy (0)

Sell (9)

Silver Futures

26.677

+0.023 (+0.09%)

Summary

↑ Sell

Moving Avg:

Buy (2)

Sell (10)

Indicators:

Buy (0)

Sell (9)

Copper Futures

4.5305

-0.0105 (-0.23%)

Summary

↑ Buy

Moving Avg:

Buy (10)

Sell (2)

Indicators:

Buy (8)

Sell (1)

Crude Oil WTI Futures

81.14

-0.79 (-0.96%)

Summary

↑ Sell

Moving Avg:

Buy (0)

Sell (12)

Indicators:

Buy (1)

Sell (7)

Brent Oil Futures

85.62

-0.71 (-0.82%)

Summary

↑ Sell

Moving Avg:

Buy (1)

Sell (11)

Indicators:

Buy (1)

Sell (7)

Natural Gas Futures

1.946

-0.009 (-0.46%)

Summary

↑ Sell

Moving Avg:

Buy (0)

Sell (12)

Indicators:

Buy (0)

Sell (5)

US Coffee C Futures

213.73

-13.77 (-6.05%)

Summary

↑ Sell

Moving Avg:

Buy (3)

Sell (9)

Indicators:

Buy (0)

Sell (10)

Euro Stoxx 50

4,920.55

-60.54 (-1.22%)

Summary

↑ Sell

Moving Avg:

Buy (4)

Sell (8)

Indicators:

Buy (1)

Sell (7)

S&P 500

5,035.69

-80.48 (-1.57%)

Summary

↑ Sell

Moving Avg:

Buy (0)

Sell (12)

Indicators:

Buy (0)

Sell (7)

DAX

17,921.95

-196.37 (-1.08%)

Summary

↑ Sell

Moving Avg:

Buy (0)

Sell (12)

Indicators:

Buy (1)

Sell (6)

FTSE 100

8,144.13

-2.90 (-0.04%)

Summary

Sell

Moving Avg:

Buy (5)

Sell (7)

Indicators:

Buy (2)

Sell (4)

Hang Seng

17,763.03

+16.12 (+0.09%)

Summary

↑ Sell

Moving Avg:

Buy (0)

Sell (12)

Indicators:

Buy (1)

Sell (6)

US Small Cap 2000

1,973.05

-42.98 (-2.13%)

Summary

↑ Sell

Moving Avg:

Buy (0)

Sell (12)

Indicators:

Buy (0)

Sell (7)

IBEX 35

10,854.40

-246.40 (-2.22%)

Summary

Neutral

Moving Avg:

Buy (6)

Sell (6)

Indicators:

Buy (3)

Sell (3)

BASF SE NA O.N.

49.155

+0.100 (+0.20%)

Summary

↑ Sell

Moving Avg:

Buy (0)

Sell (12)

Indicators:

Buy (1)

Sell (7)

Bayer AG NA

27.35

-0.24 (-0.87%)

Summary

↑ Sell

Moving Avg:

Buy (0)

Sell (12)

Indicators:

Buy (0)

Sell (8)

Allianz SE VNA O.N.

266.60

+0.30 (+0.11%)

Summary

↑ Sell

Moving Avg:

Buy (0)

Sell (12)

Indicators:

Buy (3)

Sell (5)

Adidas AG

226.40

-5.90 (-2.54%)

Summary

↑ Sell

Moving Avg:

Buy (0)

Sell (12)

Indicators:

Buy (2)

Sell (7)

Deutsche Lufthansa AG

6.714

-0.028 (-0.42%)

Summary

Neutral

Moving Avg:

Buy (3)

Sell (9)

Indicators:

Buy (9)

Sell (1)

Siemens AG Class N

175.90

-1.74 (-0.98%)

Summary

↑ Sell

Moving Avg:

Buy (0)

Sell (12)

Indicators:

Buy (0)

Sell (9)

Deutsche Bank AG

15.010

-0.094 (-0.62%)

Summary

Neutral

Moving Avg:

Buy (4)

Sell (8)

Indicators:

Buy (6)

Sell (2)

    EUR/USD 1.0658 ↑ Sell  
    GBP/USD 1.2475 ↑ Sell  
    USD/JPY 157.91 ↑ Buy  
    AUD/USD 0.6469 Neutral  
    USD/CAD 1.3780 ↑ Buy  
    EUR/JPY 168.32 ↑ Buy  
    EUR/CHF 0.9808 Neutral  
    Gold 2,295.80 ↑ Sell  
    Silver 26.677 ↑ Sell  
    Copper 4.5305 ↑ Buy  
    Crude Oil WTI 81.14 ↑ Sell  
    Brent Oil 85.62 ↑ Sell  
    Natural Gas 1.946 ↑ Sell  
    US Coffee C 213.73 ↑ Sell  
    Euro Stoxx 50 4,920.55 ↑ Sell  
    S&P 500 5,035.69 ↑ Sell  
    DAX 17,921.95 ↑ Sell  
    FTSE 100 8,144.13 Sell  
    Hang Seng 17,763.03 ↑ Sell  
    Small Cap 2000 1,973.05 ↑ Sell  
    IBEX 35 10,854.40 Neutral  
    BASF 49.155 ↑ Sell  
    Bayer 27.35 ↑ Sell  
    Allianz 266.60 ↑ Sell  
    Adidas 226.40 ↑ Sell  
    Lufthansa 6.714 Neutral  
    Siemens AG 175.90 ↑ Sell  
    Deutsche Bank AG 15.010 Neutral  
Mua/Bán 1 chỉ SJC
# So hôm qua # Chênh TG
SJC Eximbank8,300/ 8,500
(8,300/ 8,500) # 1,298
SJC 1L, 10L, 1KG8,300/ 8,520
(0/ 0) # 1,510
SJC 1c, 2c, 5c7,380/ 7,550
(0/ 0) # 540
SJC 0,5c7,380/ 7,560
(0/ 0) # 550
SJC 99,99%7,370/ 7,470
(0/ 0) # 460
SJC 99%7,196/ 7,396
(0/ 0) # 386
Cập nhật 01-05-2024 10:45:19
Xem lịch sử giá vàng SJC: nhấn đây!
ↀ Giá vàng thế giới
$2,285.72 -47.5 -2.04%
Live 24 hour Gold Chart
ʘ Giá bán lẻ xăng dầu
Sản phẩm Vùng 1 Vùng 2
RON 95-V25.44025.940
RON 95-III24.91025.400
E5 RON 92-II23.91024.380
DO 0.05S20.71021.120
DO 0,001S-V21.32021.740
Dầu hỏa 2-K20.68021.090
ↂ Giá dầu thô thế giới
WTI $80.83 +3.39 0.04%
Brent $85.50 +3.86 0.05%
$ Tỷ giá Vietcombank
Ngoại tệMua vàoBán ra
USD25.088,0025.458,00
EUR26.475,3627.949,19
GBP30.873,5232.211,36
JPY156,74166,02
KRW15,9219,31
Cập nhật lúc 10:45:15 01/05/2024
Xem bảng tỷ giá hối đoái
adver main right