GeekHub Global Online The fifth phase of cross-chain – dialogue COSMOS content record

The Babbitt Accelerator Technology Open Course is a global Geekhub Global Online program that includes in-depth dialogue and courses. We regularly invite experienced technology companies around the world to deconstruct blockchain technology online to deliver cutting-edge high-quality blockchain technology content to the Geekhub technology community. Community members can also participate in live interactions to explore blockchains. Technology development and future

On March 14, after the COSMOS main online line, the Babbitt Accelerator specially interviewed COSMOS founder Jea to discuss the security issues, chain independence and other technical details of the COSMOS network. Please see the original text for details. On April 4th, COSMOS/Tendermint core developer Sunny Aggarwal and COSMOS/Tendermint strategic market leader Chjango Unchained came to GeekHub Global Online, the fifth issue of "cross-chain" to explain "Many Chains, mang tokens, one ecosystem"

From January 2009 to today, the Bitcoin network has been successfully operated for more than 10 years, and thousands of chains have appeared in this decade. Among them, there is a first-generation blockchain represented by Wright currency as a payment currency, and a second-generation blockchain with a Turing-complete smart contract function represented by Ethereum and EOS. XMR and ZEC represent a series of blockchains that focus on privacy protection. These different chains focus on different areas, like the islands on the sea, with few links to each other. Cross-chain technology is like a cross-sea bridge linking islands. It carries the heavy responsibility of communication and also hopes to build a new ecology. Especially in today's many chains and many tokens, people have given special imagination to cross-chain technology. In this course, Sunny and Chjango will start with the Tendermint consensus algorithm to talk about COSMOS cross-chain technology.

  • Tendermint consensus algorithm

4f3324587c97c8c86f4e7d1e0f74b71

Tendermint is the consensus engine framework for BPOS+BFT. By writing the application of the framework, the blockchain based on the Tendermint consensus engine can be implemented quickly and easily. It is a simplified and optimized PBFT algorithm, which can flexibly synchronize the network. At the same time, it can guarantee the consistency of the block without more than 1/3 of the wrong nodes. When the network is forked, Tendermint does not. Allowing forks, in this case, Tendermint may theoretically get stuck and no new transactions can be written. In BPOS (the proof of binding rights), the bound token will be mortgaged in the network and determine the voting weight of the verifier; thus avoiding the huge resource consumption caused by the POW. In this public licensing system, COSMOS adopts the slashing mechanism, and there will be a certain period of unbinding, thus preventing evil.

Anyone can delegate the token to the verifier to participate in the network consensus, and at the same time get a block reward, but also share the risk with the verifier. If the verifier is slash, they will also have a certain loss due to joint responsibility, so it is very important to entrust the reliable verifier. The COSMOS network automatically distributes rewards and also resolves joint and several liability issues through immediate delegation or verifier commitments.

The consensus mechanism adopted by COSMOS can realize cross-chain operation, and each chain is independent, has "self-jurisdictional", scalable, efficient state machine, very easy to develop, can achieve "one-click chain", and can Continue to develop.

  • Implementation on Tendermint BFT – Tendermint Core

A5828549bbd93dc64418fca97572c99

Written in Go, it conforms to all P2P and consensus logic, and can handle the work of 5 seconds out of 100 witness nodes. This is the first product-grade BFT floor engine. Tendermint Core brings vertical expansion, which is a TPS boost on a single chain, such as helping the Tendermint blockchain operating on the EVM to increase its TPS to one or two hundred.

In addition to vertical expansion is not enough, horizontal expansion is also very important, this part will be introduced in the introduction of IBC. Horizontal expansion refers to the efficient interaction of multiple independent chains that are independent of each other through the network.

The cool thing about Tendermint Core is that it allows you to write your Stake Machine equity engine in any language, allowing any equity engine based on BFT.

Some of the equity engines have been transferred to Tendermint Core, including EVM, which we often call the Ethermint project and the bitcoin-like Chain.com VM, also known as Chainmint.

There are already a variety of programming languages ​​you can think of running on Tendermint Core.

Another innovation is to allow any verification device, you can decide whether your certifier uses Proof of Authority, Proof of Stake or even Proof of Work.

Allows you to have your own set of certifiers, giving your app a certain sovereign attribute. You can use this to build a private or public chain. You can make these certifiers based on your blockchain community.

So Tendermint Core helps from the sovereign attribute, can be customized, any language can be written, and also brings capacity expansion.

  • COSMOS SDK

The COSMOS SDK uses the GO language, allowing developers to design their own blockchain in the easiest way on the COSMOS network. Cosmos-SDK provides a modular structure that provides developers with a ready-made development framework. This means that developers can choose the basic blockchain application and add modules such as governance or equity delegation. At the same time, the COSMOS SDK has good scalability, you can create your own modules on this basis, you can develop the blockchain you need without building an application layer.

Now, IRISnet, LINO, KAVA, etc. have been developed based on the COSMOS SDK.

  • IBC Agreement

The IBC protocol can be analogized to the TCP/IP protocol, which is specifically designed for COSMOS networks and is used for messaging between HUBs and zones.

The biggest innovation of the IBC protocol is the ability to achieve horizontal scalability.

Now in the industry, we can't provide a chain that is more efficient and has a better user experience than a centralized organization. Existing chains are faced with situations where TPS is not high enough and transaction processing speed is not fast enough to improve the efficiency of the entire blockchain ecosystem.

It is necessary to link existing chains so that they can communicate and process information in real time. This requires the IBC agreement.

Data transfer, token trading and asset transfer are currently available through the IBC protocol.

COSMOS Hub 8c4b831ef3c8c0c1c05f54175b471e8

Hub can be regarded as the most important central organization on the COSMOS network. First, the Hub links different zones, and different Zones must be connected through their corresponding Hub. Hub is the backbone of information and data transfer transactions in the COSMOS network. Secondly, the emergence of COSMOS is to better solve the problem of the expansion of the blockchain. In order to achieve unlimited expansion, more and more Hubs need to be connected first. If the number of transactions on the Hub is too large, the transaction speed will drop, and only one more Hub can be established to solve this problem, thus greatly increasing the transaction speed. Finally, COSMOS Hub can be seen as a security center in the cosmos network. Through the Hub, it is possible to effectively avoid double-flowering and other evil events, so tokens can be transferred between partitions safely and quickly.

Community Q&A:

1. The COSMOS network and the Polkadot network are the two top-level projects for implementing the blockchain network. What are the special advantages of COSMOS compared to Polkadot?

COSMOS Vs. Polkadot

Designed after COSMOS, Polkadot borrowed some of the good spirits of COSMOS/Tendermint from the beginning, so it is more comprehensive in design. For example, the design of COSMOS focuses on cross-chain transfer, and Polkadot's cross-chain can also support data cross-chain use. But around data and complex computing cross-chain, IRISnet gives the design, which is a complement to the COSMOS ecosystem.

One of the most important differences between Polkadot and COSMOS is independent security Vs. shared security. Polkadot uses shared security, based on the chain of Polkadot, whose security and governance are closely related to Polkadot's main chain, which is its Relay chain (a bit like the status of Cosmos's Hub). The security consensus verification for these chains is provided by Pollaadot's Relay Chain. Cosmos supports independent security, its hub and other application chains. They are independent blockchains. Each chain has its own independent consensus mechanism, only when cross-chain interaction is required. There will be real interaction.

2. In the tendermint section, I saw the structure definition of the Vote. Is this a vote for the certifier's proposed block? Or does it mean a pledge to the certifier?

The definition of "voting" can be applied to three situations:

Voting: The number of atoms associated with the validator.

Voting: Usually refers to governance voting to determine changes to the agreement.

Voting in the BFT consensus round: Refers to the consensus node (verifier) ​​to cause the consensus message (pre-voting, pre-submission) to reach consensus before a block is submitted.

In a governance vote, the principal and the verifier can vote, but normally, by default the verifier will vote and the principal inherits the vote of the verifier they are entrusted to. However, the delegate can overturn the vote at any time.

To learn past courses, please click on the live room homepage.

We will continue to update Blocking; if you have any questions or suggestions, please contact us!

Share:

Was this article helpful?

93 out of 132 found this helpful

Discover more

Bitcoin

Four Key Factors Driving Bitcoin Price Rally, According to Matrixport 🚀💰

Matrixport utilizes a comprehensive approach to predict Bitcoin prices, taking into consideration significant factors...

Market

Injective and Google Cloud: A Dynamic Blockchain Duo

INJ Integrates Google Cloud's BigQuery to Enhance Web3 Finance on Layer-1 Blockchain

Market

🚀 BNB Chain Unveils Exciting Advancements on BNB Greenfield Roadmap 🌱

The BNB Chain is making a significant impact in the world of blockchain with the launch of its Rollup-as-a-Service (R...

Market

Binance Faces Regulatory Scrutiny in South Korea: What You Need to Know

Binance has decided not to expand its presence in South Korea due to increasing regulatory scrutiny. In order to comp...

Bitcoin

Bitcoin Price to Hit $50,000: The Unstoppable Surge Continues!

Fashionista, get ready for some exciting news! Influential social media trader Titan of Crypto just confirmed that Bi...

Market

Will the SEC Approve Bitcoin ETFs in 2023? Novogratz Thinks So, Eventually

Spot Bitcoin exchange-traded funds (ETFs) may finally be approved by the SEC this year, according to financial expert...