MELD Dev Docs
  • Welcome to MELD
  • OVERVIEW
    • Core Concepts
      • EVM Compatible
      • Staking/Block Rewards
      • L1-Subnet
    • Bug Bounties
    • Careers
    • Security & Audits
      • Double Spend Prevention
  • DEVELOP
    • Developing on MELD
    • Basics
      • Kanazawa Testnet
      • Test Tokens & Faucet
      • MELD Mainnet
      • RPC connections
        • RPC Methods
      • Explorers
    • Tools
    • Oracles
      • Integrating Supra Oracles
    • Deploy a Smart Contract
      • Smart Contract Languages
      • Smart Contract Testing
      • Using Remix IDE
      • Using Hardhat
      • Verify Your Smart Contract
    • Token Standards
      • MLD-20: Fungible Tokens
        • Interacting With MLD-20 Tokens
      • MLD-721: NFTs
      • MLD-1155: Multi-token standard
      • MLD-404: Semi-fungible tokens
      • MDL-6551: Token Bound Accounts
    • Deploy NFTs
      • Using Remix
    • dApp
      • Develop a Full Stack dApp on MELD
      • Secure your dApp
    • Decentralized Storage
    • Cross Chain Bridging
      • Integrating Chainport
        • Bridging Between MELD and EVM Chains
          • Main Chain -> Side Chain
          • Side Chain -> Main Chain
          • Side Chain -> Side Chain
      • Akamon Bridge
      • Yield Boost
  • VALIDATORS
    • Overview
    • Consensus
    • Run a Validator node
    • MELD Staking
  • Tutorials
    • Using MELD with your metamask
    • Create a Token
    • Add a Token to Asomi DEX
    • Lock/Burn Liquidity
  • FAQ
    • General FAQ
    • Borrowing & Lending FAQ
    • MELD ISPO FAQ
Powered by GitBook
On this page
  • What are Validators?
  • Incentive Structures
  1. VALIDATORS

Overview

Learn about the role of validators in Proof-of-Stake systems like MELD.

What are Validators?

A blockchain validator is someone who is responsible for verifying transactions on a blockchain. In proof of stake (PoS) systems like MELD, validators are given rewards as long as they stake the network’s token (gMELD) and correctly participate in the network. This mechanism helps secure the network by imposing the need to lock up value in the network in order to participate in the consensus decisions.

When a validator successfully validates transactions and adds them to the blockchain, they can earn rewards in the form of additional tokens. These rewards serve as an incentive for validators to act honestly and maintain the network's security.

Incentive Structures

1. Return of staked tokens: When a validator finishes validating the primary network, they receive back the tokens they staked. This ensures that validators have a vested interest in maintaining the network's integrity.

2. Validation rewards: Validators may also receive rewards for their role in securing the network and validating transactions. These rewards can be a percentage of the transaction fees generated on the network or additional tokens.

3. Reward percentage: The reward percentage for staking varies across different blockchain networks. It represents the annual return that validators can earn on their staked tokens. For example, a reward percentage of 8.5% means that validators can earn a return of 8.5% of their staked tokens per annualized percentage yield, or APY for short.

PreviousYield BoostNextConsensus

Last updated 1 year ago