Qortal Project

The future of blockchain platforms

User Tools

Site Tools


block_rewards_distribution

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
block_rewards_distribution [06/04/2025 14:00] croweticblock_rewards_distribution [06/04/2025 14:50] (current) crowetic
Line 4: Line 4:
 The block rewards in Qortal are **distributed to every online minter, regardless of the minter who actually 'finds' (signs) the block.** The rewards are based on the **level tier** of the minter and how many 'online' (synchronized and submitting minting signatures) minters are **in each tier** during distribution blocks. In other words, all minters earn a portion of each block's reward by simply running a node (with their 'minting key' assigned to it) and supporting the network. All minters of level 1 and above, are rewarded. Only level 5+ minters can sign new blocks into the chain. The block rewards in Qortal are **distributed to every online minter, regardless of the minter who actually 'finds' (signs) the block.** The rewards are based on the **level tier** of the minter and how many 'online' (synchronized and submitting minting signatures) minters are **in each tier** during distribution blocks. In other words, all minters earn a portion of each block's reward by simply running a node (with their 'minting key' assigned to it) and supporting the network. All minters of level 1 and above, are rewarded. Only level 5+ minters can sign new blocks into the chain.
  
-===== Minting Bullets =====+===== Minting - Overview / Points of Interest =====
  
   * Every 2 levels is called a **'tier'**.    * Every 2 levels is called a **'tier'**. 
Line 24: Line 24:
  
 ===== Minting Security ===== ===== Minting Security =====
 +==== 'Weighted' Leveling ====
 +In order to ensure the security of the chain, **__minting leverages a minter's 'level' in regard to block signing__.** Block signing is the process of creating a new block on the chain, and the 'block signer' is the minter that creates and adds the block agreed by the rest of the network to be the 'valid next block' on the primary chain fork. The validation of blocks and transactions takes place automatically in the Qortal Core, so without specific code modifications by a would-be attempted attacker, no attack is possible at all. However, in order to ensure that a would-be attacker remains would-be, leveraging the 'blocksMinted' of a minter's account as a 'weight' in the determination of the primary block, allows Qortal to ensure that minters who have proven themselves legitimate for a longer time frame, are more likely to sign blocks. This dramatically reduces the potential likelihood of a would-be attacker being successful in any type of attack, as the primary methods of attacking a blockchain require that the would-be attacker sign multiple blocks in a row. The ability to do this on Qortal is extremely low.
  
-In order to ensure the security of the chain**minting is also structured based on level in regard to block signing.** Block signing means creating a new block on the chain, and the signer is the minter that creates and adds the block agreed by the rest of the network to be the 'valid next block'.+Qortal's consensus model leverages a concept called 'key distance' (combined with a weighted variable for level, valid transactionstransaction count, and various other on-chain validated data points in each block) (see [[how_qortal_s_consensus_works|]]) to determine which block created by which minting account is included on the primary chain.
  
-Minting uses a concept called 'key distance(combined with a weighted variable for level, and various other data points in each block(read [[how_qortal_s_consensus_works|]]) to determine which block by which minter is included on the chain.+==== No 'Block Signer Benefit==== 
 +As stated, **the higher level the minter isthe more likely they are to be the block signer**. However, on Qortal, being the block signer (contrary to essentially every other blockchain) does not provide the minting account with any type of advantage. **Being the block signer does NOT earn the signing minter anything 'extra' on the Qortal Network.** This is a **__critical difference__** that is one of highlighted unique aspects of the Qortal Consensus Model. This allows for a **__competition-free ecosystem__** in which **all minters work __together__** to validate, extend, and ensure the integrity of the blockchain. Removing the 'combative' and contradictory nature of PoW and PoS-based systems, and providing a sense of collaboration between the Qortal Minters
  
-The higher level the minter is, the more likely they are to be the block signer. Howeverbeing the block signer (contrary to essentially every other blockchain) does not 'mean anything' in Qortal in regard to rewards. **Being the block signer does NOT earn the signing minter anything 'extra' in Qortal.** This is a **critical difference** that is one of the main unique factors of Qortal's minting system. This allows for a **competition free system** in which all **minters work together** to secure and grow the chain of transactions(The 'db' or database, is the blockchain itself and the other core stored information of Qortal.)+==== Negation of Monetary Influence ==== 
 +Removing the ability to 'buy influence' over the networkis another key differentiating factor of the Qortal ModelSince there is **no 'monetary' benefit to being the block signer** there is no other option for minters on the network aside from working collaboratively and sharing the provided 'harvest' of QORTQortal aims to foster a positive and thriving environment within the minting community, one where minters encourage each other and assist one another in a shared goal of keeping the strongest and most well-functioning blockchain possible.
  
-Since there is **no rewards benefit to being the block signer** there is also **no 'competition' between minters**, they all **work cooperatively** to secure the chain, and are rewarded based on their **overall time contributed** toward that end. All minters start at level 0, and ultimately end at level 10, once at level 10 their influence will still increase, but at an ever-slowing magnitude of overall influence. Making it so that while minters always do increase in effective security and influence, their lower-level minter compatriots may come quite near their higher-level counterparts in influence and network security effectiveness.+ All minters start at level 0, and ultimately end at level 10, once at level 10 their influence will still increase, but at an ever-slowing magnitude of overall influence[*]. Making it so that while minters always do increase in effective security and influence, their lower-level minter compatriots may come quite near their higher-level counterparts in influence and network security effectiveness.
  
 +==== Proof of Contribution over Time (PoCoT) ====
 Minting is essentially **proof of Contribution Over Time (and Memory Proof-of-Work)**. Qortal leverages Proof of Work, however, it is a different type of PoW, and doesn't max out processors all day long like Bitcoin/Litecoin and many other projects. Minting is essentially **proof of Contribution Over Time (and Memory Proof-of-Work)**. Qortal leverages Proof of Work, however, it is a different type of PoW, and doesn't max out processors all day long like Bitcoin/Litecoin and many other projects.
 +
 +==== MemPoW Algorithm - A Memory-Based Proof of Work====
 +--**__Mem__**//ory// **__P__**//roof// **__o__**//f// **__W__**//ork//--
  
 The **Memory Proof-of-Work (MemPoW)** portion of the consensus mechanism, comes from the **MemPoW algorithm**. Whereas most PoW chains utilize a PoW algorithm with a 'modifiable difficulty' that changes based on how many 'miners' are actively contributing 'hashrate' to the network, Qortal utilizes a **set difficulty** MemPoW, and leverages the algo to **limit the number of minting keys that can be assigned to any given physical computer.** The MemPoW must be leveraged by every minter upon minting key submission, submitting too a 'nonce' generated as a result of the MemPoW's operation. This nonce, validated by all nodes on the network, proves the minter ran the algo, and adds another layer of validation to the minter's signature submission that is utilized to provide the minter with their blocksMinted for that payout round, if submitted within the round's submission 'window'. The **Memory Proof-of-Work (MemPoW)** portion of the consensus mechanism, comes from the **MemPoW algorithm**. Whereas most PoW chains utilize a PoW algorithm with a 'modifiable difficulty' that changes based on how many 'miners' are actively contributing 'hashrate' to the network, Qortal utilizes a **set difficulty** MemPoW, and leverages the algo to **limit the number of minting keys that can be assigned to any given physical computer.** The MemPoW must be leveraged by every minter upon minting key submission, submitting too a 'nonce' generated as a result of the MemPoW's operation. This nonce, validated by all nodes on the network, proves the minter ran the algo, and adds another layer of validation to the minter's signature submission that is utilized to provide the minter with their blocksMinted for that payout round, if submitted within the round's submission 'window'.
Line 39: Line 47:
 The **MemPoW algorithm** is a Memory-based Proof-of-Work (PoW) algorithm utilized in multiple portions of Qortal's code. In regard to minting, the **MemPoW must be computed, and submitted with each minter signature**. MemPoW is also leveraged to prevent 'spam' messages on Q-Chat, as Q-Chat transactions are 'feeless' and would otherwise be able to be executed indefinitely for very minimal effort. Introduction of the MemPoW nonce requirement to Q-Chat transactions, allowed the system to resolve spam issues without requiring the addition of a transaction fee to Q-Chat messages. The **MemPoW algorithm** is a Memory-based Proof-of-Work (PoW) algorithm utilized in multiple portions of Qortal's code. In regard to minting, the **MemPoW must be computed, and submitted with each minter signature**. MemPoW is also leveraged to prevent 'spam' messages on Q-Chat, as Q-Chat transactions are 'feeless' and would otherwise be able to be executed indefinitely for very minimal effort. Introduction of the MemPoW nonce requirement to Q-Chat transactions, allowed the system to resolve spam issues without requiring the addition of a transaction fee to Q-Chat messages.
  
-=== A quick list of differences between Qortal's MemPoW and other PoW algorithms in other projects:===+==== A quick list of differences between Qortal's MemPoW and other PoW algorithms in other projects: ====
  
   *  **MemPoW** leverages an **established 'difficulty' to result in a verifiable nonce** ensuring the algo's completion.   *  **MemPoW** leverages an **established 'difficulty' to result in a verifiable nonce** ensuring the algo's completion.
Line 46: Line 54:
   *  The **MemPoW** algo in regard to Minting on Qortal merely exists as **a method to prevent submission of 'indefinite number of signatures' from a single minting node**. It prevents a single node from submitting more signatures than (ideally 2) the number it can compute utilizing the MemPoW difficulty within the submission window.    *  The **MemPoW** algo in regard to Minting on Qortal merely exists as **a method to prevent submission of 'indefinite number of signatures' from a single minting node**. It prevents a single node from submitting more signatures than (ideally 2) the number it can compute utilizing the MemPoW difficulty within the submission window. 
   *  **MemPoW** is also **leveraged to prevent 'spamming' on Q-Chat**, which leverages 'feeless' and 'unconfirmable' transactions for messaging. Without the assistance of the MemPoW's 'rate limiting' for accounts with less than 4 QORT balance, an essentially 'unlimited amount' of messages could be sent for the cost of a single low-powered node, and disrupt the usability of Q-Chat entirely.    *  **MemPoW** is also **leveraged to prevent 'spamming' on Q-Chat**, which leverages 'feeless' and 'unconfirmable' transactions for messaging. Without the assistance of the MemPoW's 'rate limiting' for accounts with less than 4 QORT balance, an essentially 'unlimited amount' of messages could be sent for the cost of a single low-powered node, and disrupt the usability of Q-Chat entirely. 
- 
- 
- 
- 
  
  
 {{::qortal_cube_original_by.png?200|}} {{::qortal_cube_original_by.png?200|}}
  
-The Qortal Logo while Minting is Active.+(//The Qortal Logo while Minting is Active.//)
  
 ===== Minting Levels (Currently Active Distribution Schedule) ===== ===== Minting Levels (Currently Active Distribution Schedule) =====
Line 76: Line 80:
 - **QORA holders transitioning into QORT coin share 1% of the block reward** - **QORA holders transitioning into QORT coin share 1% of the block reward**
 \\ \\
-==== **NOTE - AS OF 4.7.0 FOUNDER REWARDS ARE REMOVED. FOUNDER ACCOUNTS ARE NO DIFFERENT THAN ANY OTHER ACCOUNT ON QORTAL.** ====+==== NOTE - AS OF 4.7.0 FOUNDER REWARDS ARE REMOVED. FOUNDER ACCOUNTS ARE NO DIFFERENT THAN ANY OTHER ACCOUNT ON QORTAL. ====
    
 As per the proposal by crowetic (https://qortal.link/crowetics-proposals) - The concept of 'founder accounts' was determined to be faulty, and as such was proposed to be, and effectively REMOVED as of version 4.7.0 of the Qortal Core. Due to the poor performance of founders in the previous years, and the fact that the entire concept did not play out as it was meant to, it was removed, and will not be coming back. Instead of the founders, the rewards that would be given to the level 9+10 tier minters, are distributed to Minter Admins and Dev Admins, split 50/50. Until the 5th tier contains 30+ minters this will be the scenario.  As per the proposal by crowetic (https://qortal.link/crowetics-proposals) - The concept of 'founder accounts' was determined to be faulty, and as such was proposed to be, and effectively REMOVED as of version 4.7.0 of the Qortal Core. Due to the poor performance of founders in the previous years, and the fact that the entire concept did not play out as it was meant to, it was removed, and will not be coming back. Instead of the founders, the rewards that would be given to the level 9+10 tier minters, are distributed to Minter Admins and Dev Admins, split 50/50. Until the 5th tier contains 30+ minters this will be the scenario. 
Line 82: Line 86:
 Another portion of this proposal, is the removal of the 'blocksMintedAdjustment' credit that was given to the QORA account holders who forged the QORA chain while it was considered 'dead'. The removal of this 'blocksMintedAdjustment' is planned to be executed on release of Qortal Core version 5.0. Upon this modification, all blocksMintedAdjustment credits will no longer be credited toward overall level on Qortal, and only blocksMinted, blocks that were actually minted on this network, will be credited. Another portion of this proposal, is the removal of the 'blocksMintedAdjustment' credit that was given to the QORA account holders who forged the QORA chain while it was considered 'dead'. The removal of this 'blocksMintedAdjustment' is planned to be executed on release of Qortal Core version 5.0. Upon this modification, all blocksMintedAdjustment credits will no longer be credited toward overall level on Qortal, and only blocksMinted, blocks that were actually minted on this network, will be credited.
 \\ \\
-- **MINTER AND DEV ADMINS - ** share a minimum of **3%** of the block reward, and/or the 'leftover' percentage, which initially will be higher when there aren't users in all of the various level groups, and will decrease over time.+- **MINTER AND DEV ADMINS -** share a minimum of **3%** of the block reward, and/or the 'leftover' percentage, which initially will be higher when there aren't users in all of the various level groups, and will decrease over time.
  
-===== Previous Reward Structure (deprecated, history only) ===== 
  
-**Levels and 2** minting accounts share **6%** of the block reward+===== QORT Initial Block Reward Decrease Schedule ===== 
 + 
 +Block #: **1+** Reward: 5.00 QORT/block - (June 2020)
 \\ \\
-**Levels 3 and 4** share **13%** of the block reward+Block #: **259,201+** Reward: **4.75** QORT/block
 \\ \\
-**Levels 5 and 6** share **19%** of the block reward+Block #: **518,401+** Reward: **4.50** QORT/block
 \\ \\
-**Levels 7 and 8** share **26%** of the block reward+Block #: **777,601+** Reward: **4.25** QORT/block
 \\ \\
-**Levels 9 and 10** share **32%** of the block reward+Block #: **1,036,801+** Reward: **4.00** QORT/block
 \\ \\
-**QORA holders transitioning into QORT coin share 1% of the block reward**+Block #: **1,296,001+** Reward: **3.75** QORT/block
 \\ \\
- +Block #: **1,555,201+** Reward: **3.50** QORT/block
-Also note - All tiers aside from TIER 1 (lvl1+2) require at least 30 minters before they become active. If a tier has between 1 and 29 minters, the rewards are combined and shared with the previous tier. **If a tier has ZERO minters, the rewards are given to Dev+Minter Admins as opposed to the level tiers.** +
- +
-**QORA BURN REWARDS - Those who BURNED (destroyed) QORA coins on the QORA chain prior to Qortal Genesis, in favor of a transition to QORT, are given 1% regardless of whether they mint or not.  +
- +
-**DEV ADMIN REWARDS** - Developers who prove themselves for a long enough period of timeand are subsequently voted into the developer group admins by the existing developer adminsreceive their developer reward regardless of their developer accounts' minting status. This was done as prior to the proposal modifications, developers were urged to keep a separate account for their developer account for specific reasons, and as such do not mint on their developer accounts. Also, developers contribute their work in the form of code, therefore removing the minting requirement for dev admins was determined. +
- +
-**MINTER ADMIN REWARDS** - Minter Admins are the admins of the MINTER group(s), and the accounts by which GROUP_APPROVAL transactions determine which accounts are allowed to mint. Minter Admins DO have a minting requirement for their rewards, as minting is their realm of responsibility. Therefore, Minter Admins, regardless of their status as admin of the MINTER group(s), must submit minting signatures in order to obtain their Minter Admin rewards. +
- +
-===== Original Reward Percentages (deprecated, history only) ===== +
- +
-**Please note:** below are the original percentages for historical reference: +
- +
-**Levels 1 and 2** minting accounts share **5%** of the block reward+
 \\ \\
-**Levels 3 and 4** share **10%** of the block reward+Block #: **1,814,401+** Reward: **3.25** QORT/block
 \\ \\
-**Levels 5 and 6** share **15%** of the block reward+Block #: **2,073,601+** Reward: **3.00** QORT/block - (June 2025)
 \\ \\
-**Levels 7 and 8** share **20%** of the block reward+Block #: **2,332,801+** Reward: **2.75** QORT/block
 \\ \\
-**Levels 9 and 10** share **25%** of the block reward+Block #: **2,592,001+** Reward: **2.50** QORT/block
 \\ \\
-**QORA holders transitioning into QORT coin share 20% of the block reward**+Block #: **2,851,201+** Reward: **2.25** QORT/block
 \\ \\
-**Founders** share a minimum of **5%** of the block reward, and/or the 'leftover' percentage, which initially will be higher when there aren't users in all of the various level groups, and will decrease over time.+Block #: **3,110,401+** Reward: **2.00** QORT/block 
 +\\ 
 +\\ 
 +**ABSOLUTE MINIMUM BLOCK REWARD = 1 QORT/block** (plus transaction fees)  
 +\\ 
 +\\ 
 +**ABSOLUTE MAXIMUM BLOCK REWARD = 5 QORT/block** (plus transaction fees) (This is the Genesis Block Reward amount.
  
 ===== More Info ===== ===== More Info =====
  
-Only ACTIVE minters are rewarded each distribution cycle. +Only **ACTIVE minters are rewarded** each distribution cycle. 
 \\ \\
-Currently, distribution cycles are 1000 blocks. Every 1000th block is a 'payout block' on which the block rewards and fees for the previous 1000 blocks, combined, are paid out to the minters. +Currently, **distribution cycles are 1000 blocks**. Every 1000th block is a 'payout block' on which the block rewards and fees for the previous 1000 blocks, combined, are paid out to the minters. 
 \\ \\
-Distribution cycles are subject to change, as are the percentages rewarded to each level tier. Proposals from the Qortal Community may be made for any modification to any portion of the network and its existing rules. If the proposal is viable, and gets enough support from the community, it will then be sent to the developer group for review. Upon said review, if the proposal is deemed valid  by the developers, it will be determined whether it is possible to build it in its current state, or whether modifications are required. If it is acceptable as-is, it will be given a final vote by the developers, at which point it will be started on if the vote passes. If it is NOT deemed viable for whatever reason, it will be modified by the developers, and sent back to the community for another vote. Repeat until the proposal is both viable, and approved, then built, and implemented. +//Distribution cycles are subject to change//, as are the percentages rewarded to each level tier. Proposals from the Qortal Community may be made for any modification to any portion of the network and its existing rules. If the proposal is viable, and gets enough support from the community, it will then be sent to the developer group for review. Upon said review, if the proposal is deemed valid  by the developers, it will be determined whether it is possible to build it in its current state, or whether modifications are required. If it is acceptable as-is, it will be given a final vote by the developers, at which point it will be started on if the vote passes. If it is NOT deemed viable for whatever reason, it will be modified by the developers, and sent back to the community for another vote. Repeat until the proposal is both viable, and approved, then built, and implemented. 
 \\ \\
 Future methods of rewards for additional account types or concepts, may potentially modify the overall rewards distribution, depending on the concept and its basis. As such, the block rewards will be an ever-changing and evolving concept, with a few static unwavering foundational rules listed below: Future methods of rewards for additional account types or concepts, may potentially modify the overall rewards distribution, depending on the concept and its basis. As such, the block rewards will be an ever-changing and evolving concept, with a few static unwavering foundational rules listed below:
Line 137: Line 135:
 ===== Block Rewards ===== ===== Block Rewards =====
  
-Qortal, unlike most other blockchain-based systems, is a system built with true decentralization and continual operation indefinitely in mind. As such, there is no 'total coin cap' on the QORT supply. The concept of a total cap means that the project cannot possibly last forever. Even only considering the fact that users lose access to accounts with coin, no matter how much preventative effort is made, this will always be the case. Therefore, at some point, there will be no usable coins left on any chain with a total maximum supply of coin. QORT is more than simply a 'currency', it is a 'fuel' providing the means to build and publish data on a truly decentralized distributed data network comprised of a global network of users and their computing devices. It is the future digital realm for the open-minded and free. As such, QORT must always be, and must always be obtainable to be leveraged in this fashion.+Qortal, unlike most other blockchain-based systems, is a system built with true decentralization and indefinite operation in mind. As such, there is no **'__total coin cap' on the QORT supply.__** The concept of a total cap means that the project cannot possibly last forever. Even only considering the fact that users lose access to accounts with coin, no matter how much preventative effort is made, this will always be the case. Therefore, at some point, there will be no usable coins left on any chain with a total maximum supply of coin. QORT is more than simply a 'currency', it is a 'fuel' providing the means to build and publish data on a truly decentralized distributed data network comprised of a global network of users and their computing devices. It is the future digital realm for the open-minded and free. As such, QORT must always be, and must always be obtainable to be leveraged in this fashion.
  
 Regardless of the fact that no 'total coin supply cap' exists, that does not then say that 'inflation is an issue'. In fact, comparing QORT to essentially any other coin one quickly realizes that the total amount of QORT grows very slowly in comparison to most others, and even without a total supply cap, will not even come close to the total amount of coins that already exist on many other platforms.  Regardless of the fact that no 'total coin supply cap' exists, that does not then say that 'inflation is an issue'. In fact, comparing QORT to essentially any other coin one quickly realizes that the total amount of QORT grows very slowly in comparison to most others, and even without a total supply cap, will not even come close to the total amount of coins that already exist on many other platforms. 
Line 150: Line 148:
  
 **ABSOLUTE MINIMUM BLOCK REWARD = 1 QORT/block** (plus transaction fees)  **ABSOLUTE MINIMUM BLOCK REWARD = 1 QORT/block** (plus transaction fees) 
 +\\
 **ABSOLUTE MAXIMUM BLOCK REWARD = 5 QORT/block** (plus transaction fees) (This is the Genesis Block Reward amount.)  **ABSOLUTE MAXIMUM BLOCK REWARD = 5 QORT/block** (plus transaction fees) (This is the Genesis Block Reward amount.) 
- +\\ 
-==== QORT Initial Block Reward Decrease Schedule ==== +\\ 
- +\\ 
-Block 1+ Reward: 5.00 (June 2020) +[*] = NOTE The decreasing magnitude of effectiveness for max-level minting accounts has not yet been developedand as such does not yet hold exact detail that may be described hereinUpon the Qortal Development Group's determination and development heremore detail will be made available.
- +
-Block 259,201+ Reward: 4.75 +
- +
-Block 518,401+ Reward: 4.50 +
- +
-Block 777,601+ Reward: 4.25 +
- +
-Block 1,036,801+ Reward: 4.00 +
- +
-Block 1,296,001+ Reward: 3.75 +
- +
-Block 1,555,201+ Reward: 3.50 +
- +
-Block 1,814,401+ Reward: 3.25 +
- +
-Block 2,073,601+ Reward: 3.00 (June 2025) +
- +
-Block 2,332,801+ Reward: 2.75 +
- +
-Block 2,592,001+ Reward: 2.50 +
- +
-Block 2,851,201+ Reward: 2.25 +
- +
-Block 3,110,401+ Reward: 2.00+
block_rewards_distribution.1749060029.txt.gz · Last modified: 06/04/2025 14:00 by crowetic