#CreatorPad
Token burning is the permanent removal of a certain number of tokens from circulation, with the aim of reducing supply and increasing the value of the remaining tokens (theoretically). This process is similar to "destroying" tokens, and they cannot be recovered after burning.
Here’s a simple explanation of how burning works:
---
🔥 How are tokens burned?
1. Sending tokens to a non-recoverable address
Tokens are sent to an address known as the "burn address."
This address does not have a private key owned by anyone, making the tokens sent to it unrecoverable.
An example of a common burn address in Ethereum:
0x000000000000000000000000000000000000dEaD
2. Updating the smart contract
Some projects program a function in the smart contract that reduces the total supply upon burning.
This function can be:
Automatic (executed with every transaction)
or Manual (executed by the management at a specific time)