Skip to main content

Fund An Organizationally Unique Identifier

Data Credits are used to pay for all transmission of data from devices on the Helium Network.

It is worth noting that HNT to DC conversion is irreversible. Data Credits cannot be refunded, exchanged for other tokens, or transferred between wallets.

Several options are available for funding an OUI with Data Credits:

Estimating Usage

Up-to-date usage metrics for all IoT OUIs on the Helium network.
To get a sense of traffic and DC usage on the network, check out the full Dune Data Credit Dashboard.


Data credits are charged per 1DC per 24b increment for each response of an uplink payload. For a helpful visualization of DC usage of devices for a given period, check out the Data Credit calculator on the DC documentation.

Only uplinks are charged on Helium. Downlinks and join requests are not billed.

Tracking OUI Balance

The balance of an OUI is held in an escrow account that is generated based on the OUI's payer key. This escrow account is what allows the Helium Network to appropriately deduct DC as network transfer occurs. The widget below can be used to look up the escrow account and balance for payer or router keys associated to any valid OUI.


The escrow account is the main source for understanding the remaining balance of an OUI. Details on the funding and burn of data credits on an escrow account can be inspected using any Solana blockchain explorer.

When monitoring the OUI balance, it is worth noting that the minimum usage deducted at a time is 10,000 DC1.

Sphere DC Balance API

Sphere provides a public API endpoint for querying the DC balance of an OUI's escrow account.

https://api.spherepay.co/v1/solanaDepinSession/dcAmount/<Escrow Account>

Minimum Balance

The Helium Packet Router enforces a minimum balance of 3,500,000 Data Credits ($35). This minimum balance is required to ensure that all Hotspots are compensated for their work on the network in the case that the LNS transfers data more quickly than can be deducted from the OUI's balance. Token balances cannot become negative, so this $35 buffer keeps network payments balanced.

If the DC balance of an OUI falls below the minimum balance, the OUI will be unable to receive data until the balance is increased. The Packet Verifier checks the DC balance of every locked OUI every 30 minutes, and unlocks them if their DC balance is above 3.5MM DC.

Footnotes

  1. BURN_THRESHOLD on GitHub