Uncle Giovanni already got the table.
One for me, one for me again.
By Kevin Sechnicki. Daniel Lane. Stephen Buttholf and Imingon Sear.
This sounds like a law firm and a jazz band.
You sure this isn't a new wine label?
This paper provides an architectural overview of the first release of the Avalanche platform,
codenamed Avalanche Borealis.
For details on the economics of the native token, labeled AVAX,
we guide the reader to the accompanying token dynamics paper.
Disclose you, the information described in this paper is preliminary and subject to change at any time.
Furthermore, this paper may contain forward-looking statements.
Footnote 1. Forward-looking statements generally relate to future events or our future performance.
our future performance. This includes, but is not limited to, Avalanche's projected performance,
the expected development of its business and projects, execution of its vision and growth
strategy, and completion of projects that are currently underway in development or,
otherwise, under consideration. Forward-looking statements represent our management's beliefs and assumptions,
only as of the date of this presentation.
These statements are not guarantees of future performance,
and undue reliance should not be placed on them.
Such forward-looking statements necessarily involve known and unknown risks,
which may cause actual performance and results in future periods to differ materially
from any projections expressed or implied herein.
Avalanche undertakes no obligation to update forward-looking statements.
Although forward-looking statements are our best
prediction at the time they are made, there can be no assurance that they will
prove to be accurate as actual results and the future events could differ
materially. The reader is cautioned not to place undue reliance on forward-looking statements. Get commit 7497E4, I4B, blah, blah, etc.
Okay, so far it's just warnings, disclaimers, and people telling me not to take this too
seriously, which is funny, because that's how I do life. Okay, let's keep going, eh?
Okay, let's keep a going, eh?
Finally someone's gonna tell me what the hell this is.
This paper provides an architectural overview of the Avalanche platform.
The key focus is on the three key differentiators of the platform.
The engine, the architectural model model and the governance mechanism.
1.1 Avalanche goals and principles. Avalanche is a high performance, scalable, customizable
and secure blockchain platform. It targets three broad use cases. Building application-specific blockchains. Spanning permissioned, private and permissionless public deployments.
Building and launching highly scalable and decentralized applications.
Building arbitrarily complex digital assets with custom rules, covenants and riders.
The overarching aim of Avalanche is to provide a unifying platform for the creation,
transfer and trade of digital assets. By construction, Avalanche possesses the following
properties. Scalable, Avalanche is designed to be massively scalable, robust and efficient.
The core consensus engine is able to support a global network of potentially hundreds of millions
of internet-connected, low- and high-powered devices that operate seamlessly
with low latencies and very high transactions per second.
Secure avalanches designed to be robust and achieve high security.
Classical consensus protocols are designed to withstand up to F attackers
and fail completely when faced with an attacker of size A's F plus one or larger,
and Nakamoto consensus provides no security when 51% of the miners are Byzantine.
In contrast, Avalanche provides a very strong guarantee of safety when the attacker is below
a certain threshold, which can be parametrized by the system designer, and it provides graceful
degradation when the attacker exceeds this threshold.
It can uphold safety, but not liveness, guarantees even when the attacker exceeds 51%.
It is the first permissionless system to provide such strong security guarantees.
Decentralized, Avalanche is designed to provide unprecedented decentralization.
This implies a commitment to multiple client implementations and no centralized control of any kind.
The ecosystem is designed to avoid divisions between classes of users with different interests.
Crucially, there is no distinction between miners, developers and users.
Governable and democratic, AVAX is a highly inclusive platform
which enables anyone to connect to its network
and participate in validation and first-hand in governance.
Any token holder can have a vote in selecting key financial parameters
and in choosing how the system evolves. Interoperable and flexible, Avalanche is designed to be
a universal and flexible infrastructure for a multitude of blockchains assets, where the
base Avax is used for security and as a unit of account for exchange.
The system is intended to support in a volume-neutral fashion many blockchains to be built on top.
The platform is designed from the ground up to make it easy to port existing blockchains onto it,
to import balances, to support multiple scripting languages and virtual machines,
and to meaningfully support multiple deployment scenarios.
Outline. The rest of this paper is broken down into four major sections.
Section 2 outlines the details of the engine that powers the platform.
Section 3 discusses the architectural model behind the platform,
including subnetworks, virtual machines, bootstrapping, membership, and staking. Section
4 explains the governance model that enables dynamic changes to key economic parameters.
Finally, in Section 5, explores various peripheral topics of interest, including
potential optimizations, post-quantum cryptography, and realistic adversaries. Naming convention.
The name of the platform is Avalanche, and is typically referred to as the Avalanche platform,
and is interchangeable synonymous with the Avalanche network or
simply Avalanche. Codebases will be released using three numeric identifiers
labeled v0 to 9 0 to 9 0 to 100 where the first number identifies major releases
the second number identifies minor releases and the second number identifies minor releases, and the
third number identifies patches. The first public release, codenamed Avalanche
Borealis, is version V 1.00. The native token of the platform is called AVAX.
The family of consensus protocols used by the Avalanche platform is referred to as the Snow Star family.
There are three concrete instantiations, called Avalanche, Snowman and Frosty.
So let me get this straight.
This thing builds other things.
I still don't understand, beautiful. We're off to a strong, confusing start.
Ha, okay then. Two, the engine. Okay, I like engines. I drive a Fiat. Let's see what we got here.
Discussion of the Avalanche platform begins with the core component which powers the platform,
Background, distributed payments and, more generally, computation require agreement between
Therefore, consensus protocols which enable a group of nodes to achieve agreement lie at the heart of blockchains,
as well as almost every deployed,
larger-scale industrial distributed system.
The topic has received extensive scrutiny
and that effort to date has yielded
just two families of protocols.
Classical consensus protocols which rely on all
to all communication and Nakamoto consensus which relies on proof of work mining coupled
with the longest chain rule. While classical consensus protocols can have low latency
and high throughput, they do not scale to large numbers of participants, nor are they robust in the presence
of membership changes, which has relegated them mostly to permissioned, mostly static deployments.
Nakamoto consensus protocols, on the other hand, are robust but suffer from high confirmation
latencies, low throughput, and require constant energy expenditure for their security.
The Snow family of protocols introduced by Avalanche combine the best properties of classical consensus protocols
with the best of Nakamoto consensus.
Based on a lightweight network sampling mechanism, they achieve low latency and high throughput without needing to
agree on the precise membership of the system. They scale well from thousands to millions of
participants with direct participation in the consensus protocol. Further, the protocols do
not make use of POW mining and therefore avoid its exorbitant energy expenditure and subsequent leak of value in the ecosystem, yielding lightweight, green and quiescent protocols.
The Snow Protocols operate by repeated sampling of the network. Each node poles a small, constant-sized, randomly chosen set of
neighbors and switches its proposal if a supermajority supports a different value. Samples
are repeated until convergency is reached, which happens rapidly in normal operations.
We elucidate the mechanism of operation via a concrete example. First,
a transaction is created by a user and sent to a validating node, which is a node participating
in the consensus procedure. It is then propagated out to other nodes in the network via gossiping.
What happens if that user also issues a conflicting transaction, that is, a double spend?
To choose amongst the conflicting transactions and prevent the double spend,
every node randomly selects a small subset of nodes and queries
which of the conflicting transactions the queried nodes think is the valid one.
of the conflicting transactions the queried nodes think is the valid one.
If the querying node receives a supermajority response in favor of one transaction, then
the node changes its own response to the transaction.
Every node in the network repeats this procedure until the entire network comes to consensus
The entire network comes to consensus on one of the conflicting transactions.
on one of the conflicting transactions.
Surprisingly, while the core mechanism of operation is quite simple,
these protocols lead to highly desirable system dynamics
that make them suitable for larger-scale deployment.
Permissionless, open to churn, and robust,
the latest slew of blockchain projects employ classical consensus protocols
and therefore require full membership knowledge. Knowing the entire set of participants is
sufficiently simple in closed permission systems, but becomes increasingly hard in open decentralized
networks. This limitation imposes high security risks
to existing incumbents employing such protocols. In contrast, snow protocols maintain high safety
guarantees even when there are well-quantified discrepancies between the network views of any two nodes.
Validators of Snow Protocols enjoy the ability to validate without continuous, full membership knowledge.
They are, therefore, robust and highly suitable for public blockchains.
Scalable and decentralized.
A core feature of the Snow family is its ability to scale without incurring fundamental trade-offs.
Snow protocols can scale to tens of thousands or millions of nodes without delegation to subsets of validators.
These protocols enjoy the best-in-class system decentralization, allowing every node to fully validate.
First-hand continuous participation has deep implications for the security of the system.
In almost every proof-of-stake protocol that attempts to scale to a large participant set,
the typical mode of operation is to enable scaling by delegating validation to a subcommittee.
Naturally, this implies that the security of the system is now precisely as high as the corruption cost of the subcommittee.
Subcommittees are furthermore subject to cartel formation.
In SNOW-type protocols, such delegation is not necessary, allowing every node
operator to have a first-hand say in the system at all times. Another design, typically referred
to as state sharding, attempts to provide scalability by parallelizing transaction
serialization to independent networks of validators.
Unfortunately, the security of the system in such a design becomes only as high as
the easiest corruptible independent shard. Therefore, neither subcommittee
election nor sharding are suitable scaling strategies for crypto platforms. Adaptive.
Unlike other voting-based systems,
snow protocols achieve higher performance
when the adversary is small
and yet highly resilient under large attacks.
Snow protocols, unlike longest-chain protocols,
do not require synchronicity to operate safely and therefore prevent double spends even in the face of network partitions.
In Bitcoin, for example, if synchronicity assumption is violated, it is possible to
operate to independent forks of the Bitcoin network for prolonged periods of time, which
would invalidate any transactions
Low latency Most blockchains today are unable to support
business applications, such as trading or daily retail payments.
It is simply unworkable to wait minutes or even hours for confirmation of transactions.
Therefore, one of the most important and yet highly overlooked properties of consensus protocols is the time to finality.
Snow protocols reach finality typically in less than or equal to one second, which is
significantly lower than both longest chain protocols and
sharded blockchains, both of which typically span finality to a matter of minutes.
High throughput, snow protocols, which can build a linear chain or a DAG, reach thousands
of transactions per second while 5,000 plus TPEs, while retaining full decentralization.
New blockchain solutions that claim high TPEs typically trade off decentralization and security
and opt for more centralized and insecure consensus mechanisms.
Some projects report numbers from highly controlled settings,
thus misreporting true performance results. The reported numbers for AVAX are taken directly
from a real, fully implemented Avalanche network, running on 2,000 nodes on AWS,
geo-distributed across the globe on low-end machines. Higher performance results, 10,000 plus,
can be achieved through assuming higher bandwidth provisioning
for each node and dedicated hardware for signature verification.
Finally, we note that the aforementioned metrics are at the base layer.
Layer 2 scaling solutions immediately augment these results
considerably. Comparative charts of consensus. Consensus protocols can be compared across
eight critical factors. The three major families, Nakamoto, Classical, and Snow,
each excel in different areas. Nakamoto consensus is robust and highly
decentralized, making it suitable for open settings and allowing many validators. However,
it suffers from high latency, low throughput and heavy system requirements. It is also not
quiescent, meaning it remains active even when no decisions are being made,
and it lacks safety parameterization beyond 51% adversarial presence.
Classical consensus offers low latency, high throughput, and lightweight system requirements, making it efficient.
lightweight system requirements making it efficient. It is also quiescent, meaning
it does not stay active when no decisions are needed. However, it is not robust in
open settings, not highly decentralized and does not provide safety
parameterization beyond 51% adversarial presence. Snow consensus, which includes Avalanche, Snowman and Frosty,
achieves high scalability, low latency and high throughput while remaining lightweight.
Like classical consensus, it is questioned, but unlike the others,
it also offers safety parameterization beyond 51% adversarial presence.
Additionally, it is robust in open settings and highly decentralized,
making it the most adaptable and scalable solution.
In summary, Nakamoto is decentralized but slow and resource heavy.
Classical is fast and efficient but lacks decentralization and resource heavy. Classical is fast and efficient,
but lacks decentralization and adaptability.
Snow combines the best aspects.
Fast, scalable, decentralized and secure.
Beyond the traditional 51% adversarial threshold.
Snowflake, snowball, snowman.
Is this the cast for some holiday cartoon?
And apparently they all vote on stuff.
I don't know if this is genius or if I'm having a stroke.
Okay, good. Maybe now I'll finally get the big picture.
In this section, we provide an architectural overview of the platform and discuss various
The Avalanche platform cleanly separates three concerns, chains and assets, built on top,
execution environments and deployment.
3.1 Architecture Subnetworks. A subnetwork or subnet is a dynamic set of
validators working together to achieve consensus on the state of a set of blockchains. Each
blockchain is validated by one subnet and the subnet can validate arbitrarily many blockchains. A validator may be a member of arbitrarily many subnets.
A subnet decides who may enter it
and may require that its constituent validators
The Avalanche platform supports the creation and operation
of arbitrarily many subnets.
In order to create a new subnet or to join a subnet,
one must pay a fee denominated in AVEX. The subnet model offers a number of advantages.
If a validator doesn't care about the blockchains in a given subnet, it will simply not join that
subnet. This reduces network traffic as well as the computational resources required of validators.
This is in contrast to other blockchain projects
in which every validator must validate every transaction,
even those they don't care about.
Since subnets decide who may enter them,
one can create private subnets decide who may enter them. One can create private subnets.
That is, each blockchain in the subnet is validated only by a set of trusted validators.
One can create a subnet where each validator has certain properties.
For example, one could create a subnet where each validator is located in a certain jurisdiction
or where each validator is bound by some real-world contract.
This may be beneficial for compliance reasons.
There is one special subnet called the default subnet.
It is validated by all validators.
That is, in order to validate any subnet, one must also validate the default subnet.
The default subnet validates a set of predefined blockchains, including the blockchain where AVAX
lives and is traded. Virtual machines. Each blockchain is an instance of a virtual machine,
A blockchain is an instance of a virtual machine, VM.
A VM is a blueprint for a blockchain,
much like a class is a blueprint for an object
in an object-oriented programming language.
The interface, state and behavior of a blockchain
is defined by the VM that the blockchain runs.
The following properties of a blockchain and the other are defined by a VM,
the contents of a block, the state transition that occurs when a block is accepted. The API is exposed
by the blockchain and their endpoints. The data that is persisted to disk. We say that the blockchain uses or runs a given VM. When creating a blockchain,
one specifies the VM it runs, as well as the genesis state of the blockchain. A new blockchain
can be created using a pre-existing VM, or a developer can code a new one. There can be
arbitrarily many blockchains that run the same VM. Each blockchain,
even those running the same VM, is logically independent from others and maintains its own
state. 3.2. Bootstrapping. The first step in participating in Avalanche is bootstrapping.
The process occurs in three stages, connection to seed anchors,
network and state discovery, and becoming a validator. Seed anchors, any networked system
of peers that operates without a permission that a hard-coded set of identities requires some
mechanism for peer discovery. In peer-to-peer file sharing networks, a set of trackers are used.
In crypto networks, a typical mechanism is the use of DNS seed nodes,
which we refer to as seed anchors,
which comprise a set of well-defined seed IP addresses
from which other members of the network can be discovered.
The role of DNS seed nodes is to provide useful information about the set of active participants in the system. The same
mechanism is employed in Bitcoin Core, wherein the src-chainparams.cc. PP file of the source code, holds a list of hard-coded seed nodes.
The difference between BTC and Avalanche is that BTC requires just one correct DNS seed node,
while Avalanche requires a simple majority of the anchors to be correct.
As an example, a new user may choose to bootstrap the network view
through a set of well-established and reputable exchanges,
any one of which individually are not trusted.
We note, however, that the set of bootstrap nodes does not need to be hard-coded or static and can be provided by the user,
and can be provided by the user, though for ease of use, clients may provide a default setting
that includes economically important actors, such as exchanges, with which clients wish to share a worldview.
There is no barrier to become a seed anchor.
Therefore, a set of seed anchors cannot dictate whether a node may or may not enter the network,
since nodes can discover the latest network of avalanche appears by attaching to any set
Network and state discovery.
Once connected to the seed anchors, a node queries for the latest set of state transitions. We call this set of state transitions
the accepted frontier. For a chain, the accepted frontier is the last accepted block. For a
dutch, the accepted frontier is the set of vertices that are accepted yet have no accepted children.
After collecting the accepted frontiers from the seed anchors,
the state transitions that are accepted by a majority of the seed anchors
is defined to be accepted.
The correct state is then extracted by synchronizing with the sampled nodes.
As long as there is a majority of correct nodes in the seed anchor set, then the accepted
state transitions must have been marked as accepted by at least one correct node. This state discovery
process is also used for network discovery. The membership set of the network is defined on the validator chain.
Therefore, synchronizing with the validator chain allows the node to discover the current set of validators.
The validator chain will be discussed further in the next section.
3.3 Zabel Control and Membership Consensus protocols provide their security guarantees under the assumption that up to a threshold number of members in the system could be adversarial.
A Sybil attack, wherein a node cheaply floods the network with malicious identities, can trivially invalidate these guarantees.
identities can trivially invalidate these guarantees. Fundamentally, such an attack
can only be deterred by trading of prisons with proof of a hard-to-forge
resource. Past systems have explored the use of cyber deterrence mechanisms that
Spain proof-of-work , proof-of-stake , proof-of-elapsed time , proof-of-space At their core, all of these mechanisms serve an identical function.
They require that each participant have some skin in the game in the form of some economic commitment,
which in turn provides an economic barrier against misbehavior by that participant.
All of them involve a form of stake, whether it is in the form of mining rigs and hash power, POW, disk space, post, trusted hardware, POAT, or an approved identity, POA.
trusted hardware, POAT, or an approved identity POA.
This stake forms the basis of an economic cost
that participants must birth to acquire a voice.
For instance, in Bitcoin, the ability to contribute valid blocks
is directly proportional to the hash power of the proposing participant.
Unfortunately, there has also been substantial confusion
between consensus protocols versus XIBL control mechanisms.
We note that the choice of consensus protocols
is, for the most part, orthogonal
to the choice of the XIBL control mechanism.
This is not to say that XIBL control mechanisms are dropping replacements for each other,
since a particular choice might have implications about the underlying guarantees of the consensus protocol.
However, the Snow family can be coupled with many of these known mechanisms, without significant modification.
Ultimately, for security and to ensure that the incentives of participants
are aligned for the benefit of the network.
AVAX choose POS to the core cybercontrol mechanism.
Some forms of stake are inherently centralized.
Mining rig manufacturing, POW for instance, is inherently
centralized in the hands of a few people with the appropriate know-how and access to the dozens of
patents required for competitive VLSI manufacturing. Furthermore, POW mining leaks value due to the
large yearly miner subsidies. Similarly, disk space is most abundantly owned by large data center operators.
Further, all sable control mechanisms that accrue ongoing costs,
a.g. electricity costs, for hashing, leak value out of the ecosystem,
not to mention destroy the environment.
This, in turn, reduces the feasibility envelope for the token,
wherein an adverse price move over a small time frame can render the system inoperable.
Proof-of-work inherently selects for miners,
who have the connections to procure cheap electricity,
which has little to do with the miners' ability to serialize the
transactions or their contributions to the overall ecosystem. Among these options
we choose proof-of-stake because it is green, accessible and open to all. We
note, however, that while the AVAX uses POS, the Avalanche network enables
subnets to be launched with POW and POS.
Staking is a natural mechanism for participation in an open network
because it enables a direct economic argument.
The probability of success of an attack is directly proportional
to a well-defined monetary cost function.
In other words, the nodes that stake are economically
motivated to not engage in behavior that might hurt the value of the stake. Additionally,
this stake does not incur any additional upkeep costs other than the opportunity cost of investing
in another asset and as the property that, unlike mining equipment,
is fully consumed if used in a catastrophic attack.
For POV operations, mining equipment can be simply reused
or, if the owner decides to, entirely sold back to the market.
A node wishing to enter the network can freely do so by first putting up a
stake that is immobilized during the duration of participation in the network. The user determines
the amount duration of the stake. Once accepted, a stake cannot be reverted. The main goal is to ensure that nodes substantially share
the same mostly stable view of the network.
We anticipate setting the minimum staking time on the orders of a week.
Unlike other systems that also propose a POS mechanism,
AVAX does not make usage of slashing
and therefore all stake is returned when the staking period expires.
This prevents unwanted scenarios such as client software or hardware failure leading to a loss of coins.
This dovetails with our design philosophy of building predictable technology.
The staked tokens are not at risk, even in the presence
of software or hardware flows. In Avalanche, a node that wants to participate issues a special
stake transaction to the validator chain. Staking transactions name an amount to stake,
the staking key of the participant that is staking, the duration
and the time that validation will start.
Once the transaction is accepted, the funds will be locked until the end of the staking
The minimal allowed amount is decided and enforced by the system.
The stake amount placed by a participant has implications for both the amount of influence
the participant has in the consensus process as well as the reward as discussed later.
The specified staking duration must be between delta minutes and delta max, the minimum and
maximum time frames for which any stake can be locked.
As with the staking amount, the staking period also has implications for the reward in the system.
Loss or theft of the staking key cannot lead to asset loss,
as the staking key is used only in the consensus process, not for asset transfer.
3.4 Smart Contracts in AVAX
At launch, Avalanche supports standard solidity-based smart contracts
through the Ethereum virtual machine, EVM.
We envision that the platform will support a richer and more powerful set of smart contract tools,
including smart contracts with off-chain execution and on-chain verification,
smart contracts with parallel execution,
any smart contracts that do not operate on the same state in any subnet in Avalanche
will be able to execute in parallel,
and improved solidity called Solidity++.
This new language will support versioning,
safe mathematics and fixed-point arithmetic,
an improved type system, compilation to LLVM,
and just-in-time execution.
If a developer requires EVM support
but wants to deploy smart contracts in a private subnet,
they can spin up a new subnet directly.
This is how Abvalanche enables functionality-specific sharding through the subnets.
Furthermore, if a developer requires interactions with the currently deployed Ethereum smart contracts,
the Ethereum subnet, which is a spoon of Ethereum. Finally, if a developer requires
a different execution environment from the Ethereum virtual machine, they may
choose to deploy their smart contract through a subnet that implements a
different execution environment, such as Dammel or Wasm.
Subnets can support additional features beyond VM behavior.
For example, subnets can enforce performance requirements for bigger validator nodes
that hold smart contracts for longer periods of time,
or validators that hold contract state privately.
So-so you got sobnets, virtual machines, bootstrapping. Sounds like a hundred tiny
computers in a trench coat pretending to be one big one. I'm getting the feeling this whole
system's like a lasagna, layer after layer. Nobody knows what's going on
in the middle. Ah, now I'm hungry again. Maria, can I get some more manigot? Okay, let's keep going,
eh? Va bene. Four. Governance and the AVAX token. Governance. Ah, now this I know. That's when people yell on TV.
4.1. The AVAX native token. Monetary policy. The native token, AVAX, is kept supply,
where the cap is set at 720 million tokens, with the 360 million tokens available on mainnet launch.
with 360 million tokens available on mainnet launch.
However, unlike other capped supply tokens, which bake the rate of minting perpetually,
AVAX is designed to react to changing economic conditions.
In particular, the objective of AVAX's monetary policy is to balance the incentives of users
to stake the token versus using it to interact with the variety
of services available on the platform. Participants in the platform collectively act as a decentralized
reserve bank. The levers available on Avalanche are staking rewards, fees and airdrops, all
of which are influenced by governable parameters.
Staking rewards are set by on-chain governance and are ruled by a function designed to never surpass the capped supply. Staking can be induced by increasing fees or increasing staking rewards.
On the other hand, we can induce increased engagement with the Avalanche platform,
services by lowering fees and decreasing the staking reward.
True decentralized peer-to-peer payments are largely an unrealized dream for the industry due to the current lack of performance from incumbents.
AVAX is as powerful and easy to use as payments using Visa,
allowing thousands of transactions globally every second, in a fully trustless, decentralized manner.
Furthermore, for merchants worldwide, AVAX provides a direct value proposition over Visa,
namely lower fees. Staking, securing the system. On the Avalanche platform,
cyber control is achieved via staking. In order to validate, a participant must lock up coins
or stake. Validators, sometimes referred to as stakers, are compensated for their validation services based on staking amount
and staking duration, amongst other properties. The chosen compensation function should minimize
variance, ensuring that large stakers do not disproportionately receive more compensation.
Participants are also not subject to any luck factors, as in POW mining.
Such a reward scheme also discourages the formation of mining or staking pools, enabling
truly decentralized, trustless participation in the network. Atomic swaps. Besides providing the
core security of the system, the AVAX token serves as the universal unit of exchange.
From there, the Avalanche platform will be able to support trustless atomic swaps natively on the platform,
enabling native, truly decentralized exchanges of any type of asset directly on Avalanche.
Governance is critical to the development and adoption of any platform
because, as with all other types of systems,
Avalanche will also face natural evolution and updates.
AVAX provides on-chain governance for critical parameters
of the network, where participants
are able to vote on changes to the network and settle network upgrade decisions democratically.
This includes factors such as the minimum staking amount, minting rate, as well as other economic
This enables the platform to effectively perform dynamic parameter optimization through a crowd or echo.
However, unlike some other governance platforms out there, Avalanche does not allow unlimited changes to arbitrary aspects of the system. Instead, only a predetermined number of parameters can be modified via governance,
rendering the system more predictable and increasing the safety.
Further, all governable parameters are subject to limits within specific time bounds,
introducing hysteresis, and ensuring that the system remains predictable over short time ranges. A workable process for finding globally acceptable values for system parameters is critical for
decentralized systems without custodians.
Avalanche can use its consensus mechanism to build a system that allows anyone to propose
special transactions that are, in essence, system-wide poles.
Any participating node may issue such proposals.
Nominal reward rate is an important parameter that affects any currency, whether digital or fiat.
Unfortunately, cryptocurrencies that fix this parameter might face various issues, including deflation or inflation.
To that end, the nominal reward rate is subject to governance within pre-established boundaries.
This will allow token holders to choose on whether AVAX is eventually capped, uncapped or even deflationary. Transaction fees, denoted
by the SAIT-F, are also subject to governance. IF is effectively a tuple which describes the fees
associated with the various instructions and transactions. Finally, staking times and amounts are also governable.
The list of these parameters is defined in Figure 1.
Figure 1. Key non-consensus parameters used in Avalanche.
All notation is redefined upon first use.
Delta. Staking amount, denominated in AVAX. This value defines the minimal stake required to be placed as bond before participating in the system.
Delta min, the minimal amount of time required for a node to stake into the system.
Delta max, the maximal amount of time a node can stake. Rho, a function of pi times delta and tau times delta main, mapping to R.
Reward rate function, also referred to as mainting rate,
determines the reward a participant can claim as a function of their staking amount
given some number of pi publicly disclosed nodes under its ownership over a period
of tau consecutive delta min time frames such that tau times delta min is less than or equal
to delta max f with the fee structure which is a set of governable fees parameters that specify
costs to various transactions in line with the principle of predictability in a financial system,
governance in AVAX has hysteresis,
meaning that the changes to parameters are highly dependent on their recent changes.
There are two limits associated with each governable parameter, time and range.
Once a parameter is changed using a governance transaction,
it becomes very difficult to change it again immediately and by a large amount.
These difficulty and value constraints relax as more time passes since the last change.
Overall, this keeps the system from changing drastically over a short period of time,
allowing users to safely predict system parameters in the short term, while having strong control and flexibility for the long term. So let me get this straight. You built a tiny democracy inside a computer, where everybody gets to vote on stuff like...
...staking amounts and...
This is like the town council, but with more math and less shouting.
Actually, no, there's probably still shouting, isn't there, little nephew?
Alright, let's keep this party going. Five, discussion. This better
be the part where they admit that they made half of this up. 5.1, optimizations. Pruning.
Many blockchain platforms, especially those implementing Nakamoto consensus, such as Bitcoin,
Especially those implementing Nakamoto consensus, such as Bitcoin, suffer from perpetual state growth.
This is because, by protocol, they have to store the entire history of transactions.
However, in order for a blockchain to grow sustainably, it must be able to prune old history.
This is especially important for blockchains that support high performance,
such as Avalanche. Pruning is simple in the Snow family, unlike in Bitcoin and similar
protocols where pruning is not possible per the algorithmic requirements. Inavex nodes
do not need to maintain parts of the dagGY that are deep and highly committed.
These nodes do not need to prove any past history to new bootstrapping nodes, and therefore
simply have to store active state, i.e., the current balances as well as uncommitted transactions.
Avalanche can support three different types of clients, archival, full, and light.
Archival nodes store the entire history of the AVAX subnet, the staking subnet, and the smart
contract subnet, all the way to genesis, meaning that these nodes serve as bootstrapping nodes
for new incoming nodes. Additionally, these nodes may store the full history of other SOBNets for which they choose
Archival nodes are typically machines with high storage capabilities that are paid by
other nodes when downloading all the state.
Full nodes, on the other hand, participate in validation, but instead of storing
all history, they simply store the active state AG Current UTXO set. Finally, for those that simply
need to interact securely with the network using the most minimal amount of resources. Avalanis supports light clients which can prove that some transaction has been committed
without needing to download or synchronize history.
Light clients engage in the repeated sampling phase of the protocol to ensure safe commitment
and network-wide consensus.
Therefore, light clients in Avalanche provide the same security guarantees as the full nodes.
Sharding is the process of partitioning various system resources
in order to increase performance and reduce load.
reduce load. There are various types of sharding mechanisms. In network sharding, the set of
There are various types of sharding mechanisms.
participants is divided into separate sub-networks as to reduce algorithmic load. In state sharding,
participants agree on storing and maintaining only specific sub-parts of the entire global state.
Lastly, in transaction sharding, participants agree to separate the
processing of incoming transactions. In Avalanche Borealis, the first form of sharding exists
through the subnetwork's functionality. For example, one may launch a gold subnet and another
real estate subnet. These two subnets can exist entirely in parallel.
The subnets interact only when a user wishes to buy real estate contracts using their gold
holdings, at which point Avalanche will enable an atomic swap between the two subnets.
between the two sobnets. 5.2 Concerns
Post-Quantum Cryptography Post-Quantum Cryptography has recently gained widespread
attention due to the advances in the development of quantum computers and algorithms. The concern
with quantum computers is that they can break some of the currently deployed cryptographic protocols, specifically digital signatures.
The Avalanche network model enables any number of VMs,
so it supports a quantum-resistant virtual machine
with a suitable digital signature mechanism.
We anticipate several types of digital signature schemes to be deployed,
including quantum-resistant IL IWV based signatures. The consensus mechanism does
not assume any kind of heavy crypto for its core operation. Given this design, it
is straightforward to extend the system with a new virtual machine that provides quantum-secure cryptographic primitives.
Realistic adversaries. The Avalanche paper provides very strong guarantees in the presence
of a powerful and hostile adversary known as a round adaptive adversary in the full point-to-point model. In other terms, the adversary has full
access to the state of every single correct node at all times, knows the random choices of all
correct nodes, as well as can update its own state at any time before and after the correct node
has the chance to update its own state. Effectively, this adversary is all-powerful, except for the ability to directly update
the state of a correct node or modify the communication between correct nodes.
Nonetheless, in reality, such an adversary is purely theoretical since practical implementations of the strongest possible adversary are limited
at statistical approximations of the network state.
Therefore, in practice, we expect worst-case scenario attacks to be difficult to deploy,
A common problem in permissionless currencies is that of the rich getting richer.
This is a valid concern, since a POS system that is improperly implemented may in fact
allow wealth generation to be disproportionately attributed to the already large holders of stake
in the system. A simple example is that of leader-based consensus protocols, wherein a
subcommittee or a designated leader collects all the rewards during its operation and where the
probability of being chosen to collect rewards is proportional to the stake, accruing strong reward,
compounding effects. Further, in systems such as Bitcoin,
there is a big get-bigger phenomenon
where the big miners enjoy a premium over smaller ones
in terms of fewer orphans and less lost work.
In contrast, Avalanche employs an egalitarian distribution of minting.
Every single participant in the staking protocol
is rewarded equitably and proportionally based on stake. By enabling very large numbers of people
to participate first-hand in staking, Avalanche can accommodate millions of people to participate
equally in staking. The minimum amount required to participate in the protocol
will be up for governance, but it will be initialized to a low value to encourage
wide participation. This also implies that delegation is not required to participate with a small allocation.
Pruning, sharding, quantum cryptography.
Are we still talking about a blockchain or is this the script to a new Avengers movie?
This thing is secure, scalable, and cherubai questa.
I think it just taught me algebra.
I haven't been this confused since your cousin tried to explain skibbity toilet.
Let's bring this pasta to a simmer.
In this paper, we discussed the architecture of the Avalanche platform,
compared to other platforms today,
which either run classical-style
consensus protocols and therefore are inherently non-scalable, or make usage of Nakamoto-style
consensus that is inefficient and imposes high operating costs.
The Avalanche is lightweight, fast, scalable, secure and efficient. The native token which serves
for securing the network and paying for various infrastructural costs is simple
and backwards compatible. AVAX has capacity beyond other proposals to
achieve higher levels of decentralization, resist attacks and scale to millions of
nodes without any quorum or committee
election, and hence without imposing any limits to participation. Besides the consensus engine,
Avalanche innovates up the stack and introduces simple but important ideas in transaction
management, governance, and the slew of other components not available in other platforms.
Each participant in the protocol will have a voice in influencing how the protocol evolves
at all times, made possible by a powerful governance mechanism. Avalanche supports
high customizability, allowing nearly instant plug and play with existing blockchains.
So it's fast, secure, global, green, scalable, and nobody's in charge.
That's either revolutionary, or like our family reunion in 2013, Kekasino.
Alright, one more. References.
1. Bitcoin. Bitcoin slash Bitcoin.
https colon slash slash github.com slash bitcoin slash bitcoin.
2. Botolf S. Moin A. Zeknicki K.
Sirer E.G. Avalanche token paper. Token Dynamics.
International Workshop on Peer-to-Peer Systems.
Eichel I. Jenser A.E. Seire, E.G., Van Rennesi, are bitcoining a scalable
blockchain protocol in the 13th Eucenic Symposium on Networked Systems Design and Implementation.
NSDI, 2016. Santa Clara, California, USA. March 16th to 18th, 2016.
gtps, w.usenix.org conference, NSDCCC State Technical Sessions presentation.
Bitcoin, a peer-to-peer electronic cashger, 2014.
This must be the part where they tell me what books I should have read before this.
Bitcoin, Ethereum, Avalanche, Token, Paper.
This is a whole lot of smart people writing down more smart people.
She uses it to line the cannoli tray.
Well, kid, I have no idea what I just read. I still don't know what this is.
I don't think I want to know what this is, Dios mio. But if it means something to you,
then I support you. You're a smart kid. Your nonna always said so. Even if you do talk to computers all day. Ha ha, che cavolo! Now come on, let's eat.
Mamma mia, c'è spettacolo.
The kids start in a revolution.