Alephium Block Rewards

An in-depth analysis of the Block rewards, explaining the time-based and hashrate-based components of the reward emission rates.

Alephium
3 min readNov 22, 2021

Disclaimer: This article was edited on June 12th, 2024 when block time was reduced from 64 to 16s

Mining is a critical component of maintaining and developing a public ledger. It is the process of validating transactions and adding them to the Alephium blockchain. In addition, mining is the only way to issue new Alephium tokens. A consensus protocol has been implemented to ensure only Alephium miners can mine and validate transactions. In Alephium, this is called “Proof-of-Less-Work” (PoLW).

For this process to be decentralized, having as many miners participating as possible is important. Hence, to incentivize the mining, the blockchain rewards the miner who successfully issues a new block and facilitates the transactions.

At the time of writing this article, Alephium Mainnet has 16 shards live, and the average block time is 16 seconds.

Block Rewards (a.k.a Mining Rewards)

Alephium’s reward for newly generated blocks is also called Mining Reward (MR). After distribution, the block rewards are locked for 500 minutes.

The mining reward is bound by two curves based on hashrate and timestamp. At a given time and for a given hashrate, the reward per block equals the minimum between the time-based reward and the hashrate-based reward.

Block Reward = min (time-based reward, hashrate-based reward).

Mining Reward GitHub Implementation

Timestamp

The time-based reward emission rate for the first four years evolves as follows:

If you want to know the precise numbers, here is the GitHub CSV file.

Over four years, the time-based mining reward drops gradually from 15 ALPH (shared by 16 chains) per block period (16 seconds) to 5 ALPH. After 4 years, the time-based reward will be fixed to 5 ALPH per block period and drops to 0 ALPH after 82 years.

Hashrate

If you want to know the precise numbers, here is the GitHub CSV file. (The first column is the log_2 of the network hashrate, a value of 8 means the network hashrate is 2**8 hash/second)
  • When the hashrate remains within the [0 hash/sec, 1 Ph/sec] range.
    The hashrate-based mining reward increases gradually from 0 ALPH to 15 ALPH (shared by 16 chains) per block period with a minimum of 7.5 ALPH guaranteed. The idea is to incentivize more miners to join the project without only benefitting the early adopters.
  • When the hashrate is within the [1 Ph/sec, 1 Eh/sec] range
    The hashrate-based gradually decreases from 15 ALPH to 5 ALPH per block period.
  • When the network hashrate is within the [1 Eh/sec, 128Eh/sec] range
    The hashrate-based gradually decreases from 5 ALPH to 0 ALPH.

Note:
1. The inflation rates are estimations, as the block time is very dynamic on a real network.
2. When the hashrate surpasses 1 Eh/sec, PoLW will be triggered.

Transaction Fee (TF)

Transaction Fees are a way for network participants to incentivize miners to process their transactions faster. In the Alephium Blockchain, all Transaction Fees are burnt, to keep the mining incentives equally distributed between all chains.

Disclaimer: This document is for informational purposes only. Nothing in this document shall be deemed to constitute a prospectus of any sort or a solicitation for investment. The information in this document does not constitute a recommendation by any person to purchase any ALPH Tokens, or any other cryptographic token or currency, or to purchase any equity or other investment in any entity and no person has authorized any person to make any such recommendations.

--

--

Alephium

Scalable for devs. Secure for users. Decentralized for all.