> For the complete documentation index, see [llms.txt](https://userguide.dcentwallet.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://userguide.dcentwallet.com/coin-send-receive/coins/kaia.md).

# How to use KAIA account

## How to create an KAIA account

If you don't have Kaia account, create new account. Coin name for KAIA is **"Kaia (KAIA)"**.

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

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

## Receive KAIA coin

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

<div align="left"><img src="/files/8yHvsfkUG6ak3DXMYzFU" alt="" width="563"></div>

For more details of receiving coin, click below link.

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

## Sending KAIA Coin

The procedures to send KAIA 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](/coin-send-receive/send.md)
{% endcontent-ref %}

### Set the fee for Kaia

The fee of Kaia is consist of **"GAS fee"** and **"GAS limit"**. The unit of GAS fee is **"Ston"** which is one of KAIA's sub unit.

**`1 KAIA = 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 Kaia, 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/S5x3iEuydGOFarTQuRGD" alt=""></div>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://userguide.dcentwallet.com/coin-send-receive/coins/kaia.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
