-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When TFTs are burned during billing, this should be handled in the bridges as well #731
Comments
Burning tokens in tfchain can happen in one of three scenarios: I propose emitting an event to track the amount burned in the first two scenarios. The bridge can handle this event similarly, with the exception that the destination address is the Stellar TFT issuer account. Note: We can consider the removal of |
The plan now is to end the burning of TFT on TF Chain as part of the billing flow so we can have a supply of precisely 1B TFT. With that in mind, I don't think it makes sense to automate this process on the bridge. We can just perform a manual burn of Stellar TFT to remove the supply burned on TF Chain. Or perhaps do one now and one more once the burning has stopped. I'd agree to close the public access to the burn function. |
I’m curious about the timing of this event. We’re currently burning tokens as part of the cultivation rewards distribution, and as far as I know, there haven’t been any requirements communicated to the development team regarding removing this logic from the chain, nor has any issue been opened regarding this. |
I have no issue with any of these options, as long as we address the inflation. |
We are finalizing the GEP to do this and will present it to the community very soon. Assuming the GEP is passed, then we'll make a plan to implement this. |
The amount of TFT's burned should be removed from the vaults from connected bridges as well and burned too.
The text was updated successfully, but these errors were encountered: