Skip to content

Validator Nodes#

Blockchain Validation#

Validator nodes are online servers running a blockchain's client software. They all keep their own copy of the ledger and are constantly talking to other nodes to make sure the copies are consistent with each other as new data is added.

Validator node network

A network of validator nodes, each one with an identical copy of the ledger.

The fact that the ledger is not under control of a single entity but distributed among a network of independent validators is what makes blockchains:

Validators agree on the state of the ledger using a consensus algorithm that varies for each blockchain. For example, Flare uses the Snowman++ consensus protocol from Avalanche.

Snowman++

During each round, a validator is randomly selected to act as the leader and propose new blocks to be added to the ledger, which are then validated by the rest of nodes. To provide Sybil resistance, the probability that a node is elected the leader is proportional to the node's stake, effectively enacting a proof-of-stake consensus.

With its vision to be the blockchain for data, Flare adds the FTSO Data provider and Attestation Provider roles to validators, creating a single infrastructure entity.

When fully operational, these decentralized infrastructure entities are responsible for:

  • Securing the network through proof-of-stake consensus.
  • Providing continuous data to the FTSO system.
  • Answering the State Connector's queries for attestations.

In this way, the stake required to operate these entities secures all three functions.

Infrastructure entities are rewarded for each one of these roles, a process that involves staking on the P-chain and rewards that are calculated on smart contracts running on the C-chain.

Deployment Phases#

Deployment will occur in different phases for a number of reasons:

  • Infrastructure entities will be onboarded progressively, to ensure the uninterrupted working of the network.
  • Current FTSO data providers need to build a minimum stake to act as validators.
  • Current validators need to upgrade their capabilities to act as data providers.

Each phase will increasingly relinquish control, so more network validation will happen independently of the Flare Foundation.

Initial State#

Upon network launch on July 14th 2022, a set of 20 validators had their node IDs hard-coded into the client software, so no other validators could participate. The Flare Foundation managed these nodes and gradually reassigned 16 of them to 4 external entities to achieve greater decentralization. These entities, known as professional validators, are infrastructure providers with experience managing blockchain nodes.

During this period FTSO data providers operated completely independently of validators. The State Connector protocol was still being developed, so no attestation providers were available.

Phase 1#

On July 2023 a network fork enabled Avalanche's proof-of-stake mechanism. From this moment, validation was open to everybody. At the same time, all the stake from the original validators expired.

The Flare Foundation loaned all the stake for the initial validators, so the distribution of validation power remained the same while proof-of-stake was being tested.

Later, after some FTSO data providers went through a KYC process, the Flare Foundation loaned enough funds to them to deploy validation nodes and act as validators.

Because staking happens on the P-chain, staked tokens cannot access the rewards managed by smart contracts running on the C-chain. To solve this problem, a communication mechanism between the two chains is being developed.

All staking rewards are manually calculated off-chain, and then distributed on-chain. The calculations will initially be private while they are fine-tuned, and the script will be made public in phase 2 so that anybody can verify them.

Phase 2#

Once FTSO data providers have gathered enough stake to ensure the network's continued working, all stake loaned by the Flare Foundation to the validators in the initial state will be withdrawn. Professional validators are expected to cease operating at this point, unless they provide their own stake.

The Flare Foundation might delegate stake to FTSO data providers that went through the KYC process, to help kick-start the system. This is known as stake boosting and will run only for a limited amount of time.

Staked funds can earn FlareDrops and participate in governance, but not earn FTSO rewards.

Staking rewards will:

  • Take into account validator uptime, which can be publicly monitored.
  • Take into account staked amount.
  • Require that the validator is also an FTSO data provider that is being constantly rewarded for providing good enough prices.
  • Be manually calculated off-chain using a public script, and then distributed on-chain.

Phase 3#

After secure communication between the P- and C-chains is available, staking rewards will be managed entirely on-chain. The goal is that funds staked on the P-chain will have the same rights as wrapped $FLR on the C-chain, opening the possibility to earn FTSO rewards, FlareDrops and participate in governance.

Summary#

Launch Phase 1 Phase 2 Phase 3
Validation open to everybody
Validators must provide own stake
Validators must be data providers to earn rewards
Locked stake can earn staking rewards
Staking rewards are handled on-chain
Same rights for staked and wrapped tokens