Skip to content

Commit

Permalink
Update iot-token.mdx
Browse files Browse the repository at this point in the history
Adding calculation for treasury redemption rate
  • Loading branch information
Siegfried-B authored Oct 27, 2024
1 parent 984ad3e commit 7116210
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docs/tokens/iot-token.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,15 @@ Network tokens.
## Redemption for HNT

Protocol tokens like IOT will always be backed by HNT and will convert to HNT. To enable this, each
network within the Helium Network is allocated a pool of HNT based on the Network Utility Score. The
redemption ratio is set algorithmically by the treasury swap contacts based on this Network Utility
Score.
network within the Helium Network is allocated a pool of HNT based on the Network Utility Score.

The redemption ratio is set algorithmically by treasury swap contracts.
It can be calculated easily by dividing the current amount of HNT in the network treasury by the current total amount of IOT tokens in existence.
The result tells how much HNT one will get per IOT token given up at the network treasury.

$
\text{HNT per IOT} = \frac{\text{Total amount of HNT in treasury}}{\text{Total amount of IOT tokens existing}}
$

The [Helium Wallet App][wallet-app] serves as the primary platform for exchanging IOT to HNT. This
transaction can also be performed directly through the Solana blockchain using the open-source
Expand Down

0 comments on commit 7116210

Please sign in to comment.