Вы находитесь на странице: 1из 20

The self-amending cryptographic ledger

EXECUTIVE SUMMARY

Tezos is a decentralized blockchain that


governs itself by establishing a true digital
commonwealth.
What’s more, Tezos was built to facilitate formal verification, a technique
1 HISTORY which boosts the security of the most sensitive or financially weighted
smart contracts by mathematically proving the correctness of the code
2 PRINCIPLES
governing transactions.
3 PEOPLE
The Tezos blockchain will underpin secure, decentralized applications and
4 FUNDRAISER smart contracts while avoiding some of the political and technological
problems which earlier efforts such as Bitcoin and Ethereum have faced.
5 PLANNING Tezos was built on the belief that a deep commitment to security, formal
6 GOALS verification, and governance that gives stakeholders the power to
make protocol decisions is the formula for earning trust and generating
widespread adoption on the blockchain.

This document provides a comprehensive overview of Tezos, its


applications and benefits, the developers involved in the project, the
upcoming Tezos fundraiser (sometimes loosely called “ICO” or “crowdsale”),
the Tezos Foundation and the goals the Foundation hopes to achieve.

tezos.com
THE Work on Tezos began in 2014 by its
founding development team, whose
academic experience spans from
December 2013 - Gordon Mohr
suggests NomicCoin on Twitter

HISTORY philosophy to physics, mathematics and


computer science, along with professional
January 2014 - Independent
formulation of this idea by L.M.
Goodman

OF THE
experience that includes positions at March 2014 - Tezos development
Goldman Sachs, Morgan Stanley, The begins self-funded
Wall Street Journal, and Accenture. They August 2014 - Tezos Position Paper is

TEZOS recognized that decentralized blockchains


share the same challenges that exist in
released
September 2014 - Tezos White Paper
is released
any commons (the name economists give
BLOCK- to a resource shared by several people),
specifically that challenges around
January 2015 - Zooko becomes an
advisor to Tezos
August 2015 - Bitcoin XT proposed,
1

2
HISTORY

PRINCIPLES
CHAIN governance and maintenance often lead
to stagnation, shortages, and political
the “block-size debate” begins putting
governance on the front stage
June 2016 - The DAO is hacked,
deadlock. a hard-fork of Ethereum is soon
decided by the Ethereum Foundation
3 PEOPLE
In the case of pioneers like Bitcoin June 2016 - The pre-fork Ethereum
4 FUNDRAISER chain becomes Ethereum Classic and
and Ethereum, those challenges have splits the network
manifested themselves in situations that June 2016 - Andrew Miller joins as an
5 PLANNING
put too much power in the hands of core advisor

6 GOALS development teams or miners. In other September 2016 - Arthur Breitman


presents Tezos as StrangeLoop
words, first-generation blockchains have
September 2016 - Polychain Capital
become subject to a form of centralization and several individuals back Tezos to
that their developers sought to avoid. help scale up development
February 2017 - Emin Gün Sirer joins
as a technical advisor in an official
During three years of development, the capacity
Tezos team sought to address the need
May 2017 - Tezos Foundation
for decentralized innovation in protocol launches in Switzerland
design and emphasized the importance of Summer 2017 - Tezos network
formal verification in its software design launches

tezos.com philosophy.
THE PRINCIPLES OF THE
TEZOS BLOCKCHAIN

2.1 GOVERNANCE upgrade. This approach provides a a mechanism to enable collective


strong incentive to contribute efforts decision making. Tezos tokens not only
While all blockchains offer financial towards core development of the Tezos power smart contracts in the network,
incentives for maintaining consensus blockchain and further decentralizes but also allow votes on protocol
1 HISTORY on their ledgers, no blockchain has the maintenance of the network. It amendments. The initial Tezos rollout is
a robust on-chain mechanism to compensates developers with tokens simple by design, but its self-amending
2 PRINCIPLES
seamlessly amend the rules governing that have immediate value rather nature means that the rules governing
3 PEOPLE its protocol and explicitly fund than forcing them to seek corporate the network can be improved over
protocol development. As a result, sponsorships, foundation salaries, or time.
4 FUNDRAISER work for Internet fame alone.
first generation blockchains tend to
5 PLANNING empower, de facto, centralized core
development teams or miners to Tezos instantiates new technical 2.2 CORRECTNESS
6 GOALS formulate design choices. innovations but can also enforce types
of constitutionalism through the use Blockchains underpin billions of dollars
Tezos takes a fundamentally different of formal proofs to mathematically of value with relatively small codebases,
approach by creating governance verify that key properties are upheld which puts them in the sweet spot
rules for stakeholders to approve over time. By allowing stakeholders for formal verification, a powerful
of protocol upgrades that are then to coordinate on-chain, the network technique that mathematically proves
automatically deployed on the also allows for the creation of bounties the correctness of computer programs.
network. When a developer proposes to implement specific features or Formal verification has been used in the
a protocol upgrade, they can attach an discover bugs. Collectively, the network aerospace industry, in medical devices,
invoice to be paid out to their address maintains the decentralized aspect and other instances where the stakes
tezos.com upon approval and inclusion of their of blockchains while introducing are too high to fail.
2.2.1 OCAML be possible to automatically extract
IMPLEMENTATION key parts of the protocol’s code from
mathematical proofs of correctness.
Formally verifying a complex piece
of software is a sizable task, so the 2.2.2 MICHELSON
development team sought to simplify
it as much as possible. To that end, The correctness of smart contracts Formally verifying
we implemented Tezos in OCaml, a running on the Tezos blockchain is
functional programming language almost as important as that of the core a complex piece
that has been developed and protocol itself. Smart contract bugs can of software is a
maintained by the INRIA since 1996 taint the reputation of the platform they
(and itself based on earlier efforts). Its operate on. To mitigate that risk, the sizable task, so
speed is comparable to that of C++ development team designed our smart the development
1 HISTORY and it generally features among the contract language with correctness and
fastest programming languages in formal verification in mind. team sought to
2 PRINCIPLES
benchmark testing. More importantly, simplify it as much
3 PEOPLE OCaml is strongly typed and offers Michelson is statically typed and
an impressive type inference system. purely functional. This design largely as possible.
4 FUNDRAISER Its expressive syntax and semantics, eliminates large classes of bugs such
including powerful pattern matching as the DAO reentrancy bug or the
5 PLANNING
and higher-order modules, make it easy Solidity ABI vulnerability discovered by
6 GOALS to concisely and correctly describe the the Golem project. The language itself
type of logic underpinning blockchain- looks like a mix between Forth and Lisp
based protocols. OCaml’s semantic is and a reference is available here. The
fairly rigorous and a very large subset Tezos development team has already
has been formalized, which removes successfully proven the correctness of
any ambiguity as to what is the Michelson contracts in Coq, including
intended behavior of amendments. the multisig contract.
In addition, Coq, one of the most
advanced proof-checking software More information about these design
tools, is able to extract OCaml code choices are found in the Tezos position
tezos.com from proofs. As Tezos matures, it will paper and white paper.
2.3 PROOF OF STAKE The network issues newly minted
tokens as a reward to validators
In its initial incarnation, Tezos is for the service they provide to the
launching with a delegated proof-of- network. These rewards will create
stake consensus algorithm. This choice nominal inflation; holders are free
of consensus algorithm is amendable, to be their own delegate if they
so desire and thus to avoid any
on-chain, by the stakeholders. In The development
principle, a proof-of-work consensus or dilution. It likely that large delegates
even a federated consensus could take will offer to share some of their profits team expects
in a bid to attract more stakes.
its place. However, the development proof-of-stake to
team expects proof-of-stake to be an
important part of the Tezos culture The computing requirements to be an important
become a validator are relatively
1 HISTORY
and thinks it will remain the primary part of the Tezos
consensus method. lightweight (a few hundred watts
at most) but a robust, high-speed culture and thinks
2 PRINCIPLES
Internet connection is required.
Tezos’ delegated proof-of-stake system it will remain the
3 PEOPLE works by letting every stakeholder Running a proof-of-stake node also
designate one or several delegates requires more operational security primary consensus
4 FUNDRAISER than running a mining operation as it
of their choice to create blocks and method.
validate transactions on their behalf. involves signing blocks with a private
5 PLANNING
The higher the stake delegated to key on a machine connected to the
6 GOALS a given validator, the more often Internet. This risk can be mitigated
will they be called upon to create by the use of secure hardware
blocks. Though the Tezos system is components, as found in devices like
delegated, every token holder can the Trezor or the Ledger Nano S.
participate as a delegate regardless
of the amount they hold.

tezos.com
PEOPLE AND ORGANIZATIONS
INVOLVED WITH TEZOS

3.1 DYNAMIC LEDGER 3.2 THE DEVELOPMENT TEAM


SOLUTIONS
Tezos is a small team. The philosophy behind
The Tezos blockchain is primarily the Tezos project dictates that the core team
1 HISTORY being developed by Dynamic Ledger should not be the only contributors to the
Solutions, Inc. (“DLS”) a US-based Tezos project. That being said, the original team
2 PRINCIPLES
company co-founded by Kathleen and will obviously play a critical role in growing and
3 PEOPLE Arthur Breitman. improving the network in its infancy.

4 FUNDRAISER There are currently ten core developers: Arthur


Arthur was born in France and educated
at École Polytechnique in math, physics, Breitman, Benjamin Canou, Çağdaş Bozman,
5 PLANNING
and computer science. He then went Pierre Chambart, Grégoire Henry, Mohamed
6 GOALS on to a career in quantitative finance, Iguernlala, Fabrice Le Fessant, Alain Mebsout,
including positions at Goldman Sachs Vincent Bernardoff, and Guillem Rieu.
and Morgan Stanley. Kathleen holds a
BA from Cornell University and worked Our development team is primarily located
at The Wall Street Journal, Bridgewater in Paris, France and has been working on
Associates, Accenture, and R3 prior to the Tezos ledger through a partnership
Tezos. with OCamlPro, a software company with
deep OCaml expertise founded by Fabrice
Kathleen met Arthur at a crypto- Le Fessant. Most of our developers have
anarchist meetup in New York in 2010 Ph.Ds in Computer Science and expertise in
tezos.com and they’ve been together ever since. programming language theory.
3.3 THE TEZOS FOUNDATION 3.4 ADVISORS

Tezos’ founders thought it that it would be Tezos advisors currently include:


beneficial for the the Tezos Network if a non-
profit foundation could guide its early steps
and complement the decentralized nature of its
governance model. The Tezos Foundation is an
independent Swiss entity whose goal is to promote
and foster the use of the Tezos blockchain, its
technology and its ongoing development.

Since the early days of the Tezos network are


critical, the Tezos foundation will retain a veto
1 HISTORY power over protocol upgrades for a period of one Zooko Wilcox Emin Gün Sirer Andrew Miller
2 PRINCIPLES year from minting the Genesis block. However, Computer scientist Associate Professor at Assistant Professor at
the Foundation does not and will not have any and the leader of the Cornell University. the University of Illinois,
3 PEOPLE privileged power in proposing protocol upgrades. ZCash project. Urbana-Champaign in
Any protocol upgrade proposed by the Foundation Gün’s research spans Computer Engineering
4 FUNDRAISER Additionally, Zooko operating systems,
will need to be vetted and agreed upon by the and Computer Science.
is the designer of networking, and
5 PLANNING stakeholders just as any other proposal would. multiple network distributed systems. Andrew is also an
protocols and a He is a Co-Director Associate Director
6 GOALS The members of the Foundation council are member of the of the Initiative for of the Initiative for
Johann Gevers, Diego Ponz, and Guido Schmitz- development Cryptocurrencies Cryptocurrencies
Krummacher. Johann Gevers is one of the founders team of ZRTP and Contracts (IC3) and Contracts (IC3)
and the BLAKE2 at Cornell. Emin has at Cornell and an
of the Cryptovalley ecosystem in Zug, Switzerland,
cryptographic hash made enormous advisor to the ZCash
as well as the CEO of Monetas, a digital payments function. project. His research
contributions to the
company based in Zug. Diego Ponz is a computer Bitcoin community interests are broadly
scientist and entrepreneur with an expertise through his work on in computer security,
in combinatorial optimization. Guido Schmitz- vaults and selfish and focused on the
Krummacher is a businessman in the Zug area. mining techniques. design of secure
decentralized systems
and cryptocurrencies.
tezos.com
3.5 EARLY BACKERS

In order to fund the last phases of


Tezos’ development, the DLS team
received backing from ten entities 24%
from September 2016 through March 28% CONTRACTORS
2017. Three of these entities were
ADVISORS
hedge funds with a specific focus
on tokens. The other seven backers 6% HEDGE FUNDS
were high net-worth individuals, INDIVIDUALS
or federations thereof, many of
whom were also LPs of the hedge 42%
funds. Total early funding amounts
1 HISTORY to $612,000. In order to value the
2 PRINCIPLES early participants in this project, the
Tezos Foundation will recommend an
3 PEOPLE allocation of XTZ tokens equivalent
to $893,200.77 in contributions
4 FUNDRAISER
(corresponding to a 31.48% discount).
5 PLANNING No single backer represented more
than 33% of the total amount.
6 GOALS
DLS chose these backers strategically,
with an emphasis on people and
entities who were philosophically
in-line with our uncapped fundraising
structure and are long-term believers
in the Tezos protocol, either based on
their technical expertise or familiarity
with the founding team.

tezos.com
FUNDRAISER

The Switzerland-based Tezos genesis block based on special website: https://crowdfund.


Tezos Foundation will contributions in bitcoins and tezos.com and through Bitcoin
oversee a fundraiser on Ethers (Please refer to the legal Suisse AG, a Swiss exchange that
July 1, 2017. document that will be issued by the has successfully managed several
Foundation for more details.) fundraisers.
1 HISTORY It will recommend a
token allocation in the The Foundation will receive and
2 PRINCIPLES
manage all contributions on a
3 PEOPLE

4 FUNDRAISER

5 PLANNING

6 GOALS

crowdfund.tezos.com

tezos.com
4.1 SCHEDULE a time dependent bonus. This bonus The average time between Bitcoin blocks
is meant to incentivize contributors is approximately 10 minutes, thus the
Following the example set by the not to delay their participation. The fundraiser is expected to last approximately
Ethereum Foundation, there is no cap bonus starts at 20%, meaning that two weeks, and each period of 400 blocks
on the amount of contributions that a contribution of 1 XBT will yield an roughly two days and eighteen hours.
will be accepted by the Foundation. allocation of 5,000 X (1 + 20%) = 6,000
This is done in order to ensure that XTZ and decreases progressively to The Foundation will manage the proceeds
participation is not limited only to 0% over 5 periods lasting 400 Bitcoin of the fundraiser and sell contributions
insiders or the “fast-fingered”. The blocks each. progressively throughout the fundraising
Tezos development team believes period in order to reduce the risk inherent
that an un-capped fundraiser will in holding cryptographic tokens.
promote a widespread distribution of
the tokens, a necessary prerequisite
1 HISTORY to launching a robust network.
2 PRINCIPLES
Though the amount of Tezzies 20%
3 PEOPLE allocated is denominated in bitcoins,
contributions may be made in ethers,
4 FUNDRAISER
that will be implicitely converted at
15%
5 PLANNING the prevailing rate on a best effort
basis. Contributions may also be 10%

Bonus
6 GOALS made through Bitcoin Suisse AG who
accepts fiat currencies and other
electronic tokens and will participate
5%
in the fundraiser on behalf of its
customers. 0%
The fundraiser will last for a period of 0-399 400-799 800-1199 1200-1599 1600-1999
2,000 Bitcoin blocks. Throughout this
period, a contribution of one bitcoin Bitcoin block #
(1 XBT) will lead to an allocation of
tezos.com five-thousand tezzies (5,000 XTZ) plus
4.2 RECOMMENDED ALLOCATION
The foundation will recommend allocation based on the following pools:

Pool A Pool B Pool C Pool D Pool E


The Early Advisors, 10% to the 10% for
fundraiser backers PR, and Foundation, acquisition
development vesting over of DLS,
Pool A will represent As mentioned above,
the contributions DLS accepted a small team bonuses four years vesting over
made during the amount of backing to four years
fund development, Bonuses totalling An amount equivalent
fundraiser and be
representing $893,201 $317,000 will be to one eighth of the An amount equivalent
allocated at a rate of
in promises. These granted to the tokens allocated in to 1/8 of the tokens
1 HISTORY 5,000 XTZ / XBT plus
backers are thus development team pools A, B, and C will allocated in pools A, B,
a bonus depending on
being allocated a in addition to their be allocated to the and C will be reserved
2 PRINCIPLES the time at which the
specific number of regular compensation. Foundation. This pool by the Foundation as
contribution is made.
tokens based on the An additional $75,000 will represent 10% of part of its acquisition of
3 PEOPLE initial price (bonus will be granted to the total number of shares of DLS (subject
included), not a fixed advisors, and $30,000 tokens issued during to approval by the Swiss
4 FUNDRAISER percentage of the worth of tokens to the fundraiser. The supervisory authority
issued tokens. a communications foundation’s priorities for foundations). These
consulting firm. are listed below, in tokens will vest over
5 PLANNING
Section 4. These a period of 4 years
tokens will vest over and also represent 10%
6 GOALS a period of 4 years. of the total amount of
tokens issued.

5,000 XTZ / XBT $893,201 worth $422,000 worth 10% over 4 years 10% over 4 years
+ up to 20% bonus + 20% bonus + 20% early bonus
tezos.com
FOUNDATION PLANNING

A detailed layout based on different fundraising scenarios can be found in THE TABLE.

The Tezos Foundation will manage the 5.1 ENGINEERING 5.2 RESEARCH
contributions according to its purpose.
1 HISTORY Initially, the Foundation will budget The primary task of the Foundation The Tezos protocol currently
from four to six years, depending on is to ensure the functionality of the benefits from research in the formal
2 PRINCIPLES the amount raised. After this period, the network. To this end, the Foundation verification and programming
Foundation will phase itself out unless will, at a minimum, retain the original language communities at no cost.
3 PEOPLE
the community votes to keep it in development team at the current The initial development team of
4 FUNDRAISER existence through funding via tokens. annual cost of $900,000. This will Tezos has a strong philosophical
cover maintenance, as well as some commitment to formal verification
5 PLANNING The Foundation will have the discretion integrations and proposals. Over four and a keen interest in researching
6 GOALS
to pay for services it believes will years, this will cost the Foundation new consensus algorithms for
benefit the promotion of the Tezos $3.6 million. blockchains. The Foundation will
protocol, either in tokens or another look to fund research in this area
currency. This section outlines initial DLS partnered with OCamlPro, a with its endowment from the
team believes the Foundation should company based in Paris with deep fundraiser.
value, as well as the estimated costs for expertise in OCaml. Most of the
servicing each priority based on the developers working on Tezos have
proceeds of a fundraiser. PhDs in formal verification and
programming language theory.

tezos.com
5.3 LEGAL SERVICES running meetups across the world. The
Foundation will target New York, Tokyo,
Currently, Doug Barnes works on and Paris for events and meetups.
behalf of Dynamic Ledger Solutions,
the company developing Tezos, In the spirit of community building, the
through Barnes Legal. In addition Foundation will also provide a forum
to his legal qualifications, Doug was attached to the www.tezos.com domain The Foundation
also involved in the cypherpunk that can facilitate debate on proposals.
movement in the early 90s. The Swiss This isn’t meant to be the only forum for exists to drive an
law firm MME represents the Tezos discussion and posts will be moderated ecosystem around
Foundation and will continue to do so to weed out abusive actors. Though
after the token generation event. the Tezos community will converge on the Tezos protocol.
a place to discuss proposals, it makes It will target New
1 HISTORY sense for the Foundation to spend a
5.4 COMMUNICATIONS modest amount to create and moderate a York, Tokyo, and
2 PRINCIPLES
potential option. Paris for events
AND MARKETING
3 PEOPLE
and meetups.
4 FUNDRAISER Currently, DLS retains communications
consultancy to support its marketing
5.5 BUSINESS
5 PLANNING efforts. As stated in the original Tezos DEVELOPMENT
whitepaper, DLS believes that the
6 GOALS Non-engineering Tezos protocol efforts
advocacy and marketing of protocols
are integral to gaining greater entail managing potential partnerships,
acceptance of them from a wide marketing, financial transactions, and
community. business operations broadly construed.
It will soon be necessary to solicit more
The Foundation exists to drive business development people to interface
an ecosystem around the Tezos with non-technical stakeholders, as
protocol. Similar projects have well as help manage Tezos vendors and
seen extraordinary success from contractors.

tezos.com
LONG-TERM GOALS

Though our philosophy and All protocol changes should go holders, but it also acts as a proxy for
governance model constrains through the Tezos internal governance the most desirable properties, such as
how prescriptive the Foundation mechanism when possible. If a person security, fairness, or usefulness.
or party introduces a change via a The ideal Tezos community would
and the initial team can act,
hard fork, but that change could easily be intellectually rigorous without
we thought it was worth have been instigated inside of Tezos, sacrificing pragmatism and inclusive
1 HISTORY
documenting the types of the network should reject that change without tolerating belligerence. There
things the Foundation will and treat it as illegitimate. would be a focus on experimentation,
2 PRINCIPLES work to realize within the Tezos testing, and folding in the most useful
3 PEOPLE community. However, some decisions will and innovative technical tools for the
inevitably arise at a level that cannot community to use. The Foundation
4 FUNDRAISER be fully addressed within the network. does not endorse or look to facilitate
The founding team would like to have any immoral behavior such as fraud
5 PLANNING a certain ethos govern the network. or the instigation of violence on other
6.1 COMMUNITY beings or entities.
6 GOALS Namely, they believe the central goal
GOALS of the governance mechanism is to
protect the interest of each token Tezos should be comprised of a
Since Tezos has a built-in governance holder, irrespective of their stake, in community of serious thinkers,
mechanism, its protocol can evolve their capacity as a token holder. focused on preparing the most
and incorporate new innovations over effective upgrades to increase the
time. In other words, stakeholders can Generally speaking, this would mean utility of the Tezos token. The network
make and enforce decisions about favoring decisions that tend toward will reward these proposals by issuing
changes to the network using the increasing the value of the tokens. Not them new tokens upon acceptance,
network itself. only does this directly benefit token creating a robust pecuniary incentive.

tezos.com
6.2 DEVELOPMENT 6.2.1 SECURITY 6.2.2 SCALING
GOALS
Tezos is built on a fresh code base. This The Tezos proof-of-stake algorithm affords
The development goals let the development team control every us better scalability and transaction
of Tezos follow five axes: aspect of the initial design and benefit throughput that can be achieved with
security, scaling, privacy, from the advanced safety features of Bitcoin style proof-of-work. However,
usability, and features. OCaml, but it also means that the system the initial parameters are set very
The development team hasn’t been battle-tested yet. Both Bitcoin conservatively in order to let us assess its
will pursue all five goals and Ethereum successfully recovered performance in the real world and allow
somewhat in parallel but not from critical bugs in their code base, but the ecosystem of validators to grow.
with the same priority. such crises should be avoided as much Once the ledger accumulates real world
as humanly possible. Therefore, the experience, the development team will
development team’s primary focus will be to work towards cranking up the transaction
1 HISTORY continuously work to improve the resilience throughput by:
of the network to DDOS attacks or malicious
2 PRINCIPLES
fork. Every other effort on the ledger is for • Increasing the block size
3 PEOPLE naught if the core team fails to properly • Lowering the block time interval
secure the network. Concretely, they will: • Packing transactions more efficiently
4 FUNDRAISER
• Keep increasing the test coverage of the Note that the consequences of increasing
5 PLANNING
code base the blocks’ size in proof-of-stake are
6 GOALS • Develop formal proofs of correctness for very different from the consequences of
the most sensitive parts of the code increasing the block size in a Nakamoto
security • Submit security upgrades to the protocol proof-of-work systems. In Nakamoto
as needed proof-of-work any increase in block size
scaling • Improve the randomness generation gives a slight advantage to centralized
privacy protocol with public verifiable secret miners. This is because proof-of-work
sharing requires the block propagation and
usability
• Release security upgrades to the block validation time to be very small compared
features creation software to the block interval. In synchronous proof-
• Produce recommendations for of-stake protocols like Tezos’, it only needs
tezos.com operational security of block validators to be smaller than the block interval.
6.2.3 PRIVACY do not make use of the privacy feature. This
mechanism replicates the economic behavior
Privacy preserving transactions and smart of a side chain, but on a single ledger.
contracts are a key feature of modern
blockchains. Not only are they a security In the long run, the team intends to replace
requirement, they ensure censorship all operations on the blockchain with zero-
resistance much more effectively than any knowledge proofs. Instead of downloading
Initially, the
tweaking of the consensus algorithm. an entire blockchain a client will be able to
download a single proof attesting that the Foundation
However no solution is perfect yet. Ring entire blockchain has been validated starting
team’s primary
signatures, as used in Monero, can still leak from the genesis hash. However, to that end,
some information about senders. Zcash they will likely make use of STARKs, zero task will be to
makes an impressive use of zero-knowledge ­knowledge proofs similar to SNARKs but which
1 HISTORY
build robust,
proofs to provide full, information theoretic, do not require a trusted setup.
anonymity, but the risk – however remote – scalable,
2 PRINCIPLES
of undetected hyperinflation in the event of and secure
3 PEOPLE a bug in the proof circuit makes some users 6.2.4 USABILITY
uncomfortable. infrastructure.
4 FUNDRAISER Initially, the Foundation team’s primary task
Our initial plan is to strike a compromise will be to build robust, scalable, and secure
5 PLANNING
and integrate Zcash’s proof circuit in the infrastructure. However, the development team
6 GOALS protocol, but restrict its operations to a also needs to make it an attractive platform. In
special token issued on the Tezos blockchain. particular, they will:
This token will be convertible 1 to 1 with
Tezos tokens, but the chain will keep track • Develop light client libraries in most popular
of how many tokens have been converted programming languages to help developers
so that undetected inflation in the privacy integrate with the Tezos network.
preserving token cannot spill over onto the • Develop an IDE to facilitate development and
main token. Users who trust the security formal verification in Michelson.
of the privacy preserving token will have • Develop a certified compiler for a high-
full use of its functionality while those who level language that will compile down to
tezos.com don’t will remain protected as long as they Michelson.
6.2.5 FEATURES 6.3 RESEARCH GOALS
“Features” are decentralized applications The initial development team’s research goals
supported at the protocol level. In Ethereum, represent longer term developments or ideas to
the prevailing trend is to deploy these “DApps” push out of the lab and deploy.
through App Coins, a way for developers to build
specially marked tokens to power applications on
an existing network which can be converted in- 6.3.1 ZERO-KNOWLEDGE PROOFS OF
and-out of the main network token. KNOWLEDGE

While Tezos permits the creation of App Coins, Right now, the Tezos development team is fascinated
we do not focus on them. If an application is with a new development in zero-knowledge proofs:
particularly valuable to the network, we believe STARKs. Unlike SNARKs, STARKs do not require a
1 HISTORY it should be folded into the protocol. Though trusted setup. They also rely on simpler mathematics
we do not know exactly yet which features will and are more efficient to compute. However, the
2 PRINCIPLES
be voted into the protocol level by the network, proof time of STARKs is still cumbersome.
3 PEOPLE some applications seem to have widespread
appeal in similar projects: prediction markets, DNS 6.3.2 PROOF-OF-STAKE
4 FUNDRAISER systems, on-chain node identity, debt networks (à
la Stellar), decentralized exchanges, file storage, The team is interested in researching different proof-
5 PLANNING
and cloud computing. More exotic or specialized of-stake consensus algorithms offering stronger
6 GOALS applications, such as the Numéraire project, are guarantees and scalability. This is a burgeoning
probably better fits for App Coins as they have less field and interesting proposals such as Ouroboros,
explicitly general appeal. Algorand, Honey Badger and Snow White have been
appearing at higher frequency.
Unproven systems ought to innovate at the leaves,
while tried-and-true features ought to have a way 6.3.3 INCENTIVE COMPATIBLE
to make the network more valuable by integrating GOVERNANCE
at the protocol level. This is not purely for the sake
of creating more valuable networks but also for Moving beyond technology, the Foundation will also
ensuring consistency of execution. try to sponsor research focusing on decentralized
tezos.com governance and incentive structures.
tezos.com IF THE FOUNDATION IS ENDOWED WITH...

Note: all amounts


in $1,000 CURRENT $6,000+ $12,000+ $20,000+ MOONSHOT MARS-SHOT

Engineering Continue development with our Push work on v2 by the Directly hire additional talent Grow the team with other Hire talented teams of engineers and Deploy and silo several teams
current team. foundation. Attempt a secondary from ETH Zurich for full-time code experienced, academically designers to build direct consumer of engineers to build different
issuance in conjunction with the maintenance in Switzerland. oriented engineers. applications through strategic candidates for upgrades. Evaluate
release of the new version. acquisition of tech companies. empirically the best proposals and
Headcount merge them.
6 6 10 15
Yearly rate
$900 $900 $1,500 $2,250
Research Offer competitive salaries to attract Sponsor a leading computer
Continue our use of PhD Keep our current approach, Contract a team of academics In addition, join the IC3 team as a experts on formal verification to work science department with endowed
candidates to work on formal strategically engage the formal to research and help build v2 sponsor. exclusively on the protocol. Set up an professorships and extensive grants
verification. verification community. consensus algorithm, followed by institution a la IC3 in Europe. to graduate students in the field of
research on zk-STARKs. formal verification.
Yearly rate
$0 $0 $300 $700
Communications Sponsor an online magazine to cover Acquire mainstream print and TV
& Marketing Continue working with our Continue working with our Host an annual developer Conduct three annual developer major debates. Pay to publish a hash media outlets to promote and defend
communications consultancy. communications consultancy. conference in Europe and conferences (EU, US, Asia), of the Tezos blockchain in a reputable the use of cryptographic ledger in
retain current communications retain current communications outlet like the Financial Times or The society.
consultancy. consultancy, run ad campaigns. New York times (à la Guardtime).
Yearly rate
$120 $120 $370 $1,000
Legal Services Lobby municipalities and local Fund efforts to digitize and map
After the fundraiser, the Retain our counsel and start Retain our counsel and start Retain our counsel and start governments to use formally verified transaction logic from traditional
Foundation will pay for its own exploring, as a failsafe, alternative exploring, as a failsafe, alternative exploring, as a failsafe, alternative smart contracts as a form of binding legal prose to a Tezos language.
legal expenses through MME. legal structures or advocacy for legal structures or advocacy for legal structures or advocacy for legal contract.
the Foundation beyond the Swiss the Foundation beyond the Swiss the Foundation beyond the Swiss
Cryptovalley. Cryptovalley. Cryptovalley.
Yearly rate
$100 $250 $250 $250
Business Purchase a banking license and Negotiate with a small nation-state
Development Kathleen Breitman manages all Hire one strong former Hire two seasoned former Hire a blend of junior & senior deploy the Tezos blockchain as a the recognition of Tezos as one of their
non-technical efforts. management consultant to assist management consultants and a business development talent, as backbone for business operations. official state currencies, which would
in interfacing with vendors and community manager to engage well as a business development Experiment with automation using a immediately give Tezos favorable
service providers. with token holders. person in China and a community blockchain for basic processes. treatment in terms of financial
manager. regulation. Attempt negotiations to
Yearly rate purchase or lease sovereign land.
$0 $250 $450 $750
Education Offer student grants for conducting Run a development school with
Produce a series of online Produce in addition an OCaml Also run a quaterly Tezos school projects related to the Tezos ecosystem emphasis on functional programming
Michelson tutorials with videos MOOC geared towards increasing focusing on protocol development and subsidize OCaml education in and safe smart contract construction.
and exercises. our potential developer base. in OCaml and smart contracts. universities.
Yearly rate
$0 $50 $125 $350
Annual Rate $10,000 - 15,000 $20,000 and above
$1,120 $1,570 $2,995 $5,600
Contact
contact@tezos.com

Вам также может понравиться