Plian
English
English
  • Overview
  • Links
  • Downloads
  • FAQ
    • Node Status
    • Full Balance
    • Flow and FAQ on Becoming a Validator
    • Delegation
    • Staking Rewards
    • Monitor
    • PIScan
    • PIWallet
    • Cross-Chain Transactions
    • DApps
  • About The Blockchain
    • Multichain Framework
    • PDBFT 2.0 Consensus Algorithm
    • Validator Nodes
    • Building with Plian
  • Using The Blockchain
    • Overview
    • Delegating or Staking PI
    • Validator Node Guides
      • Express Node Setup Guide
      • Setting Up a Validator Node
      • Registering Your Node as Validator
      • Submitting Your Vote as Validator
      • Revealing Your Vote
      • Removing Your Node From the Candidate List
      • Alternate Installation Instructions
        • Building From the Source
        • Running Pchain in Docker
        • Installation Instructions for Ubuntu
        • Installation Instructions for Mac OS X
        • Installation Instructions for Windows 10
      • What is FullBalance
    • Token Swaps
    • Plian Javascript Console
    • PIwallet
      • Desktop Wallet
        • Light Wallet Mode
        • Local Node Mode
      • Mobile Wallets
      • How to Deploy a Smart Contract
    • PMetamask
    • MetaMask
      • How to import PIwallet address to MetaMask?
      • How to connect Metamask to Plian
      • How to import wallet address from MetaMask into PIWallet
      • How to deploy smart contract on Plian via Metamask + Remix
    • Advanced Features
      • Command Line Options
      • Management APIs
      • JSON RPC API
      • How to Sync and Run Testnet
    • How to buy Plian $PI
  • For Developers
    • PWeb3 Javascript API
    • How to Create Your Own Subchain
    • Writing Smart Contracts With Solidity
      • Introduction to Smart Contracts
      • Installing the Solidity Compiler
      • Solidity by Example
      • Solidity in Depth
        • Layout of a Solidity Source File
        • Structure of a Contract
        • Types
        • Units and Globally Available Variables
        • Expressions and Control Structures
        • Contracts
        • Solidity Assembly
        • Miscellaneous
      • Security Considerations
      • Resources
      • Using the compiler
      • Contract Metadata
      • Contract ABI Specification
      • Yul
      • Style Guide
      • Common Patterns
      • List of Known Bugs
      • Contributing
      • Frequently Asked Questions
      • LLL
      • Index
Powered by GitBook
On this page
  • How many rewards will I get if I delegate on Pchain?
  • How much total PoS mining reward and what’s the distribution plan?
  • How can I get rewards for staking?
  • I have delegated to one candidate for over 25 days, why haven’t I received any reward?
  • When will the rewards unlock?
  • How many rewards do I receive in one epoch?

Was this helpful?

  1. FAQ

Staking Rewards

How many rewards will I get if I delegate on Pchain?

Suppose your deposit amount is A, the total deposit of the current epoch is B, the total block number of the current block is C, the reward per block during the current epoch is D, then your reward during the current epoch will be about A/B*C*D.

How much total PoS mining reward and what’s the distribution plan?

Pchain total PoS mining reward is 315,000,000 PI.

Distribution:
Year1~Year4 : 39,375,000 PI per year
Year5~Year8:19,687,500 PI per year
Year9~Year12:9,843,750 PI per year
Year13~Year16:4,921,875 PI per year
Year17~Year20:2,460,937.5 PI per year
Year21~Year24: 2,460,937. PI per year

How can I get rewards for staking?

In order to receive rewards, you need to either stake your PI to your own node or delegate your PI to a candidate node. If the node you have staked/delegated your PI to becomes a validator, you will be rewarded in proportion to the amount staked/delegated.

I have delegated to one candidate for over 25 days, why haven’t I received any reward?

If you delegated in the current epoch, you will get rewards when the new epoch starts and once the candidate votes for the next epoch successfully. If you delegated in the last epoch, it means the candidate failed in voting for the validator, so you won’t get rewards.

When will the rewards unlock?

The rewards you received in each epoch will be unlocked automatically over the course of 12 epochs.

How many rewards do I receive in one epoch?

The PoS mining reward depends on your PI amount related to the percentage of total staking amount in each epoch. PoS mining reward ≈ Your staking amount/total staking amount * block reward * the number of epoch blocks. If you are the delegator, then your reward ≈ (1- commission fee(%) ) * Your staking amount/ total staking amount * block reward * the number of epoch blocks

PreviousDelegationNextMonitor

Last updated 4 years ago

Was this helpful?