Skip to content
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

Update mobile-token.mdx #1915

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
12 changes: 10 additions & 2 deletions docs/tokens/mobile-token.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,16 @@ Network tokens.

Protocol tokens like MOBILE 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.
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 MOBILE tokens in existence.
The result tells how much HNT one will get per MOBILE token given up at the network treasury.

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


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