# How to use Ethereum account

## How to create an Ethereum account

If you don't have Ethereum account, create new account. Coin name for Ethereum is "Ethereum (ETH)".

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

{% content-ref url="/pages/-M527HgeDh-HWIEV583u" %}
[How to create a coin account](/french/mobile-app/create-account.md)
{% endcontent-ref %}

## Receive Ethereum coin

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

<div align="left"><img src="/files/-M8JiZMKenCR3-rFCxx5" alt=""></div>

For more details of receiving coin, click below link.

{% content-ref url="/pages/-M512MqyK5FSoQzQEdq8" %}
[How to receive coin](/french/coin-send-receive/receive.md)
{% endcontent-ref %}

## Send Ethereum Coin

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

{% content-ref url="/pages/-M529\_xHg9px8YKd0KRb" %}
[How to send coin](/french/coin-send-receive/send.md)
{% endcontent-ref %}

### Set the fee for Ethereum

<div align="left"><img src="/files/-M8Jji396Ux0P98rqrXV" alt=""></div>

The fee of Ethereum is automatically calculated after setting the sending amount. The calculated fee is based on current average transaction fee on Ethereum blockchain network.

You can change the fee by sliding the bar or by directly entering the fee value in the advanced fee mode.

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

### Advanced Fee Setting

The fee of ethereum is consist of "GAS fee" and "GAS Limit". The unit of GAS fee is "gwei" which is one of ETH's sub unit.

`1 ETH = 1,000,000,000 gwei`

The real fee to be paid is calculated as `“Used GAS amount” x “GAS fee”` .

You can set the maximum amount of GAS as setting GAS Limit. Transaction can be confirmed faster if GAS fee is higher. You can manually set the GAS Limit and GAS fee on "Advanced" fee setting option.

<div align="left"><img src="/files/-M8PNE01_p7Lusou9bGs" alt=""></div>


---

# 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/french/coin-send-receive/how-to-use-coin-account/how-to-use-ethereum-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.
