> For the complete documentation index, see [llms.txt](https://docs.subwallet.app/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.subwallet.app/main/mobile-app-user-guide/getting-started/customize-currency-display.md).

# 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:** On the SubWallet homepage, tap the list item at the top left corner to get to the Settings section.

<figure><img src="/files/UBWTgPIInzs3xiytXVQu" alt="" width="282"><figcaption></figcaption></figure>

**Step 2:** In the Settings section, choose “**General settings**”.&#x20;

<figure><img src="/files/OHUIBucgOVUcj72xPefO" alt="" width="282"><figcaption></figcaption></figure>

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

<figure><img src="/files/4lzIP6J5E7MX5npW5qDD" alt="" width="282"><figcaption></figcaption></figure>

**Step 3:** In the Currency list, select your preferred currency.

<figure><img src="/files/DqbKuGRJpTt2IZxE5kuN" alt="" width="282"><figcaption></figcaption></figure>

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

<figure><img src="/files/PJ6N5YruU3tj4polpLkC" alt="" width="282"><figcaption></figcaption></figure>

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

<figure><img src="/files/KvdxYncCstnyE5BG5ox3" alt="" width="282"><figcaption></figcaption></figure>

{% hint style="info" %}
The next time you open the app, your portfolio balance will be displayed with your chosen currency.
{% endhint %}


---

# 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://docs.subwallet.app/main/mobile-app-user-guide/getting-started/customize-currency-display.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.
