# Sending and Receiving TRON Assets

### Add TRON Wallet in ONT ID Wallet

{% content-ref url="/pages/-MPJRUPoLFAVEtAK6935" %}
[Download ONTO App and Create ONT ID Wallet](/guides/app-basics/how-to-register-an-account-on-onto-wallet.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MeKrRpOaa1LPo5IWpjt" %}
[Add Chain Wallet in ONT ID Wallet](/guides/wallet-management/add-chain-wallet-in-ont-id-wallet.md)
{% endcontent-ref %}

### Import and Export TRON Wallet

In ONTO, TRON wallet can be imported using private key and exported using mnemonic phrase.

{% content-ref url="/pages/-MeUM8Rh3TTb7WdJu3nx" %}
[Import, Export, Switch or Delete Single Chain Wallet](/guides/wallet-management/import-export-switch-or-delete-single-chain-wallet.md)
{% endcontent-ref %}

### Add TRON Assets

TRX is by default shown on the Assets page, other TRON assets need to be added manually. Tap on the "**+**" button on the Assets page, enter **the name of the asset** to **search and add**.

![](/files/-MfBuzgA0kXJSOAJfSnU)

In case the token you are looking for isn't available, you can submit application for a new token or add a custom token.

{% content-ref url="/pages/-MRU3OTK3mqnZp\_B9K10" %}
[Adding and Submitting Tokens](/guides/assets/adding-and-submitting-new-token-type.md)
{% endcontent-ref %}

### **Receive** TRON **Assets**

TRX is taken as an example here. On "Assets" page, **left swipe** over the asset to open the asset receiving page.

Or on "Assets" page, tap on the asset. Tap on the "**Receive**" button to open the asset receiving page.

Select "**Copy**" to copy the address.

![](/files/-MfBvFZyHQS_F3BSIv7W)

You can share the address and QR code as a picture to social media by tapping on "**Share**".

![](/files/-MfBvUJL8rwNiyxBIJsh)

You can set up a specific amount to receive with the "**Fixed-amount transfer**" feature. When a sender uses ONTO to transfer with the QR code you share, the default amount will be the amount you have entered.

![](/files/-MfBviWPsQ83l7iZNCNX)

### Obtain Bandwidth and Energy

{% hint style="info" %}
In TRON network, all transactions consume **bandwidth**, including transfer and calling smart contracts. Some transactions require **energy**, such as calling smart contracts. After you have used up your bandwidth or energy, you need to pay TRX as gas fees for transactions.
{% endhint %}

Each account has 5000 complimentary bandwidth everyday.

Users can **freeze TRX** to obtain **bandwidth** or **energy**.

On TRX asset details page, tap on "**Frozen**" to open "Resource Management" page. Tap on "**Freeze**", choose "**Bandwidth**" or "**Energy**", enter **amount to be frozen**, set **receiver's address**, and tap on "Confirm".&#x20;

TRX can be **unfrozen** after being frozen for **at least three days**. On "Resource Management" page, tap on "**Unfreeze**", choose "**Bandwidth**" or "**Energy**", set **unfreeze address**, and tap on "Confirm".&#x20;

{% hint style="info" %}
After unfreezing TRX, bandwidth or energy obtained from freezing TRX will be cleared.
{% endhint %}

![](/files/-MfCIHZ9E0nnPysKy1Vy)

### **Send** TRON **Assets**

TRX is taken as an example here. On "Assets" page, **right swipe** over the asset to open the asset sending page.

Or on "Assets" page, tap on the name of the asset. Tap on the "**Send**" button to open the asset sending page.

Enter the **address** and the **amount**, and tap on the next button to proceed. Input wallet password and then tap on the next button to complete the process.

![](/files/-MfBw2hs5pM2Dik0UaS-)


---

# 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.onto.app/guides/assets/sending-and-receiving-tron-assets.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.
