> For the complete documentation index, see [llms.txt](https://docs.bloombot.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bloombot.app/evm/evm-bot/settings/currency.md).

# Currency

{% hint style="info" %}
Bloom lets you trade using stablecoins instead of native currencies. This feature is managed through the Currency setting and requires no extra steps during execution.

When a currency is selected, all trades are executed using that currency. Bloom automatically handles routing and execution. To trade with stablecoins, you must hold a balance in the selected currency and also keep some BNB or ETH available to cover network fees (depending on the chain selected).
{% endhint %}

{% embed url="<https://www.youtube.com/watch?t=23s&v=m4Sacc-ZDgo>" %}

***

{% stepper %}
{% step %}
Open <kbd>Settings</kbd> and tap on <kbd>💱Currency</kbd>

<div align="left"><figure><img src="https://4054888922-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcxXsA1jjenOz2nZ4oZz9%2Fuploads%2Ff4QNtS8SGDFZEzTbL9vn%2Fevm.png?alt=media&#x26;token=3f54833d-dd09-4bde-a561-1326e35b7a66" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Set the desired currency to be used for buy and sell trades

{% hint style="info" %}
You can set different currencies for buy and sell.\
\&#xNAN;*E.g. you can buy using USDC and later set BNB as the sell currency.*
{% endhint %}

<div align="left"><figure><img src="https://4054888922-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FcxXsA1jjenOz2nZ4oZz9%2Fuploads%2FjgEb8jZtcjv3P6q6POri%2Fevm%202.png?alt=media&#x26;token=9744cb96-db4c-4cc4-922d-b2be01912b12" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
Once selected, trades will be executed using the chosen currency. Make sure you have enough balance in that currency and sufficient BNB or ETH (depending on the chain) to pay for tips and fees.
{% endstep %}
{% endstepper %}


---

# 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.bloombot.app/evm/evm-bot/settings/currency.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.
