# The IOTX Token

<table><thead><tr><th data-type="content-ref"></th><th data-hidden></th></tr></thead><tbody><tr><td><a href="the-iotx-token/iotx-token-exchange-support">iotx-token-exchange-support</a></td><td>IOTX Exchange Support</td></tr><tr><td><a href="the-iotx-token/different-formats-of-the-iotx-token">different-formats-of-the-iotx-token</a></td><td>Different Formats of IOTX</td></tr><tr><td><a href="the-iotx-token/iotx-token-contracts">iotx-token-contracts</a></td><td>IOTX Token Contract Addresses</td></tr></tbody></table>

## Overview

{% hint style="warning" %}
The IOTX utility and tokenomics are being updated in IoTeX 2.0.\
Please refer to [-> IoTeX 2.0 Tokenomics](https://docs.iotex.io/blockchain/learn-iotex/broken-reference)
{% endhint %}

The IOTX token, commonly known as "*iotex*," serves as the native cryptocurrency of the IoTeX blockchain, playing a role similar to Ether (ETH) in Ethereum. It underpins a marketplace for computational power, ensuring that nodes who run the blockchain are financially motivated to validate and process transactions, as well as to supply the computational power required to execute smart contracts across the network. This mechanism is vital for maintaining the network's operation and efficiency.

[↗ Read more about IOTX token in this blog article](https://iotex.io/blog/iot-investments-for-the-future/)

## Tokenomics

<table><thead><tr><th width="194">Info</th><th>Value</th></tr></thead><tbody><tr><td>Max Supply</td><td>10 Billions IOTX</td></tr><tr><td>Total Supply</td><td>9,441,378,959 IOTX</td></tr><tr><td>Circulating Supply</td><td>All IOTX are in circulation</td></tr></tbody></table>

[↗ Check out IOTX on CoinMarketCap](https://coinmarketcap.com/currencies/iotex/)

[↗ Check out IOTX on CoinGecko](https://www.coingecko.com/en/coins/iotex)

## Transaction fees

In the IoTeX network, anyone initiating a transaction must pay a fee in IOTX, similar to Ethereum's transaction fee structure. This fee compensates the network nodes responsible for validating, executing, and recording the transaction on the blockchain. The size of the fee corresponds to the computational effort required for the transaction, helping to prevent network abuse by discouraging excessively demanding computational tasks without appropriate compensation.

## IOTX Token utility

IOTX serves multiple crucial roles in maintaining the crypto-economic security of the IoTeX network:

**Rewards:** IOTX is used to reward nodes who successfully propose new blocks and identify fraudulent activities within the network.

**Staking by Validators:** Validator nodes stake IOTX as a form of commitment and collateral, helping to safeguard the network against dishonest behaviors.

**Delegate Election:** IOTX is crucial for staking by token holders, who use it to vote for delegates. This process is vital for maintaining decentralized governance and overall network security.

**Burn-Drop Mechanism:** In a unique deflationary tactic specific to the IoT environment, IOTX implements the "Burn-Drop" scheme. Whenever a new IoT device is registered on the IoTeX blockchain, a specified number of tokens are burned, and a corresponding amount is airdropped to stakers, simultaneously reducing the total supply and rewarding active participants.

## IOTX Token Fractions <a href="#iotx-fractions" id="iotx-fractions"></a>

6 fractions of the IOTX token are defined, where `1 Rau` is the smallest `IOTX` token unit:

| Fraction | IOTX Value | Rau Value |
| -------- | ---------- | --------- |
| 1 Rau    | 10⁻¹⁸ IOTX | 1 Rau     |
| 1 Krau   | 10⁻¹⁵ IOTX | 10³ Rau   |
| 1 Mrau   | 10⁻¹² IOTX | 10⁶ Rau   |
| 1 Grau   | 10⁻⁹ IOTX  | 10⁹ Rau   |
| 1 Qev    | 10⁻⁶ IOTX  | 10¹² Rau  |
| 1 Jing   | 10⁻³ IOTX  | 10¹⁵ Rau  |
| 1 IOTX   | 1 IOTX     | 10¹⁸ Rau  |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.iotex.io/blockchain/learn-iotex/the-iotx-token.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
