# How to use MONA account

## How to create a MONA account

If you don't have Monacoin account, create a new account. Coin name for Monacoin is "**Monacoin (MONA)"**.

For more details of creating an account, click below link.

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

## Receive Monacoin

From your coin account, click **"Receive"** to view your account address.

<figure><img src="https://3989759490-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M50hxCNYm5Y8rdrUs_k-887967055%2Fuploads%2FLviDYfD6qYlbfDUIIvK2%2F35.png?alt=media&#x26;token=c867de32-a1b9-4e73-b870-2e030802a8f6" alt=""><figcaption></figcaption></figure>

The account of Monacoin supports HD wallet. "HD wallet" is the technical standard suggested in BIP-44 from bitcoin improvement proposal. A monacoin account of D'CENT wallet manage 15 addresses. Any address in the account can be used to receive coin.

Click the down arrow (∨) button to the right of **"View all MONACOIN addresses"** to see all of the addresses list.

For your reference, the address shown on the **"Receive"** screen of your MONA account defaults to the first address in the list of 15 addresses.

For more information about receiving coin, click below link.

{% content-ref url="../receive" %}
[receive](https://userguide.dcentwallet.com/coin-send-receive/receive)
{% endcontent-ref %}

## Sending Monacoin

The procedures to send monacoin are same as sending general coin. You can see in the below link to check how to send coin.

{% content-ref url="../send" %}
[send](https://userguide.dcentwallet.com/coin-send-receive/send)
{% endcontent-ref %}

### Set the fee for Monacoin

<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%2F71VUkyXZpDwJasLfxK2X%2F36.png?alt=media&#x26;token=ab543036-e283-4874-a6d0-393523423851" alt="" width="329"><figcaption></figcaption></figure></div>

The Monacoin transaction fee is automatically calculated when you enter the amount to send. The fee is preset based on the average transaction fee on the blockchain at that time. You can adjust the fee through advanced settings if needed.

{% hint style="warning" %}
**If the fee is set too low, the transaction may not get confirmed in the blockchain network.**
{% endhint %}


---

# 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-mona-account.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.
