Skip to main content

QRL Emission

QRL emissions, or the emission rate, refers to the slow release of the total circulating supply of quanta to miners over time. The decrease in the amount given as a reward for mining a block is the emission rate.

The QRL blockchain is mined using computers running custom mining software, each block in the chain returns a reward to the miner who mints a new coin accepted by the network. The rate that these coins are distributed is defined in the emission standard and is set to exponentially decay (reduce) over time as the chain progresses.

In simple terms, each new block will pay the miner a little less than the previous block.

The reason behind this emission and the block reward is to provide incentive to run the software, using computation power and energy from the miners computer.

info

The QRL uses a mining algorithm that is specialized to be run on standard computers, prioritizing the CPU over GPU or specialized hardware like FPGA's and ASICS. This makes it possible for a larger subset of users to participate in the rewards and increases the distributed nature of the project.

See the documentation on QRL mining and the QRandomX mining algorithm

Approximate Daily quantaquanta Emissions Curve

QRL Emission Standards

From the QRL Whitepaper section 8: Cryptocurrency design parameters

8.6 Coin emission schedule

A defining feature of bitcoin is the scarcity and fixed upper limit to issuance of the underlying monetary token. QRL will follow bitcoin in this regard with a fixed upper limit to the coin supply of 105106105 \cdot 10^6 quantaquanta. A smoothly exponential decay in the block-reward is favored up to the hard ceiling of coin supply. This will eliminate the volatility associated with the bitcoin ’halving’ phenomenon.

The total coin supply, xx = 105106105 \cdot 10^6, minus coins created at the genesis block, yy, will exponentially reduce from Z0Z_0 downwards forever. The decay curve assumes the distribution of rewards for approximately 200200 years (until 22182218AD, 105189120105189120 blocks generated at an approximate rate of 11 block every 6060 seconds).

The remaining coin supply at block tt, ZtZ_t, may be calculated with:

Zt=Z0eλtZ_t = Z_0e^{-\lambda t}

The coefficient, λ\lambda, is calculated from: λ=lnZ0t\lambda = \frac{lnZ_0}{t}. Where tt, is the total number of blocks in the emission schedule until the final quantaquanta. The block reward, bb is calculated for each block with:

b=Zt1Ztb=Z_{t-1}-Z_t

QIP 16

The QRL emission schedule, or amount of quanta generated with each block mined, was updated in QIP-16 (QRL Improvement Proposal) through a public on-chain vote to reduce the total reward each block paid out by a factor of 60%.

You can read more about the QIP process here, and review the history of this QIP in the GitHub repository.