# How to use RSK account

## How to create an RSK account

If you don't have RSK account, create new account. Coin name for RSK is **"RSK Smart Bitcoin(RBTC)"**.

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 RSK (RBTC) coin

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

<div align="left"><img src="/files/MYyp3Y3dj3XfJvKlB7YT" 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 %}

## Send RSK (RBTC) Coin

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

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

The fee of RSK is automatically calculated after setting the sending amount. The calculated fee is based on current average transaction fee on RSK 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 %}


---

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