# Introduction

## Taraxa's Native Token Conversion is COMPLETE!&#x20;

Taraxa's native token conversion was completed on April 3, 2023.&#x20;

* [Official announcement](https://twitter.com/taraxa_project/status/1643946667723436033?s=20)
* [Genesis PBFT block](https://mainnet.explorer.taraxa.io/pbft/0)

If you held TARA tokens on ETH, they have been mirrored over to Taraxa's mainnet. Please [set up a wallet](https://taraxa.gitbook.io/taraxa-network/wallet) to access your tokens!&#x20;

## What is the Native Token Conversion?&#x20;

Prior to the conversion on April 3, 2023, the Taraxa token used to be an [ERC-20 contract](https://etherscan.io/address/0xf001937650bb4f62b57521824b2c20f5b91bea05) residing on the Ethereum blockchain. The conversion converts the ERC-20 tokens into the native tokens residing on the Taraxa blockchain.

## How the Conversion Works - Technically Speaking

Technically, the conversion is pretty simple: balances on the ERC-20 will be mirrored over to Taraxa's mainnet.&#x20;

The process must be done in coordination with the exchanges that the TARA token is currently listed on, since otherwise all deposits and withdrawals will be disabled on these exchanges.&#x20;

Here's a quick overview of the mechanics of the conversion,&#x20;

1. Coordinate with the exchanges on a specific date & time when the conversion will take place&#x20;
2. Disable the ERC-20 contract on Ethereum
3. Record the exact ETH block where the contract has been disabled, this is the cutoff block height&#x20;
4. Mirror the ERC-20 and staking contract balances at the cutoff block height&#x20;
5. All staked tokens will be returned to the stakers' wallets on Mainnet, a re-delegation process must take place after the conversion
6. 20% of 10bn tokens will be taken from the deployer address into a new Foundation delegation address, which will be delegating to dev-operated nodes on the mainnet - meant to help bootstrap the mainnet (see [section 5.2 of the Whitepaper](https://docs.taraxa.io/tech-whitepaper/economic-model#5.2-token-distribution))
7. A tiny amount of tokens (10 tokens) will be taken from the deployer address into a new faucet address, which will be used to generate minimal transactions traffic on the mainnet - it's not a technical requirement, but a cosmetic one&#x20;
8. New community site will be deployed&#x20;
9. Place these resulting balances inside the genesis block of the Mainnet&#x20;
10. Reset the Mainnet with the updated genesis block&#x20;
11. Deploy updated network statistics endpoints
12. Deploy community site claims contract&#x20;
13. Notify Mainnet validators to reset their nodes to the new version&#x20;

###

## Where we are in the conversion process

You can [track the status here](https://taraxa.gitbook.io/taraxa-network/native-token-conversion/conversion-status).&#x20;


---

# 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://taraxa.gitbook.io/taraxa-network/native-token-conversion/introduction.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.
