ZetaChain
ZetaChain partners with Galxe to enable omnichain connectivity and launches Mission Bring ZETA Home, an interactive NFT campaign where users can experience ZetaChain’s L1 blockchain with built-in omnichain interoperability leading up to its anticipated mainnet launch. Enter the campaign now.
Today we are excited to announce a partnership with the leading Web3 credential data network, Galxe (previously Project Galaxy)! With over 5 million active users, Galxe is at the forefront of on-chain credentialing with an incredibly intuitive plug-and-play dashboard.
Galxe’s open credential data network is a massive leap from the old web2 data model, and now omnichain connectivity poses the next big opportunity. ZetaChain’s integration into Galxe will enable existing and future Galxe products such as OAT (On-chain Achievement Tokens), NFT, Vote, ID, and more to be fully chain-agnostic. This means users will enjoy full interoperability of their identity and seamless transfer of data and assets such as NFTs.
The Galxe-ZetaChain partnership will unlock new cross-chain use cases for ecosystem partners building on Galxe’s protocol. Next generation applications we expect to see include omnichain NFTs, DAO governance, Gamefi, native cross-chain payments, and much more. The ability for ZetaChain to extend user identity and behavioral data to all chains by default will power this next frontier of true omnichain connectivity.
Campaign Launch: Mission Bring ZETA Home
As the crypto ecosystem awaits the launch of ZetaChain, we’re teaming up with Galxe to help users explore the power of omnichain functionality all while earning NFTs and in-app ZETA Points along the way. Make sure to get your ZETA Supporter
and ZETA User
Discord roles in the ZetaChain Guild.
Phase 1 of Mission Bring ZETA Home starts now. Users are tasked with performing a series of omnichain swaps on ZetaLabs. Here, you will experience ZetaChain’s native value transfer — with no bridging, wrapping, or locking of assets — to achieve any-to-any token/chain trades. Over the next few months, mission operations will reveal on a rolling basis. Users can expect to get a taste of the first public blockchain and smart contract platform built for omnichain interoperability.
Phase 0: Assemble at the Omnichain HQ to get your ZETA Supporter badge
Phase 1: Onboard into the testnet Swap app and confirm your wallet so you can complete your first mission
Phase 2: To be announced
Phase 3: To be announced
In addition to earning NFTs for your service throughout this journey, you will also earn ZETA Points on ZetaChain’s testnet. ZETA Points represent your contributions to the ZetaChain protocol and are earned through the following actions:
Join us at SF Blockchain Week
We will be co-hosting a side event with the Galxe team during SF Blockchain Week where you can connect with others in web3 and learn more about this campaign. Register here (and wear your favorite green shirt for something special).
About ZetaChain
Backed by early Coinbase and Binance employees and a handful of others. This protocol-agnostic blockchain supports generic omnichain smart contracts that connect all chains and layers as well as non-smart contract blockchains such as Bitcoin and Dogecoin — without using bridges or wrapped tokens.
Learn more about ZetaChain here and join the conversation on Discord and Twitter.
ZetaChain uses a novel blockchain verification method to achieve decentralized, trustless, chain-agnostic, and flexible cross-chain programmability. Effectively, it enhances the Cosmos IBC module to support interoperability with any existing or legacy chain.
The next generation public computer will not be confined to a single blockchain. In the case of Cosmos, since its inception, its blockchain and community recognized the potential and need for a more connected blockchain ecosystem. Based on the Cosmos SDK, a thriving ecosystem of sovereign application-specific blockchains continues to emerge (dYdX v4, Osmosis, Juno, EVMOS, THORChain, etc.). Comparably, other projects exist as well such as Polkadot with its relay-chain/para-chains system. One important difference between the two is Polkadot’s shared security model versus Cosmos’ hub-router model.
In terms of vision and scope, we argue Cosmos offers a more state-of-the-art design — one that greatly inspired ZetaChain, a decentralized and transparent L1 blockchain. Zetachain strives to achieve complete interoperability with its built-in cross-chain smart contract platform and flexible programmability. In this post, we briefly explore Cosmos’ approach to blockchain interoperability with specific consideration of its Inter-Blockchain Communication (IBC) Protocol. Then, we discuss how ZetaChain extends the Cosmos IBC to enable full omnichain interoperability with any existing or legacy chain.
How does information go across blockchains?
Let’s review how information moves across blockchains while highlighting Cosmos’ approach where applicable. Assume someone (it could be an automatic agent) submits events on blockchain A to blockchain B, and blockchain B is supposed to do something about it. Fundamentally, the question is how does blockchain B know that this information is true on blockchain A? At a high-level, there are three ways:
- Trustless: cross-chain scheme e.g. an atomic swap
- Light Client Verification: blockchain B verifies the information (tx/event/state) of blockchain A with its integrated logic in a consensus rule or smart contract
- Trusted 3rd Party: a trusted external entity verifies and forwards the information to blockchain B
Trustless
The first approach is trustless meaning there is no additional trusted entities needed other than the two involved chains: blockchain A and B. This is ideal; however, it is not generic. For example, so far, it seems the atomic swap is the only technique that works like this, and it’s far from supporting arbitrary cross-chain logic.
Light Client Verification
The second approach is also trustless and rather generic. This is the approach that Cosmos IBC takes. IBC is well integrated with the Cosmos SDK as a module, and any two chains with the Tendermint consensus engine that implement IBC functionality would be able to verify each other’s transactions just like a light client. Note, a light client only stores minimal data about a blockchain, relying on availability of the full blockchain data on other full nodes. In the case of Cosmos IBC, you can think of it as a light client embedded into the consensus rules. The apparent downside is that in order to use IBC, blockchains need to use its particular consensus engine (Tendermint) and implement IBC in its core. This means in practice, only Cosmos chains or new blockchains can integrate.
Trusted 3rd Party
The third trustful approach is even more general. It does not require the modification or accommodation from either blockchain A or B. It just needs a trusted third-party. It could be a centralized entity (like a centralized exchange, or Quant OverLedger), or a decentralized entity (a blockchain in the case of THORChain, or a set of validators like Wormhole).
ZetaChain’s Approach & Comparison with Cosmos
ZetaChain combines the Light Client Verification and Trusted 3rd Party approach to provide decentralized, secure, all-purpose cross-chain programmability. Specifically:
- ZetaChain is a Proof-of-Stake (PoS) blockchain that relies on the same PoS mechanism to essentially “vote” to verify (or more accurately put, notarize) the cross-chain transactions, based on each observer’s independent full-node observations.
- ZetaChain can also be considered a replicated state machine, which integrates light clients of all connected blockchains.
We believe ZetaChain’s approach combines the best of all approaches — decentralized, trustless, chain-agnostic, and generally programmable. For instance, PoS votes/notarization are resistant to extrinsic attacks targeted at light clients, but vulnerable to intrinsic attacks (1/3rd ZETA validator stake attacks). It’s for the most part slightly easier to attack light clients than full-nodes. On the other hand, the light client is resistant to intrinsic attacks, but vulnerable to extrinsic attacks aimed at fooling light clients of connected blockchains (Ethereum, Binance Smart Chain, Bitcoin, etc.). Combining notarization with light clients achieves maximum security. Due to the complexity of light clients in the state machine, ZetaChain will initially be based on PoS notarization. Then gradually over time, it will integrate the trustless light clients in its state machine.
Conclusion
In this post, we identify three ways information is passed across blockchains in the most recent context of cross-chain programmability. We review Cosmos’ analogous system for inter-blockchain connectivity (Cosmos IBC) and ZetaChain. Our analysis shows ZetaChain combines the best of all approaches such that it extends the functionality and security model of the Cosmos IBC protocol to enable full interoperability with any existing or legacy chain.
Join our community
A new wave of omnichain dApps powered by ZetaChain is coming. We invite you to join our Discord community and follow ZetaChain on Twitter @zetablockchain so you can partake in beta-testing this next generation of groundbreaking crypto products.
About ZetaChain
ZetaChain is the foundational layer to a multichain future. The novel blockchain enables multichain functionality without using bridges or wrapped tokens and the easy deployment of omnichain-dApps, or odApps. These applications can manage and connect data and value across all smart contract platforms as well as non-smart contract platforms like Bitcoin and Dogecoin.
Twitter - https://twitter.com/zetablockchain
Discord - https://discord.com/invite/kjQBqcZtnh
Telegram - https://t.me/zetachainofficial