# Sending and Receiving Ontology Assets

### Download ONTO App and Create 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 %}

### Import and Export Ontology Wallet

Ontology wallet can be imported and exported to ONTO using mnemonic phrase, Keystore, private key or WIF.

{% 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 %}

{% hint style="info" %}
Please note that Ontology transactions consume gas in the form of ONG, and the minimum gas fee per transaction is **0.05 ONG**. Below is the guide of swapping ONT for ONG.
{% endhint %}

{% content-ref url="/pages/-MRUEYe9r0cntaO5MXrL" %}
[Swapping ONT for ONG](/guides/assets/swapping-ont-for-ong.md)
{% endcontent-ref %}

### Add Ontology Assets

ONT and ONG are by default shown on the Assets page, other Ontology 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/-MeY7Nw7BVzwTaAN8QNV)

### **Receive** Ontology **Assets**

ONG is taken as an example here. On "Assets" page, left swipe over the asset to open the asset receiving page.&#x20;

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

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

![](/files/-MeY78T_F3YObqDaKIAt)

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

![](/files/-MeY7p0I9o6diYxrCE6F)

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/-MeY87EpgC-RzKetnKP8)

### **Send** Ontology **Assets**

ONG 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.&#x20;

Enter the address and the amount, set the transaction fee using the slider (minimum gas fee per transaction is 0.05 ONG), and tap on the next button to proceed. Input wallet password and then tap on the next button to complete the process.

![](/files/-Meh6CdShkG9prPpL8ux)

After completing the process, you can check transfer details on the asset page.

![](/files/-MeY8L9M55cG8QU6NM2K)


---

# 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-ontology-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.
