# How to use KLAY account

## How to create an KLAY account

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

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 KLAY coin

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

<div align="left"><img src="/files/-M6-5vHLuXxv-eYRKDdn" 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 %}

## Sending KLAY Coin

The procedures to send KLAY 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 Klaytn

The fee of Klaytn is consist of GAS fee and GAS limit. The unit of GAS fee is "ston" which is one of KLAY's sub unit.

`1 KLAY = 1,000,000,000 ston`

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

GAS fee is fixed on Klaytn, and you can change GAS Limit on fee setting stage.

{% hint style="info" %}
GAS Limit is automatically calculated in D'CENT mobile application.
{% endhint %}

<div align="left"><img src="/files/-M6-83QgwkWC1rpQolQn" 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/klaytn-klay.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.
