> For the complete documentation index, see [llms.txt](https://help.mywallet.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.mywallet.io/intro/key-features/base-currency.md).

# Base Currency

### :currency\_exchange: What is base currency?

**Base currency** is the currency that shows you the value of all your assets and transactions in your wallet. Set up your base currency and you'll easily see the real value of transfers, payments, swaps and balances in familiar units—whether it's US Dollars, Euros, Yuans, or even Bitcoin.

### :dollar: Available base currencies

**My Wallet** supports these base currency options:

* USD: US Dollar (default)
* EUR: Euro
* RUB: Russian Ruble
* CNY: Chinese Yuan
* BTC: Bitcoin
* TON: GRAM

{% hint style="success" %}
**My Wallet** automatically calculates equivalents in real time.
{% endhint %}

### :information\_source: What's shown in base currency?

Once you set your base currency, you'll see everything in familiar units:<br>

* Your total wallet balance.
* All transfer and payment amounts.
* Swap amounts, staking rewards, fees and other actions.

This makes it very easy to quickly understand the real value of your balances and wallet activity.<br>

### :thinking: How to set up base currency?

Setting up base currency takes just a few seconds. Use one of these simple methods:

**Method 1:** Tap on your wallet balance and pick the currency you want from the dropdown list.

**Method 2:** Navigate to **Settings** → **Assets and feed** → **Base Currency** and choose your preferred option.

**Done!** From now on, all amounts will be shown in your chosen currency.


---

# 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:

```
GET https://help.mywallet.io/intro/key-features/base-currency.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.
