Skip to content

Update hnt-token.mdx for all HNT burn for Net Emisssions #1976

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions docs/tokens/hnt-token.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -94,14 +94,17 @@ produced via Net Emissions do not add to the total outstanding, they do not viol
However, to ensure that the deflationary pressure is still present, the Net Emission is capped at 1%
of the epoch emissions at the time when HIP 20 was approved.

Since the implementation of HIPs 138/141 in January 2025 all burned HNT is counted, not just HNT
burned for DC.

For instance, in October 2024, the Net Emissions cap is 1,643.83561643 HNT per epoch, and the
up-to-date value can be verified
[on chain at](https://solscan.io/account/BQ3MCuTT5zVBhNfQ4SjMh3NPVhFy73MPV8rjfq5d1zie#data). Move
decimal point 8 positions left to measure in HNT.

If less than 1,643.83561643 HNT is burned for DC within an epoch, the full amount burned will be
re-minted and added to the day's usual scheduled emissions for that day's epoch. However, if more
than 1,643.83561643 HNT is burned for DC within a single epoch, any HNT burn for DC over
If less than 1,643.83561643 HNT is burned for within an epoch, the full amount burned will be
re-minted and added to the day's usual scheduled emissions for that day's epoch. However, if
more than 1,643.83561643 HNT is burned within a single epoch, any HNT burn for over
1,643.83561643 will be permanently burned and removed from the max supply, while 1,643.83561643 will
be re-minted and distributed in scheduled emissions.

Expand Down