🎉 Gate Square Growth Points Summer Lucky Draw Round 1️⃣ 2️⃣ Is Live!
🎁 Prize pool over $10,000! Win Huawei Mate Tri-fold Phone, F1 Red Bull Racing Car Model, exclusive Gate merch, popular tokens & more!
Try your luck now 👉 https://www.gate.com/activities/pointprize?now_period=12
How to earn Growth Points fast?
1️⃣ Go to [Square], tap the icon next to your avatar to enter [Community Center]
2️⃣ Complete daily tasks like posting, commenting, liking, and chatting to earn points
100% chance to win — prizes guaranteed! Come and draw now!
Event ends: August 9, 16:00 UTC
More details: https://www
Cardano ecosystem achieves proof of burn: Detailed explanation of smart contracts and Wallet transaction solutions
Burning Proof Protocol in the Cardano Ecosystem
Recently, the challenge of the Proof of Burn ( PoB ) protocol proposed for the Cardano ecosystem has been completed. This article will introduce the details of this solution, including the following aspects:
Overview of Proof of Burn Mechanism
The burning of cryptocurrency tokens essentially involves sending the tokens to an inaccessible "black hole" address. This address has no private key, making it impossible to retrieve the destroyed tokens. At the same time, the public can verify that the destruction has occurred, but only knows a "secret" commitment value.
The burning mechanism has multiple uses, both to increase the value of the remaining tokens and to serve as proof of commitment for the blockchain protocol. Large-scale burns can reduce the total number of tokens in circulation, potentially triggering deflationary pressure.
The security of proof of burn is based on cryptographic hash functions. These functions are easy to compute but extremely difficult to reverse. By flipping the least significant bit of the hash function's output, a black hole address can be created, and anything sent to that address cannot be recovered.
Proof of Burn Smart Contract on the Cardano Network
Cardano smart contracts consist of three parts:
Cardano smart contracts do not have a centralized state, each eUTxO has an independent state.
The proof of burn protocol includes four types of operations:
By using the same redeeming format, intermediaries cannot distinguish between burn and lock transactions, thus avoiding selective censorship.
Deployment and Testing of Smart Contracts
The main steps for deploying a smart contract on the testnet:
Wallet-based Transaction Burn Proof Scheme
In order to further enhance censorship resistance, burning proof can be achieved by using wallet transactions only:
This method makes the only way to audit the burns to audit all Cardano transactions, greatly enhancing censorship resistance.
In the future, with the improvement of the PAB library, the combination of complex smart contract solutions with wallet scripts will be more feasible, creating a stronger anti-censorship environment.