Does Aptos have a burn address? #134
-
SolutionThe quick answer is no. The real answer is a bit nuanced. Ethereum has a burn address (0x0 I believe). No one owns the private key for this address, and thus when tokens are sent there, they are in effect "removed" from the circulating supply. If you want to learn more about how this mechanism is used for transaction fees, you can see EIP 1559. On Aptos, there is no official burn address. Furthermore, data can be deleted, not just sent to an unclaimable address. If someone wants the state / data associated with a resource to be deletable, the resource should implement a function or capability that allows an individual (typically the owner / creator) to delete the resource. What about
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
No |
Beta Was this translation helpful? Give feedback.
-
Technically, if you send tokens to an address that cannot be controlled by a single private key, that address can function as a burn address.
|
Beta Was this translation helpful? Give feedback.
No