Introduction

Overview

What is Tellor Layer?

Tellor Layer is a new L1 built using the cosmos sdk for the purpose of coming to consensus on any subjective data. It is operated by an open public network of staked parties who are crypto-economically incentivized to honestly report requested data.

For more in-depth information, checkout the Tellor Layer tech paper and our ADRs.

Palmito Testnet (layertest-4)

Palmito is the current testnet equivalent for testing tellor operation and functionaity.

Running Palmito (testnet)

What is a Validator?

Validators in the Tellor Layer network play a crucial role in maintaining the blockchain's integrity and consensus. They are responsible for validating transactions, securing the network, and ensuring the proper functioning of the blockchain. The number of total validators is capped at 100.

Responsibilities of a Validator:

  1. Transaction Validation: Validators validate transactions and add them to the chain.

  2. Consensus Participation: They participate in the consensus mechanism to agree on the state of the chain.

  3. Block Proposal: Validators propose new blocks and ensure that all committed transactions are included.

  4. Signing: Validators sign aggregated data values, ensuring their correctness before they are relayed to other chains.

What is a Reporter?

Reporters are individuals who read data from the internet (and/or any"real world" sources) for submission to the Tellor oracle. The data they report is aggregated and verified via on-chain c onsensus. Reporters earn TRB rewards for their efforts.

Reporters are responsible for:

  • Submitting values for data requests (queries) that are subject to validation and disputes. *Validators can be reporters but not all reporters will be validators.

  • Monitoring submissions for accuracy. A robust system of staking and slashing ensures that reporters (and users) are crypto-economically incentivized to monitor their data.

Last updated