> 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/frequently-asked-questions/can-i-enter-amounts-in-fiat-currencies.md).

# Can I Enter Amounts in Fiat Currencies?

Yes—**My Wallet** lets you type amounts in familiar fiat currencies like USD, EUR, CNY, and others for sends, staking, and unstaking. The app instantly converts to the exact token amount so you don’t have to guess rates.

### Why this helps

* No rate math: enter the value you want to spend in fiat.
* Fewer errors: avoid overpaying or underpaying due to price moves.
* Faster checkout: confirm in seconds, with live conversion.

### How to use

1. Start a send, stake, or unstake.
2. Tap the amount field and switch to fiat.
3. Enter the fiat value; **My Wallet** calculates the token amount in real time.
4. Review and confirm the action.

### Tips

* [**Choose your base currency**](/intro/key-features/base-currency.md) in settings to keep values consistent.
* Rates update live—check before confirming if the market is volatile.
* Works across tokens and chains supported in My Wallet.


---

# 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/frequently-asked-questions/can-i-enter-amounts-in-fiat-currencies.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.
