Topics BlockchainCurrent Page

What Is Tendermint?

Intermediate
Blockchain
Sep 27, 2021
12 min read

AI Summary

Show More

Detailed Summary

Tendermint Core and ABCI make up Tendermint, an open-source blockchain protocol engine which developers can build upon with any programming language. Tendermint shifts developers’ focus from the technical and tedious cryptographical component toward the application layer.

While coins such as Bitcoin and Ether get most of the hype, the fact is that the crypto ecosystem cannot run without networks like Ethereum and Tendermint. In this article, we’ll talk about Tendermint and the Cosmos network. Let’s learn how Tendermint is related to Cosmos, delve into the workings of the Cosmos coin (ATOM), and more.

What Is Tendermint?

Created in 2014, Tendermint is a blockchain protocol used to replicate and launch blockchain applications across machines in a secure and consistent manner. It is the brainchild of blockchain software architect Jae Kwon and internet biophysicist Ethan Buchman.

Tendermint is also referred to as the “Tendermint Core,” a protocol that can communicate with blockchains within a network and with external blockchains. With Tendermint, you can create any blockchain system seamlessly. It helps to overcome the time-consuming technical setup phase so you can focus on the application itself.

To understand what the Tendermint-blockchain relationship is like, picture a pizza. Tendermint is like a pizza’s crust or base: it forms the foundation that allows developers to invent endless blockchain applications. Once the base has been established, you can then add a variety of different toppings to it. In the case of pizza, the toppings could be pepperoni or pineapple. The equivalent for Tendermint would be blockchains such as Cosmos.

Tendermint consists of two key building blocks: a blockchain consensus engine and a generic application interface.

  • A blockchain consensus engine

Tendermint Core, the blockchain consensus engine, ensures that transactions are recorded on every machine in the same order. It facilitates the peer-to-peer network and provides a proof of stake (PoS) consensus.

  • A generic application interface

With Tendermint’s Application Blockchain Interface (ABCI), transactions can be processed in any programming language. Thus, ABCI is a tool for blockchains to link onto the Tendermint Core protocol.

What Is the Cosmos Coin?

Cosmos coin (symbol: ATOM) is a cryptocurrency that runs on the Cosmos network. It powers an ecosystem of blockchains designed to scale and interoperate with each other. As a reward for maintaining the network, ATOM token holders can stake their tokens to receive more ATOM. Cosmos aims to turn competition into community with this unique approach. 

Cosmos was the first system to leverage the classic Byzantine fault tolerant (BFT) consensus protocol, with actual economic value at stake, on the public internet. The main goal of Cosmos is to overcome the lack of interoperability in the market. Thus, the Cosmos network serves as a decentralized ecosystem of independent blockchains that can scale and connect. 

This network includes blockchains built on Cosmos, and external blockchains like Bitcoin and Ethereum through a peg zone. A peg zone is an account-based blockchain that bridges zones within Cosmos to external chains like Bitcoin or Ethereum. The process of connecting blockchains is called the “Internet of Blockchains” (IoB).

Altogether, the blockchain sector encompasses a huge variety of services and functionalities. Using Cosmos, different blockchains can coexist with their specialized use cases. This allows developers to focus on developing their applications instead of the protocols that make the networks run. Cosmos also allows different blockchains to leverage the capabilities of other platforms for an improved user experience.

Throughout its network, Cosmos engages various proprietary, open-source tools made available via its platform to allow the interoperability of blockchains.

How Does the Tendermint Blockchain (Cosmos) Work?

The Cosmos network consists of three layers:

  • Application: Processes transactions and maintains the network state.
  • Networking: Allows communication between the transactions and the blockchain.
  • Consensus: Determines the state of the network by establishing consensus among nodes.

Combining all three layers simplifies the development process. However, one can achieve it only through outsourcing tools like Tendermint’s BFT. Thus, the Tendermint algorithm forms the backbone of the Cosmos network. It enables distributed networks to work in sync with the Cosmos Hub by means of a PoS governance mechanism.

ATOM is the native Comos coin and can be staked. Cosmos uses a PoS protocol called Tendermint Core.

Cosmos staking works in two ways:

  • Validating: A validator is a person or organization running a full node that validates transactions on the network. A validator is a direct participant in the network, and is responsible for verifying transactions within a blockchain in lieu of return on investment (ROI). However, validators have to meet certain requirements, such as near-perfect uptime, a minimum ATOM balance large enough to make you one of the top 125 ATOM holders, and availability of high bandwidth.
  • Delegating: Most stakers on the Cosmos network are “delegators.” A delegator entrusts their ATOM to a validator who validates transactions for them. Delegators participate in the validation without running a full node. While delegators earn a lower ROI, they can stake small amounts, and don’t have to adhere to the same hardware or bandwidth requirements as validators. This makes delegating easier than validating.

In addition to the block reward, validators and delegators are also entitled to a portion of fees from transactions which occur on the Cosmos network.

What Can Tendermint Be Used for?

Tendermint serves as a blockchain engine enabling developers to bypass the laborious and technical cryptography required to set up a blockchain.

Gone are the days when people regarded cryptocurrencies as a form of funding used only by certain individuals. Today, cryptocurrencies provide efficient alternatives to traditional options, such as cash and gold. By fostering convergence among industry stakeholders, Cosmos ensures that progress is shared across the board. As a result of its efforts, Cosmos has cemented its place as one of the world’s most popular cryptocurrencies. (Editor’s note: At the time of writing, it’s ranked #19 by CoinMarketCap.) 

​​How Much Does One ATOM Cost?

At the time of writing, the price of one ATOM is around $40, with a 24-hour trading volume of just under $3 billion.

Tendermint Market Cap

Cosmos’s all-time high stands at $44.46. It has a current circulating supply of approximately 280 million ATOM, with a total market cap of over $11 billion.

Architecture and Goals of Tendermint

Tendermint utilizes modular architecture (unlike monolithic architecture) with software components that are independent. Thus, you can update a section of the application without causing significant changes to the system.

Goals of Tendermint:

  • To provide the networking and consensus layers of blockchains as a platform to develop different decentralized applications.
  • To enable developers to focus on the application layer of the blockchain, instead of working on both the consensus and the networking layers simultaneously.

Source: Blockgeeks

What Is the Tendermint Protocol?

Tendermint is basically the software for the Cosmos blockchain. It solves consensus under partially synchronous communication. A partially synchronous system model alternates between periods of synchrony and asynchrony. This model is referred to as “weakly synchronous.” In a nutshell, Tendermint aims to implement a more centralized model that refuses timing limitations on its nodes that operate asynchronously.

Tendermint relies on timing assumptions to make progress. In contrast to synchronous systems, however, the speed of progress is determined by network speed, not system parameters.

The protocol follows a simple state machine that’s depicted in the chart below:

Source: Tendermint

The protocol is run by validators, who propose blocks of transactions and vote on them. Each block is placed at the top. If a block isn’t committed, the protocol will move to the next round, and a new validator will propose the height. The vote needs to be conducted twice to commit a block. The steps are referred to as prevote and precommit. If more than two-thirds of validators precommit for the same block in the same round, the block is considered committed.

Though the Tendermint protocol shares commonality with Bitcoin, as both protocols record transactions on a blockchain, each provides a unique solution to the Byzantine Generals Problem, also referred to as the consensus or “agreement” problem.

What are Byzantine Fault Tolerance and ABCI?

Byzantine Fault Tolerance

A blockchain needs to be decentralized, acting as a digital ledger maintained by a distributed network of computers. Blockchain technology allows for a system where transactions can occur without intermediates, yet it retains a high degree of transparency and reliability.

Like most distributed computing systems, cryptocurrency networks require regular agreement on the current state of the blockchain. These agreements are also called “consensus.” Unfortunately, it isn’t easy to reach consensus over distributed networks in a safe and efficient manner.

How can a distributed network of computer nodes decide if some of them are likely to act dishonestly or fail? The Byzantine fault tolerance was born from this fundamental question, also referred to as the “Byzantine Generals Problem.” It was conceived in 1982  as a logic problem that illustrates how a group of Byzantine generals may have difficulty communicating when trying to agree on their next move during a warlike situation.

Byzantine fault tolerance (BFT) is the property of a system that can resist the class of failures derived from the Byzantine Generals Problem. As a result, BFT systems can operate despite some of the nodes failing or acting maliciously.

Just as there are multiple possible solutions to the Byzantine Generals Problem, a BFT system can also be built in different ways.

ABCI

ABCI allows Byzantine fault tolerant replication of applications written in any programming language. ABCI is primarily a bridge between the Tendermint Core and the Cosmos software development kit (SDK). A developer can build projects for the Cosmos network using the Cosmos SDK.

The Cosmos network is based on interoperating with and connecting to the Cosmos Hub, the main component. In other words, ABCI defines the boundary between the blockchain and the applications running on top of it.

The ABCI comprises three primary message types that get delivered from the core to the application. The application replies with corresponding response messages.

The messages are as follow:

  • The DeliverTx message drives the application. It is this message that accompanies each transaction in the blockchain.
  • The CheckTx message is similar to DeliverTx, but it’s only for validating transactions.
  • The Commit message is placed into the following block header and used to compute a cryptographic commit to the current application state.

ABCI sockets can be connected to multiple applications. For example, the Tendermint Core connects three ABCI sources to the application: one for validation of the broadcast in the mempool, one for the consensus engine to block proposals and one for querying the application’s state.

What Is Tendermint Core?

Tendermint Core is the consensus engine of Tendermint, which ensures the same transactions are recorded on every machine in identical order. Tendermint Core also provides networking and consensus layers.

Tendermint Core is responsible for:

  • Sharing blocks and transactions between nodes.
  • Establishing a canonical/immutable order of transactions (the blockchain).

Is Tendermint Scalable?

In the context of blockchains, scalability refers to the ability of a blockchain to support an ever-increasing load of transactions and nodes within the network. 

Sharding creates smaller databases, or shards, which are shared among the nodes and may operate in parallel. PoW-based systems aren’t able to shard, while sharding capabilities within Tendermint’s PoS-based network help enhance scalability. Overall, Tendermint’s version is more scalable compared to traditional POW consensus algorithms.

Tendermint vs. Ethereum

Ethereum was the first protocol to simplify blockchain application development by providing a virtual machine blockchain, allowing developers to deploy custom logic through a smart contract. However, one problem remained: the development of the core blockchain. Ethereum simplified the process, but it did so with DApps, not independent blockchains.

Before Tendermint, creating a blockchain required building all three layers: — networking, consensus and application — from the ground up. Tendermint simplifies the process significantly, as developers only need to work with the application layer. Networking and consensus layers are already provided through the Tendermint Core engine. Thus, you only need to adapt the ABCI through a programming language of your choice, develop a unique application, and then start using the features. The Inter-Blockchain Communication protocol (IBC) is crucial for blockchain interoperability. The IBC allows heterogeneous chains to transfer value and data, which helps unlock the interoperability between blockchain platforms that use different validator sets and applications.

Tendermint vs. Cosmos (ATOM)

Cosmos is a dual-layer blockchain ecosystem: the first layer supports networking and the second supports consensus. The first layer is powered by Tendermint and is called Tendermint BFT. Thus, Tendermint separates the consensus/network layer from the application layer of the blockchain. Anyone can program a blockchain without writing all the crypto and networking-related code, making it seamless for developers to build solutions. 

Simply put, Cosmos is a PoS blockchain built with Tendermint, and ATOM is a coin that uses delegation to allow anyone, including non-validators, to participate in staking. Tendermint is the software on which Cosmos operates.

Cosmos (ATOM) Price Prediction 

The ATOM coin has been surging in popularity, and experts believe that the price still has plenty of room to grow. Thus, it’s worth holding ATOM in your wallet, as the price is expected to reach $50 by the end of 2021.

As crypto trading and internet activity grow in the upcoming years, investors are expected to pool money into various cryptocurrencies. Certain sources believe that the growth of crypto investing could help the ATOM coin reach $80 by 2022.

The Future of Tendermint

Tendermint is a core contributor to the Cosmos network, which is a set of multiple interconnected blockchains. It provides blockchain software and development kits, both of which are used by blockchain projects in the Cosmos ecosystem. 

Additionally, Tendermint is developing a crypto app store called Emeris to allow access to a range of DApps. Emeris will provide a single platform for users to interact with applications such as lending protocols and DEXs.

In the words of Peng Zhong, CEO of Tendermint, “Emeris is our most ambitious product to date. We will finally offer end users a one-stop portal to navigate the Internet of Blockchains. Our beta starts fulfilling this vision, with a focus on cross-chain DeFi.”

Closing Thoughts

Tendermint acts as a strong foundation for developers to build different blockchains. It has room for improvement and there’s still a considerable amount of work to be done. For example, the algorithm’s guarantees have yet to be formally verified, its performance could be further optimized and architectural changes could be made to enable an increase in capacity.

While cryptocurrency and blockchain are still in their infancy, they hold significant potential to become the future of money and computing. Technologies like Tendermint and Cosmos provide developers with a platform to create an exciting future. We’re looking forward to seeing what happens.

Bybit App
Earn the smart way