> For the complete documentation index, see [llms.txt](https://docs.calypso.money/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.calypso.money/get-started-with-calypso-ui/general/how-to-set-up-auto-currency-conversion.md).

# How to set up auto currency conversion

Automatic currency conversion is a feature that automatically converts incoming invoice payments from your clients into stablecoins within set limits, thereby reducing volatility.\
\
You can find out about the established limits here - [**limits**](https://docs.calypso.money/general/limits).

To set up the auto-conversion process, you need to navigate to the settings.

<figure><img src="https://files.readme.io/1a0b885-image.png" alt=""><figcaption></figcaption></figure>

Afterward, proceed to the Currency Auto Conversion section, allowing you to specify the currencies you wish to convert into the desired final currency.

<figure><img src="https://files.readme.io/7550147-image.png" alt=""><figcaption></figcaption></figure>

When the toggle is enabled, all incoming payments will automatically convert into the currency you've selected. This allows your users to deposit funds using various methods, while all funds on your account will accumulate solely in the chosen currency.

In this scenario, incoming invoice payments from your clients in BTC currency will automatically convert to USDT or USDC in all presented blockchains.

You can always disable currency auto-conversion by simply toggling it off.


---

# 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://docs.calypso.money/get-started-with-calypso-ui/general/how-to-set-up-auto-currency-conversion.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.
