Tezos Whitepaper

Tezos Whitepaper



Abstract


We present Tezos, a generic and self-amending crypto-ledger. Tezos can instantiate any blockchain based ledger. The operations of a regular blockchain are implemented as a purely functional module abstracted into a shell responsible for network operations. Bitcoin, Ethereum, Cryptonote, etc. can all be represented within Tezos by implementing the proper interface to the network layer.

Most importantly, Tezos supports meta upgrades: the protocols can evolve by amending their own code. To achieve this, Tezos begins with a seed protocol defining a procedure for stakeholders to approve amendments to the protocol, including amendments to the voting procedure itself.

This is not unlike philosopher Peter Suber’s Nomic, a game built around a fully introspective set of rules. In addition, Tezos’s seed protocol is based on a pure proof-of-stake system and supports Turing complete smart contracts.

Tezos is implemented in OCaml, a powerful functional programming language offering speed, an unambiguous syntax and semantic, and an ecosystem making
Tezos a good candidate for formal proofs of correctness. Familiarity with the Bitcoin protocol and basic cryptographic primitives are assumed in the rest of this paper.




Introduction


In the first part of this paper, we will discuss the concept of abstract blockchains and the implementation of a self-amending crypto-ledger.
In the second part, we will describe our proposed seed protocol.




Self-amending cryptoledger


A blockchain protocol can be decomposed into three distinct protocols:

  • The network protocol discovers blocks and broadcasts transactions.
  • The transaction protocol specifies what makes a transaction valid.
  • The consensus protocol forms consensus around a unique chain.

Tezos implements a generic network shell. This shell is agnostic to the transaction protocol and to the consensus protocol. We refer to the transaction protocol and the consensus protocol together as a “blockchain protocol”. We will first give a mathematical representation of a blockchain protocol and then describe some of the implementation choices in Tezos.


Want to find a web3 job?

Receive emails of Tezos Whitepaper

More by L M Goodman

Can you explain Tezos simply?

The tezos whitepaper is a technical document that outlines the design and functionality of the tezos blockchain.

It explains how tezos uses a unique governance model to allow stakeholders to vote on proposed changes to the protocol, and how it uses a proof of stake consensus algorithm to secure the network.

It also describes how tezos implements smart contracts, which are self-executing programs that run on the blockchain, and how it supports formal verification to ensure that smart contracts are safe and correct.

Overall, the whitepaper provides a comprehensive overview of the innovative features that make tezos a unique and powerful blockchain platform..

What are the main benefits of Tezos compared to other chains?

Tezos offers several benefits compared to other blockchain networks, including:

  1. On-chain governance: tezos has a unique self-amending mechanism that allows stakeholders to vote on proposed changes to the protocol. this means that the network can evolve over time without requiring hard forks.
  2. Formal verification: tezos uses formal verification, a mathematical technique that allows developers to prove the correctness of smart contracts and other parts of the protocol. this makes the network more secure and less prone to bugs and vulnerabilities.
  3. Liquid proof-of-stake: tezos uses a consensus mechanism called "liquid proof-of-stake" that enables token holders to participate in the networks consensus process and earn rewards for doing so. this creates a more decentralized and secure network.
  4. Interoperability: tezos is designed to be interoperable with other blockchain networks, which means that it can communicate and exchange assets with other networks. this is important for creating a more connected and efficient blockchain ecosystem. overall, these features make tezos a more flexible, secure, and sustainable blockchain platform compared to other chains.

Overall, these features make tezos a more flexible, secure, and sustainable blockchain platform compared to other chains

Ask me anything