# Can I Enter Amounts in Fiat Currencies?

Yes—**MyTonWallet** 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; **MyTonWallet** 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 MyTonWallet.


---

# 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://help.mytonwallet.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.
