Tezos is a coin created by a former Morgan Stanley analyst, Arthur Breitman. It is a smart contract platform which is does not involve in mining Tezos coins. It is a coin that promotes themselves on major ideas of self-amendment and on-chain governance. It is an Ethereum-like blockchain that hosts smart contracts. It allows the community to vote and improve its flaws. Any token holder may delegate their voting rights to others in the network. The coin uses a generic network shell which allow different transaction and consensus protocols that a blockchain needs to be compatible. The source code is implemented on OCaml which is a fast, flexible and functional programming language which should suit an ambitious project and its technical requirements. Tezos’ proof-of-stake consensus algorithm is different from the delegated proof-of-stake (dPOS) where they go by the name liquid proof-of-stake. This liquid proof-of-stake that Tezos uses focus in filling the gap between both security and decentralization but still being able to take advantage of the benefits that delegated proof-of-stake offers. The staking process in Tezos is called “baking”. In this blockchain, bakers who make deposits will be rewarded for signing up and publishing blocks. However, if a baker commits any bad behavior the deposits will be forfeited. Baking & Endorsing Baking is what Tezos refers to as the action of signing and publishing a new block in the chain. Bakers need at least 10,000 XTZ to qualify as a delegate, and having additional delegated stake increases their chances of being selected as a Baker or Endorser. At the beginning of each cycle (4096 blocks), the Bakers for each block are randomly selected and published. Bakers earn a block reward of 16 XTZ for baking a block. In addition to the Baker, 32 Endorsers are randomly selected to verify the last block that was baked. Endorsers receive 2 XTZ for each block they endorse. Block Rewards & Inflation Block rewards are funded by protocol defined inflation. Rewards are calibrated so that the number of XTZ tokens grows at roughly 5.5% per year. If 100% of Tezos tokens are delegated, the annualized yield will be 5.5%. Currently, 38% of Tezos tokens have been delegated, including the 10% owned by the Tezos Foundation, so the annualized yield is currently 14%. To ensure Bakers and Endorsers act honestly, they are required to post a security deposit for each block they Bake or Endorse. They forfeit this deposit in the event of malicious activity, such as double baking or double endorsing a block. In 2018, Tezos successfully launched their main network after delaying the launch due to corporate governance disputes. The Tezos foundation planned to transition the network to a mainnet, or a more complete version. The foundation has also raised $232 million in July 2017 to build the network and issue a new type of cryptocurrency to its backers in one of the largest- ever initial coin offerings. The founders have also made it clear in their blog that the network is using a new blockchain technology hence unexpected issues may still occur affecting the network. Check out CoinBureau for the complete review of Tezos.
The Cosmos network consists of many independent, parallel blockchains, called zones, each powered by classical Byzantine fault-tolerant (BFT) consensus protocols like Tendermint (already used by platforms like ErisDB). Some zones act as hubs with respect to other zones, allowing many zones to interoperate through a shared hub. The architecture is a more general application of the Bitcoin sidechains concept, using classic BFT and Proof-of-Stake algorithms, instead of Proof-of-Work.Cosmos can interoperate with multiple other applications and cryptocurrencies, something other blockchains can’t do well. By creating a new zone, you can plug any blockchain system into the Cosmos hub and pass tokens back and forth between those zones, without the need for an intermediary. While the Cosmos Hub is a multi-asset distributed ledger, there is a special native token called the atom. Atoms have three use cases: as a spam-prevention mechanism, as staking tokens, and as a voting mechanism in governance. As a spam prevention mechanism, Atoms are used to pay fees. The fee may be proportional to the amount of computation required by the transaction, similar to Ethereum’s concept of “gas”. Fee distribution is done in-protocol and a protocol specification is described here. As staking tokens, Atoms can be “bonded” in order to earn block rewards. The economic security of the Cosmos Hub is a function of the amount of Atoms staked. The more Atoms that are collateralized, the more “skin” there is at stake and the higher the cost of attacking the network. Thus, the more Atoms there are bonded, the greater the economic security of the network. Atom holders may govern the Cosmos Hub by voting on proposals with their staked Atoms.