Pastel Network
  • Introduction
    • Pastel Overview
    • Pastel Token (PSL)
    • PSL Token Economics
    • Pastel Consensus Protocol
    • Key Features
  • Basics
    • Smart Ticket Structure
    • Fees and Burn
    • SuperNodes
      • SuperNode Staking
      • SuperNode States & Implications for Stake
      • SuperNode Operator Selection
      • SuperNode Fees
    • Governance
    • Accounts
  • Development Guide
    • Types of Pastel installations
      • Pastel Network Architecture
    • Requirements
      • Default directories
    • QuickStart: Running a Node
    • WalletNode
      • API
        • Sense API
        • Cascade API
        • NFT API
      • GRPC Interface
    • SuperNode
      • GRPC Interface
    • Pasteld Daemon
      • Pasteld CLI Implementation
      • Pasteld JSON-RPC API
    • Pastel-CLI
    • Understanding Smart Tickets
      • NFT Tickets
      • PastelID Tickets
    • Testing
    • Tutorials
      • Pastel Wallet App
    • Public Endpoints & Resources
    • Configurations
  • Sense Protocol
    • Sense Overview
    • Sense Basics
    • Building with Sense API
  • Cascade Protocol
    • Cascade Overview
    • Cascade Basics
    • Building with Cascade API
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Basics
  2. SuperNodes

SuperNode Staking

PreviousSuperNodesNextSuperNode States & Implications for Stake

Last updated 3 years ago

Was this helpful?

For Pastel Network, any participant can qualify to become a SuperNode validator by running a full-node and self-staking PSL tokens. SuperNode operators participating in consensus for Pastel earn block rewards and transaction fees.

SuperNodes have two addresses and it is advised to operate each on isolated nodes:

  1. owner address: This address is from the SuperNode operator who handles admin-related functionality like activating the signer and taking custody of PSL collateral.

  2. signer address: This address belongs to the SuperNode operator who runs the active network node and performs the various SuperNode operations.

Stake

Stake is measured in PSL, the native token of the Pastel Network.

  • Exactly 5,000,000.00 PSL held in a single UTXO ("Staked PSL")

  • Full nodes with Staked PSL qualify as SuperNodes

  • SuperNodes in the state become part of the active-set

  • Only SuperNodes in the active-set are eligible for signing blocks, receiving block rewards, processing transactions, and earning transaction fees

  • Updates to the active-set of SuperNodes occur during state transitions at the end of each block, otherwise known as an end-block.

UnStake

Staked PSL is never frozen or programmatically locked, allowing SuperNodes to exit the active-set whenever they choose.

  • When the SuperNode wants to exit the system and stop validating blocks or performing operations, they can simply call stop

    • This action is immediate as of the method call

    • After this action the SuperNode is considered out of the active-set set of validators

  • They are also able to move any portion of the Staked PSL to another address, which will remove them from an state

enabled
enabled