# Users Trading With Fiat

With the users now having fiat credits in their wallets, the next logical step is to trade with it. This will be done using the [Ramp that was set up previously](/how-tos/fiat-controls/setting-up-fiat-on-off-ramp.md).&#x20;

The Ramp can be found in the Quick Trade screen, and then by selecting the desired Fiat currency, and finally the desired crypto to trade for. In the image below we can see that I have two options for GBP, BTC, and USDT.

<figure><img src="/files/GQ0AxZEFfQE1nALjLyyr" alt=""><figcaption><p>Selecting Crypto to convert to from fiat</p></figcaption></figure>

From this point on the process is just as with any other OTC Deal. As long as the user has enough of the converting asset, and crucially, the exchange's source wallet has enough of the desired asset the trade will occur instantly with zero fees incurred for anyone.&#x20;

Going through this flow as an example, let's request changing 10GBP to the correct amount of USDT (that being the price taken at the time of trade from Binance's GBP/ USDT market, minus the spread set in the Operator Controls).

<figure><img src="/files/qUGBmScwOHi7riQJtJO0" alt=""><figcaption><p>Filled in OTC Fiat Screen</p></figcaption></figure>

Clicking R*eview Order* above, we will see the pop-up confirmation screen below. The user will have a set amount of time to confirm the order at that price (this time is set in the OTC dynamic pricing section on creating the deal by the operator).

<figure><img src="/files/DTLp01Pj7F1goPMiGToR" alt=""><figcaption><p>Confirmation Screen</p></figcaption></figure>

Finally, we get the success screen, and now the user has USDT in their wallet, and the source has 10 GBP credits.

<figure><img src="/files/MWHof8OSZ0EMa2wn9v8X" alt=""><figcaption><p>Success screen</p></figcaption></figure>

***


---

# 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://docs.hollaex.com/how-tos/fiat-controls/users-trading-with-fiat.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.
