# How to use TRON account (TRX, TRC10, TRC20, TRC721)

## How to create a Tron (TRX) account

If you don't have a Tron account, create a new account. The coin symbol name for Tron is **"TRX"**.

For more details on how to create an account, click the link below.

{% content-ref url="../../dcent-app/create-account" %}
[create-account](https://userguide.dcentwallet.com/dcent-app/create-account)
{% endcontent-ref %}

When you have added a new Tron account in the D'CENT Wallet, this account do not exist on the Tron blockchain just yet. To use Tron account, you must first pay the account generation fee of 1 TRX as required by [TRON policy](https://developers.tron.network/docs/account#account-activation). Additionally, the Tron account **needs to be activated** before any information can be found via API queries or on blockchain explorer.

### Tron account creation

To make your Tron account exist (account creation) on the blockchain, simply send more than 1 TRX to your Tron address in the wallet.

<mark style="color:red;">**Tron account creation fee = 1 TRX**</mark>&#x20;

### Tron account activation

**To keep your Tron account in the activated state, your Tron account must maintain more than 0.1 TRX in the balance.** If the balance in the Tron account falls below 0.1 TRX, the account will become deactivated and will no longer read account information from the Tron blockchain.&#x20;

<mark style="color:red;">**Tron account activation fee = 0.1 TRX**</mark>&#x20;

<div align="left"><figure><img src="https://3989759490-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M50hxCNYm5Y8rdrUs_k-887967055%2Fuploads%2F5pdr3aPDAczYoKrXLm4i%2F45.png?alt=media&#x26;token=3f0fdb5e-22f0-4cfa-ba64-533dc6441a4b" alt="" width="563"><figcaption></figcaption></figure></div>

## Frequently asked question

**Q. My USDT token (TRC20) in the Tron account does not show up, what do I do?**\
\
A. Remember, if the balance of TRX in your Tron account falls below 0.1 TRX, it will become deactivated. Having at least 0.1 TRX will keep your Tron account (including TRC10 and TRC20) in the activated state and will show the account information for Tron (TRX) and token accounts (TRC10 and TRC20).


---

# 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://userguide.dcentwallet.com/coin-send-receive/coins/how-to-use-tron-account-trx-trc10-trc20-trc721.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.
