Proof of Burn and Proof of Elapsed Time

Comprehensive study notes, diagrams, and exam preparation for Proof of Burn and Proof of Elapsed Time.

Proof of Burn and Proof of Elapsed Time

Definition

Proof of Burn (PoB) is a consensus mechanism in which participants prove commitment to a blockchain network by permanently sending coins or tokens to an unspendable address, effectively destroying them. In return, they receive the right to mine blocks, validate transactions, or gain influence in the network based on the amount burned.

Proof of Elapsed Time (PoET) is a consensus mechanism in which each node waits for a randomly assigned time period before being allowed to create the next block. The node whose waiting period expires first becomes the block producer. In practical implementations, this randomness and waiting process is enforced using trusted execution hardware, commonly Intel SGX, to ensure fairness and prevent manipulation.


Main Content

1. Proof of Burn

Core idea and mechanism

  • In Proof of Burn, users intentionally destroy a portion of their cryptocurrency by sending it to a burn address that has no known private key. This action is irreversible, so the coins are permanently removed from circulation. The burned amount is then treated as a signal of commitment, and the user is granted proportional mining power, block creation rights, or some other network privilege. The more a participant burns, the greater their potential influence.

Economic and security logic

  • The mechanism replaces ongoing electricity costs with a one-time economic sacrifice. Because the burned coins cannot be recovered, a malicious participant must pay a real cost to gain influence, which discourages spam and makes attacks expensive. For example, if a network allows one block-creation chance per burned token unit, an attacker would need to sacrifice a very large amount of value to dominate the system, making attacks financially unattractive in many cases.

2. Proof of Elapsed Time

Core idea and mechanism

  • Proof of Elapsed Time assigns each participant a random waiting period. All nodes compete fairly by waiting, and the first node whose timer expires earns the right to produce the next block. Unlike simple random waiting in software, PoET is typically implemented using secure hardware that guarantees the timer was assigned honestly and that the node cannot cheat by shortening its wait.

Hardware trust and fairness

  • PoET depends on trusted execution environments, such as Intel SGX, to create verifiable random delays and attest that the waiting process was followed correctly. This makes the mechanism highly energy efficient because nodes do not need to perform wasteful computations. For example, in a permissioned blockchain used by enterprises, multiple approved validators can use PoET to rotate block production fairly without requiring heavy mining competition.

3. Comparison of Incentives, Security, and Use Cases

Incentive model differences

  • Proof of Burn rewards participants for sacrificing value upfront, which can align them with the network’s long-term success because they have already paid a cost and may want the system to grow in value. Proof of Elapsed Time rewards participants by giving them an equal opportunity to win based on waiting, making it attractive for environments where energy efficiency and predictable participation matter more than financial sacrifice.

Security and limitations

  • Proof of Burn can be secure when burn transactions are transparent and the cost of gaining influence is meaningful, but it may favor wealthy participants and can reduce circulating supply. Proof of Elapsed Time is efficient but introduces trust in hardware vendors; if the trusted hardware is compromised or unavailable, the security model weakens. For instance, PoB may be more suitable for niche cryptocurrencies experimenting with economic commitment, while PoET is often better suited for consortium or enterprise blockchains where participants are known.

Working / Process

1. Participant joins the network and prepares to compete

  • In Proof of Burn, a user first acquires coins and then sends them to a burn address, permanently removing them from circulation. The blockchain verifies the burn transaction and records the amount burned as proof of commitment.
  • In Proof of Elapsed Time, a node joins a permissioned or semi-permissioned network and receives access to the trusted execution environment required to participate in the lottery-like waiting process.

2. Network determines eligibility for block creation

  • In Proof of Burn, eligibility is usually proportional to how much value the participant destroyed. The burn acts like a ticket or stake substitute, and the system uses that record to decide who gets block rights.
  • In Proof of Elapsed Time, each node is assigned a random timer inside the trusted hardware. The hardware guarantees that the wait time is genuine and not altered by software manipulation.

3. Block winner is selected and validated

  • In Proof of Burn, the participant with the qualifying burn level is allowed to mine or validate according to the protocol rules, and other nodes verify that the burn really happened on-chain.
  • In Proof of Elapsed Time, the node whose timer expires first broadcasts a proof of elapsed time and proposes the block. Other nodes verify the attestation, confirm the timer result, and then accept or reject the block based on protocol rules.

Advantages / Applications

Lower energy usage compared with Proof of Work

  • Both mechanisms avoid the massive electricity consumption associated with mining-based systems. PoB replaces electricity with a one-time economic cost, while PoET uses waiting time rather than computational brute force.

Useful in specialized blockchain environments

  • Proof of Burn can be useful in experimental cryptocurrencies, bootstrapping new tokens, or reducing supply while rewarding committed participants. Proof of Elapsed Time is especially suitable for enterprise and consortium blockchains where participants are known and trusted hardware is acceptable.

Fairer or more predictable participation models

  • PoB creates a measurable commitment that can deter spam and give influence to users who demonstrate long-term dedication. PoET provides a structured and efficient way to rotate block rights among validators without constant competition, making it easier to scale in controlled networks.

Summary

Proof of Burn secures a blockchain by requiring participants to destroy coins as a costly sign of commitment, while Proof of Elapsed Time secures a blockchain by making nodes wait for a trusted, randomly assigned period before they can create a block. Both are alternatives to energy-intensive mining, but they serve different goals: PoB emphasizes economic sacrifice, and PoET emphasizes efficiency and fairness through hardware-assisted timing. Together, they show how blockchain systems can use different trust and incentive models to achieve consensus.