# Customize currency display

{% hint style="info" %}
We understand that everyone comes from diverse backgrounds and may use a variety of currencies for their transactions. Therefore, we have made it easy for you to track your balance in different currencies.
{% endhint %}

### Supported currencies

Currently, SubWallet supports 9 fiat currencies, those include:

* USD - United States Dollar
* BRL - Brazilian Real
* CNY - Chinese Yuan
* EUR - Euro
* GBP - British Pound Sterling
* HKD - Hong Kong Dollar
* JPY - Japanese Yen
* RUB - Russian Ruble
* VND - Vietnamese Dong

### Customize your currency preferences

**Step 1**: Open the SubWallet extension and click on the <img src="/files/Fa0WkuZAMjnP5zVvAdmq" alt="" data-size="line"> icon at the top left corner to get to the Settings section.

<figure><img src="/files/Dge2stWrI09cZMOsr6bt" alt="" width="362"><figcaption></figcaption></figure>

**Step 2**: In the Settings section, select "**General settings**".

<figure><img src="/files/dizRsRJLmOhkCoPtDG8D" alt="" width="362"><figcaption></figcaption></figure>

After that, choose the “**Currency**” option.

<figure><img src="/files/80Ofe4dgZ3HtV5vPurgg" alt="" width="363"><figcaption></figcaption></figure>

**Step 3:** In the Currency list, either scroll down or type the currency in the search bar to select your preferred currency.

<figure><img src="/files/yppLUGm7paeandcMI0QR" alt="" width="363"><figcaption></figcaption></figure>

In this example, we chose "**EUR - Euro**" as the displayed currency. Once done, you will be redirected back to the General settings screen.

<figure><img src="/files/dfxqEpsi0o2cI7ia2nV2" alt="" width="363"><figcaption></figcaption></figure>

**Step 4:** You are done! Please return to the SubWallet homepage to see your balance in your chosen currency.

<figure><img src="/files/sXrVtg72dhcsnwDJvBiA" alt="" width="362"><figcaption></figcaption></figure>

{% hint style="info" %}
The next time you open the extension, your balance will be displayed with your chosen currency.
{% 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://docs.subwallet.app/main/extension-user-guide/getting-started/customize-currency-display.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.
